[clang] dd23014 - Support -fuse-ld=lld for riscv

2020-02-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-18T11:24:09+01:00 New Revision: dd230142d8a00f5f30c3930a2407000e845dcfbf URL: https://github.com/llvm/llvm-project/commit/dd230142d8a00f5f30c3930a2407000e845dcfbf DIFF: https://github.com/llvm/llvm-project/commit/dd230142d8a00f5f30c3930a2407000e845dcfbf.d

[clang] cc7a197 - Fix riscv/lld test interaction

2020-02-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-18T12:34:07+01:00 New Revision: cc7a197f9f1039e36625249199aa652f84506802 URL: https://github.com/llvm/llvm-project/commit/cc7a197f9f1039e36625249199aa652f84506802 DIFF: https://github.com/llvm/llvm-project/commit/cc7a197f9f1039e36625249199aa652f84506802.d

[clang] b8bea93 - Revert "Support -fuse-ld=lld for riscv"

2020-02-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-18T20:56:02+01:00 New Revision: b8bea9346af4f2644c9a1bd29710c5e3efbbd7d3 URL: https://github.com/llvm/llvm-project/commit/b8bea9346af4f2644c9a1bd29710c5e3efbbd7d3 DIFF: https://github.com/llvm/llvm-project/commit/b8bea9346af4f2644c9a1bd29710c5e3efbbd7d3.d

[clang] 3a0f6e6 - Fix compiler extension in standalone mode

2020-02-19 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-02-20T07:19:04+01:00 New Revision: 3a0f6e699bb6d96dc62dce6faef20ac26cf103fd URL: https://github.com/llvm/llvm-project/commit/3a0f6e699bb6d96dc62dce6faef20ac26cf103fd DIFF: https://github.com/llvm/llvm-project/commit/3a0f6e699bb6d96dc62dce6faef20ac26cf103fd.d

[clang] bf3f427 - [ASTImporter] Add linkage check to ASTNodeImporter::hasSameVisibilityContext and rename to hasSameVisibilityContextAndLinkage

2020-02-20 Thread via cfe-commits
Author: shafik Date: 2020-02-20T12:49:14-08:00 New Revision: bf3f427ba239bd2942bfaa350d06ed072935f048 URL: https://github.com/llvm/llvm-project/commit/bf3f427ba239bd2942bfaa350d06ed072935f048 DIFF: https://github.com/llvm/llvm-project/commit/bf3f427ba239bd2942bfaa350d06ed072935f048.diff LOG: [

[clang] c93112d - Validate argument passed to __builtin_frame_address and __builtin_return_address

2020-02-24 Thread via cfe-commits
Author: zoecarver Date: 2020-02-24T14:23:41-08:00 New Revision: c93112dc4f745b0455addb54bfe1c2f79b827c6d URL: https://github.com/llvm/llvm-project/commit/c93112dc4f745b0455addb54bfe1c2f79b827c6d DIFF: https://github.com/llvm/llvm-project/commit/c93112dc4f745b0455addb54bfe1c2f79b827c6d.diff LOG

[clang] 6980782 - Revert "Validate argument passed to __builtin_frame_address and __builtin_return_address"

2020-02-24 Thread via cfe-commits
Author: zoecarver Date: 2020-02-24T14:35:02-08:00 New Revision: 698078257285a044110620d7dab2fb4451a3fa29 URL: https://github.com/llvm/llvm-project/commit/698078257285a044110620d7dab2fb4451a3fa29 DIFF: https://github.com/llvm/llvm-project/commit/698078257285a044110620d7dab2fb4451a3fa29.diff LOG

[clang-tools-extra] 27e3671 - [clang-tidy] readability-identifier-naming disregards parameters restrictions on main like functions

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-27T19:23:21Z New Revision: 27e3671ff49b72640f89c34a415412e400503442 URL: https://github.com/llvm/llvm-project/commit/27e3671ff49b72640f89c34a415412e400503442 DIFF: https://github.com/llvm/llvm-project/commit/27e3671ff49b72640f89c34a415412e400503442.diff LOG: [clang

[clang-tools-extra] c3d20fd - [clang-tidy] readability-identifier-naming disregards parameters restrictions on main like functions

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-27T23:47:51Z New Revision: c3d20fd472000c7abdc2c9cad051a2ab339709d9 URL: https://github.com/llvm/llvm-project/commit/c3d20fd472000c7abdc2c9cad051a2ab339709d9 DIFF: https://github.com/llvm/llvm-project/commit/c3d20fd472000c7abdc2c9cad051a2ab339709d9.diff LOG: [clang

[clang-tools-extra] 7c90666 - [clang-tidy] readability-redundant-string-init now flags redundant initialisation in Field Decls and Constructor Initialisers

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-27T23:51:45Z New Revision: 7c90666d2c3cfb5a519275d89195be317e7cc0ab URL: https://github.com/llvm/llvm-project/commit/7c90666d2c3cfb5a519275d89195be317e7cc0ab DIFF: https://github.com/llvm/llvm-project/commit/7c90666d2c3cfb5a519275d89195be317e7cc0ab.diff LOG: [clang

[clang-tools-extra] 6874dfc - [clang-tidy] Fix bugprone-use-after-move when move is in noexcept operator

2020-01-27 Thread via cfe-commits
Author: Nathan Date: 2020-01-28T00:39:07Z New Revision: 6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e URL: https://github.com/llvm/llvm-project/commit/6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e DIFF: https://github.com/llvm/llvm-project/commit/6874dfce3aef4a0d85fc9d45f4c9c3d90cfcbf6e.diff LOG: [clang

[clang] 3239b50 - [FPEnv] Add pragma FP_CONTRACT support under strict FP.

2020-01-28 Thread via cfe-commits
Author: Wang, Pengfei Date: 2020-01-28T20:43:43+08:00 New Revision: 3239b5034ee97b63572e61713b15be8444eeab25 URL: https://github.com/llvm/llvm-project/commit/3239b5034ee97b63572e61713b15be8444eeab25 DIFF: https://github.com/llvm/llvm-project/commit/3239b5034ee97b63572e61713b15be8444eeab25.diff

[clang] aec6210 - [ASTMatchers] Add cxxNoexceptExpr AST matcher

2020-01-28 Thread via cfe-commits
Author: Nathan Date: 2020-01-28T13:12:28Z New Revision: aec6210367de714caf876fe19c4b475889890e21 URL: https://github.com/llvm/llvm-project/commit/aec6210367de714caf876fe19c4b475889890e21 DIFF: https://github.com/llvm/llvm-project/commit/aec6210367de714caf876fe19c4b475889890e21.diff LOG: [ASTMa

[clang] 601687b - [analyzer] DynamicSize: Remove 'getExtent()' from regions

2020-01-30 Thread via cfe-commits
Author: Charusso Date: 2020-01-30T16:05:18+01:00 New Revision: 601687bf731a33364a7de0ece7acd1c17c9dd60d URL: https://github.com/llvm/llvm-project/commit/601687bf731a33364a7de0ece7acd1c17c9dd60d DIFF: https://github.com/llvm/llvm-project/commit/601687bf731a33364a7de0ece7acd1c17c9dd60d.diff LOG:

[clang] af3d0d1 - [analyzer] DynamicSize: Remove 'getSizeInElements()' from store

2020-01-30 Thread via cfe-commits
Author: Charusso Date: 2020-01-30T16:51:48+01:00 New Revision: af3d0d16286aecdd19356a3505d4a87f54a2f7e9 URL: https://github.com/llvm/llvm-project/commit/af3d0d16286aecdd19356a3505d4a87f54a2f7e9 DIFF: https://github.com/llvm/llvm-project/commit/af3d0d16286aecdd19356a3505d4a87f54a2f7e9.diff LOG:

[clang] 38ab3b8 - [analyzer] CheckerContext: Make the Preprocessor available

2020-01-30 Thread via cfe-commits
Author: Charusso Date: 2020-01-30T17:05:52+01:00 New Revision: 38ab3b876baaa899b92dda9113a4d1d4b56c2e79 URL: https://github.com/llvm/llvm-project/commit/38ab3b876baaa899b92dda9113a4d1d4b56c2e79 DIFF: https://github.com/llvm/llvm-project/commit/38ab3b876baaa899b92dda9113a4d1d4b56c2e79.diff LOG:

[clang] fd09f12 - Implement -fsemantic-interposition

2020-01-31 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-01-31T14:02:33+01:00 New Revision: fd09f12f32f57564d619a28b8826d33ade47b12e URL: https://github.com/llvm/llvm-project/commit/fd09f12f32f57564d619a28b8826d33ade47b12e DIFF: https://github.com/llvm/llvm-project/commit/fd09f12f32f57564d619a28b8826d33ade47b12e.d

[clang] 70c9867 - [clang-format] Add option for not breaking line before ObjC params

2020-02-01 Thread via cfe-commits
Author: mydeveloperday Date: 2020-02-01T17:39:34Z New Revision: 70c98671fa7b395a52829b91782393f4c2613562 URL: https://github.com/llvm/llvm-project/commit/70c98671fa7b395a52829b91782393f4c2613562 DIFF: https://github.com/llvm/llvm-project/commit/70c98671fa7b395a52829b91782393f4c2613562.diff LOG

[clang] 008e7bf - [C++20] Add consteval-specific semantic for functions

2020-02-04 Thread via cfe-commits
Author: Tyker Date: 2020-02-04T20:38:32+01:00 New Revision: 008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d URL: https://github.com/llvm/llvm-project/commit/008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d DIFF: https://github.com/llvm/llvm-project/commit/008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d.diff LOG: [C

[clang] f5d1a9f - Try to fix windows build bot after 008e7bf92343b8bd6ebade5b3ddcfe4bb4e29f8d

2020-02-04 Thread via cfe-commits
Author: Tyker Date: 2020-02-04T21:20:16+01:00 New Revision: f5d1a9f1cfb5ef6cb7c421dfaed2cd4048c0dde9 URL: https://github.com/llvm/llvm-project/commit/f5d1a9f1cfb5ef6cb7c421dfaed2cd4048c0dde9 DIFF: https://github.com/llvm/llvm-project/commit/f5d1a9f1cfb5ef6cb7c421dfaed2cd4048c0dde9.diff LOG: Tr

r330404 - [OpenCL] Add 'denorms-are-zero' function attribute

2018-04-20 Thread via cfe-commits
Author: AlexeySotkin Date: Fri Apr 20 01:08:04 2018 New Revision: 330404 URL: http://llvm.org/viewvc/llvm-project?rev=330404&view=rev Log: [OpenCL] Add 'denorms-are-zero' function attribute Summary: Generate attribute 'denorms-are-zero'='true' if '-cl-denorms-are-zero' compile option was specifie

If I want to disable certain attributes, such as "swiftcall", is there any way to do it now?

2018-04-27 Thread ???? via cfe-commits
As the title says,thanks.___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

?????? If I want to disable certain attributes, such as "swiftcall", isthere any way to do it now?

2018-05-02 Thread ???? via cfe-commits
"TargetNotSupportedAttr?? && //add SuperName.empty()) SuperName = R->getName(); If I use this method, is it correct? -- -- ??: "Aaron Ballman"; : 2018??4??29??(??) 3:07 ??: ""<772847.

?????? If I want to disable certain attributes, such as "swiftcall",isthere any way to do it now?

2018-05-02 Thread ???? via cfe-commits
ty()) > > SuperName = R->getName(); > > > If I use this method, is it correct? It seems like it would work, yes. ~Aaron > > > > > -- -- > ??: "Aaron Ballman"; > : 2018??4??29??(??) 3

?????? If I want to disable certain attributes, such as"swiftcall",isthere any way to do it now?

2018-05-03 Thread ???? via cfe-commits
ttr" && >> >> R->getName() != "TargetNotSupportedAttr?? && //add >> >> SuperName.empty()) >> >> SuperName = R->getName(); >> >> >> If I use this method, is it co

OpenCL Header: Guard all half float usage based on cl_khr_fp16 extension

2018-05-05 Thread via cfe-commits
Hi,   this patch guards all missed half float functions based on the availabiltiy of the OpenCL extension cl_khr_fp16.   Best regards,   JerryIndex: lib/Headers/opencl-c.h === --- lib/Headers/opencl-c.h (revision 331598) +++ lib/Head

?????? If I want to disable certain attributes, such as"swiftcall",isthere any way to do it now?

2018-05-06 Thread ???? via cfe-commits
gt; need to generate the attribute class, so add the following code in >> EmitClangAttrClass >> >> if (R->getName() != "TargetSpecificAttr" && >> >> R->getName() != "TargetNotSupportedAttr?? && //add >> >> Su

?????? If I want to disable certain attributes, such as"swiftcall",isthereany way to do it now?

2018-05-07 Thread ???? via cfe-commits
d >>> >>> TestStr = !Test.empty() ? Test + " ? " + " 0 :" + >>> llvm::itostr(Version) : "0"; // add >>> >>> } else if (Attr->isSubClassOf("TargetSpecificAttr")) >>> >>> 4.And for classes that inher

r326566 - Add possibility to specify output stream for CompilerInstance

2018-03-02 Thread via cfe-commits
Author: AlexeySotkin Date: Fri Mar 2 04:11:40 2018 New Revision: 326566 URL: http://llvm.org/viewvc/llvm-project?rev=326566&view=rev Log: Add possibility to specify output stream for CompilerInstance Patch by: krisb Reviewers: teemperor Reviewed By: teemperor Subscribers: klimek, mgorny, cfe-

RE: [PATCH] D44218: Correct the alignment for the PS4 target

2018-03-07 Thread via cfe-commits
Thanks! I’ll commit this. From: Eric Christopher [mailto:echri...@gmail.com] Sent: Wednesday, March 7, 2018 12:33 PM To: reviews+d44218+public+fd8ca19cc9985...@reviews.llvm.org Cc: cfe-commits@lists.llvm.org; craig.top...@gmail.com; erich.ke...@intel.com; filcab+llvm.phabrica...@gmail.com; Voss,

RE: [clang-tools-extra] r327295 - Reland "[clang-doc] Setup clang-doc frontend framework"

2018-03-12 Thread via cfe-commits
Julie Hockett via cfe-commits Sent: Monday, March 12, 2018 10:05 AM To: cfe-commits@lists.llvm.org Subject: [clang-tools-extra] r327295 - Reland "[clang-doc] Setup clang-doc frontend framework" Author: juliehockett Date: Mon Mar 12 10:05:14 2018 New Revision: 327295 URL: http://llvm.

RE: r327322 - [Tooling] Clear the PreambleSrcLocCache when preamble is discarded during reparsing

2018-03-12 Thread via cfe-commits
.src\tools\clang\test\Index\reparsed-live-issue.cpp" # command stderr: 'CINDEXTEST_EDITING=1': command not found error: command failed with exit status: 127 -- It seems perhaps you forgot to prefix the test line with "env"? Douglas Yung > -Ori

RE: [clang-tools-extra] r327833 - [clang-tidy] New check bugprone-unused-return-value

2018-03-19 Thread via cfe-commits
This should be fixed by r327911. Douglas Yung From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Galina Kistanova via cfe-commits Sent: Monday, March 19, 2018 13:13 To: Alexander Kornienko Cc: cfe-commits Subject: Re: [clang-tools-extra] r327833 - [clang-tidy] New check

RE: r333311 - [DebugInfo] Don't bother with MD5 checksums of preprocessed files.

2018-05-25 Thread via cfe-commits
town... I'll have to revisit this later. --paulr > -Original Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of > Paul Robinson via cfe-commits > Sent: Friday, May 25, 2018 4:59 PM > To: cfe-commits@lists.llvm.org > Subject: r1

RE: r325175 - [Debug] Annotate compiler generated range-for loop variables.

2018-02-15 Thread via cfe-commits
From: Galina Kistanova [mailto:gkistan...@gmail.com] > Sent: Thursday, February 15, 2018 9:33 AM > To: Davis, Matthew > Cc: cfe-commits > Subject: Re: r325175 - [Debug] Annotate compiler generated range-for loop > variables. > > Hello Matt, > > This commit broke tests on one of our builders: >

RE: r325291 - [Coroutines] Use allocator overload when available

2018-02-16 Thread via cfe-commits
: requires 4 arguments, but 1 was provided 8 errors generated. Can you take a look? Douglas Yung > -Original Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of > Brian Gesiak via cfe-commits > Sent: Thursday, February 15, 2018 12:37 > To:

RE: r325691 - [clang-format] New API guessLanguage()

2018-02-21 Thread via cfe-commits
t; From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Ben > Hamilton via cfe-commits > Sent: Wednesday, February 21, 2018 7:55 > To: cfe-commits@lists.llvm.org > Subject: r325691 - [clang-format] New API guessLanguage() > > Author: benhamilton > Date: We

r325771 - [OpenCL] Add '-cl-uniform-work-group-size' compile option

2018-02-22 Thread via cfe-commits
Author: AlexeySotkin Date: Thu Feb 22 03:54:14 2018 New Revision: 325771 URL: http://llvm.org/viewvc/llvm-project?rev=325771&view=rev Log: [OpenCL] Add '-cl-uniform-work-group-size' compile option Summary: OpenCL 2.0 specification defines '-cl-uniform-work-group-size' option, which requires that

RE: r325850 - [Darwin] Add a test to check clang produces accelerator tables.

2018-02-23 Thread via cfe-commits
cfe-commits-boun...@lists.llvm.org] On Behalf Of > Yvan Roux via cfe-commits > Sent: Friday, February 23, 2018 5:34 AM > To: Davide Italiano > Cc: cfe-commits > Subject: Re: r325850 - [Darwin] Add a test to check clang produces > accelerator tables. > > Hi Davide, > >

RE: r334418 - Enable crash recovery tests on Windows, globs work in the lit internal shell now

2018-06-11 Thread via cfe-commits
ei-ps4-windows10pro-fast\llvm.obj\bin\FileCheck.EXE" "C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\tools\clang\test\Driver\crash-report-modules.m" # command stderr: FileCheck error: '-' is empty. FileCheck command line: C:\ps4-buildsla

RE: r334418 - Enable crash recovery tests on Windows, globs work in the lit internal shell now

2018-06-11 Thread via cfe-commits
s-boun...@lists.llvm.org] On Behalf > Of via cfe-commits > Sent: Monday, June 11, 2018 18:37 > To: r...@google.com > Cc: cfe-commits@lists.llvm.org > Subject: RE: r334418 - Enable crash recovery tests on Windows, globs > work in the lit internal shell now > > Hi Reid, &g

RE: r335159 - Fixed test in prior build where FileCheck tried to match against

2018-06-20 Thread via cfe-commits
(Using the right commits list this time...) See inline (same as previous). > -Original Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of > Leonard Chan via cfe-commits > Sent: Wednesday, June 20, 2018 3:34 PM > To: cfe-commits@lists.llv

RE: r335740 - [analyzer] Allow registering custom statically-linked analyzer checkers

2018-06-27 Thread via cfe-commits
ment unique_ptr(const unique_ptr&) = delete; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/unique_ptr.h:176:2: note: candidate template ignored: could not match 'auto_ptr' against 'unique_ptr' unique_ptr(auto_ptr<

RE: [clang-tools-extra] r336177 - [clangd] Incorporate transitive #includes into code complete proximity scoring.

2018-07-03 Thread via cfe-commits
-scei-ps4-windows10pro-fast/builds/18166 These failures are also occurring on our internal bots. Could you take a look at this? Thanks, Matthew -Original Message- From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Sam McCall via cfe-commits Sent: Tuesday, July 3

r328494 - [SemaCXX] _Pragma("clang optimize off") not affecting lambda.

2018-03-26 Thread via cfe-commits
Author: CarlosAlbertoEnciso Date: Mon Mar 26 06:48:03 2018 New Revision: 328494 URL: http://llvm.org/viewvc/llvm-project?rev=328494&view=rev Log: [SemaCXX] _Pragma("clang optimize off") not affecting lambda. Declaring "_Pragma("clang optimize off")" before the body of a function with a lambda lea

RE: r328837 - [analyzer] Fix target triple for autorelease-write-checker test

2018-03-29 Thread via cfe-commits
lvm.src\tools\clang\test\Analysis\autoreleasewritechecker_test.m Line 152: Writing into an auto-releasing out 5 errors generated. error: command failed with exit status: 1 Could you please take a look? Douglas Yung > -Original Message- > From: cfe-commits [mailto:cfe-comm

RE: r328837 - [analyzer] Fix target triple for autorelease-write-checker test

2018-03-29 Thread via cfe-commits
n auto-releasing out > > > > File > > C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\ll > > vm.src\tools\clang\test\Analysis\autoreleasewritechecker_test.m Line > > 132: Writing into an auto-releasing out > > > > File > > C:\ps4-

RE: r329342 - PR36992: do not store beyond the dsize of a class object unless we know

2018-04-06 Thread via cfe-commits
uot;* dereferenceable(1) %8) ^ -- Douglas Yung > -Original Message----- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of > Richard Smith via cfe-commits > Sent: Thursday, April 05, 2018 13:53 > To: cfe-comm

RE: [clang-tools-extra] r329454 - [clang-tidy] One more fix compilation for ParentVirtualCallCheck.cpp: find_if predicate

2018-04-06 Thread via cfe-commits
iginal Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of > Zinovy Nis via cfe-commits > Sent: Friday, April 06, 2018 14:00 > To: cfe-commits@lists.llvm.org > Subject: [clang-tools-extra] r329454 - [clang-tidy] One more fix compilation >

RE: r329465 - Recommit r329442: Generate Libclang invocation reproducers using a new

2018-04-07 Thread via cfe-commits
dex\create-libclang-parsing-reproducer.c" # command stderr: FileCheck error: '-' is empty. FileCheck command line: C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\FileCheck.EXE C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\tools\clang\test\Index\c

RE: r330244 - [MinGW] Look for a cross sysroot relative to the clang binary

2018-04-18 Thread via cfe-commits
:: Driver/pic.c Clang :: Driver/windows-pic.cpp Clang :: Index/index-attrs.c Clang :: Index/index-attrs.cpp Douglas Yung > -Original Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of > Martin Storsjo via cfe-commits > Sent: Wednesd

RE: [clang-tools-extra] r358103 - clangd: fix the build with XPC

2019-04-10 Thread via cfe-commits
Original Message- From: cfe-commits On Behalf Of Saleem Abdulrasool via cfe-commits Sent: Wednesday, April 10, 2019 9:49 To: cfe-commits@lists.llvm.org Subject: [clang-tools-extra] r358103 - clangd: fix the build with XPC Author: compnerd Date: Wed Apr 10 09:48:52 2019 New Revisio

RE: r358104 - Don't emit an unreachable return block.

2019-04-10 Thread via cfe-commits
x27;s just a case of updating the test. Could you please take a look? Thanks, Wolfgang Pieb -Original Message- From: cfe-commits On Behalf Of John McCall via cfe-commits Sent: Wednesday, April 10, 2019 10:03 AM To: cfe-commits@lists.llvm.org Subject: r358104 - Don't emit an u

RE: r357877 - [clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413

2019-04-12 Thread via cfe-commits
f the commit message is enough to let people track down the original report, although even there we usually abbreviate it to 'PR' (so PR41413 in this example). Thanks! --paulr > -Original Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf

RE: r358355 - [c++20] Enable driver and frontend support for building and using

2019-04-15 Thread via cfe-commits
- From: cfe-commits On Behalf Of Richard Smith via cfe-commits Sent: Sunday, April 14, 2019 4:12 To: cfe-commits@lists.llvm.org Subject: r358355 - [c++20] Enable driver and frontend support for building and using Author: rsmith Date: Sun Apr 14 04:11:37 2019 New Revision: 358355 URL: http

RE: r358355 - [c++20] Enable driver and frontend support for building and using

2019-04-15 Thread via cfe-commits
its Subject: Re: r358355 - [c++20] Enable driver and frontend support for building and using On Mon, 15 Apr 2019 at 18:14, via cfe-commits wrote: > > Hi Richard, > > The driver test you added (modules.cpp) seems to fail if the compiler > configuration uses an external assemb

RE: r358355 - [c++20] Enable driver and frontend support for building and using

2019-04-15 Thread via cfe-commits
Smith Sent: Monday, April 15, 2019 19:12 To: Yung, Douglas Cc: cfe-commits Subject: Re: r358355 - [c++20] Enable driver and frontend support for building and using On Mon, 15 Apr 2019, 19:08 via cfe-commits, mailto:cfe-commits@lists.llvm.org>> wrote: Hi Richard, That helps a little bi

RE: r361278 - [clang][Darwin] Refactor header search path logic into the driver

2019-05-21 Thread via cfe-commits
lang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\tools\clang\test\Driver/Inputs/basic_darwin_toolchain", the value of TOOLCHAIN as expected by FileCheck is "C:ps4-buildslave2llvm-clang-lld-x86_64-scei-ps4-windows10pro-fastllvm\\.srctoolsclangtestDriver/Inputs/bas

RE: r361562 - Use clang_cc1 instead of clang in CodeGen test.

2019-05-24 Thread via cfe-commits
est() local_unnamed_addr #0 { ^ :11:5: note: possible intended match here %A = alloca [1000 x double], align 16 ^ -- Can you take a look into fixing the test or running it only when the x86 backend is present? Douglas Yung -Original Message- From: cfe-commit

Re: r359814 - [Sema] Emit warning for visibility attribute on internal-linkage declaration

2019-05-02 Thread via cfe-commits
ct __attribute__((visibility("hidden"))) {} A;   ^    A In addition to the error, note that the warning is wrong, because the linkage was computed too early (before it was known). On Thu, 2 May 2019 at 12:01, Scott Linder via cfe-commits wrote: > > Author: scott.linder >

r360018 - Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper Lake

2019-05-06 Thread via cfe-commits
Author: luoyuanke Date: Mon May 6 01:25:11 2019 New Revision: 360018 URL: http://llvm.org/viewvc/llvm-project?rev=360018&view=rev Log: Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper Lake Summary: 1. Enable infrastructure of AVX512_BF16, which is supported for BFLOA

RE: r360452 - Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways

2019-05-14 Thread via cfe-commits
ot;UNSUPPORTED: foo" and "REQUIRES: !foo"? (I see some of the fixes you've made go one way, some the other way) On Fri, May 10, 2019 at 11:30 AM Paul Robinson via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Author: probinson Date: Fri May 10 11:32:53 2019 Ne

RE: r360452 - Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways

2019-05-14 Thread via cfe-commits
t; > > > > > > > What's the practical difference between "UNSUPPORTED: foo" and > "REQUIRES: !foo"? (I see some of the fixes you've made go one way, some > the other way) > > > > > > > > On Fri, May 10, 2019 at 11:30 AM P

RE: r360833 - [Clang][PP] Add the __FILE_NAME__ builtin macro.

2019-05-15 Thread via cfe-commits
\\build\\llvm.src\\tools\\clang\\test\\Preprocessor\\file_name_macro.c" ^ error: command failed with exit status: 1 Douglas Yung -Original Message- From: cfe-commits On Behalf Of Kristina Brooks via

RE: r360974 - Refactor constant evaluation of typeid(T) to track a symbolic type_info

2019-05-16 Thread via cfe-commits
I'm not sure that is problem. Our internal linux build bot also hit the same problem and it has a 64-bit CPU. Douglas Yung -Original Message- From: cfe-commits On Behalf Of Chris Bieneman via cfe-commits Sent: Thursday, May 16, 2019 22:45 To: Chris Bieneman Cc: Richard Smith

Re: r372903 - [Mangle] Add flag to asm labels to disable '\01' prefixing

2019-09-25 Thread via cfe-commits
Thank you, sorry for the trouble. vedant > On Sep 25, 2019, at 3:36 PM, Evgenii Stepanov > wrote: > > FYI I've fixed a memory leak in the new test in r372925. > > On Wed, Sep 25, 2019 at 10:58 AM Vedant Kumar via cfe-commits > wrote: >> >> Author: ved

RE: [clang-tools-extra] r349038 - [clang-tidy] Share the forced linking code between clang-tidy tool and plugin

2018-12-13 Thread via cfe-commits
I have reverted this commit in r349121. Ivan, please do not leave in commits that cause failures as they make the bots red which can mask other failures. Douglas Yung From: cfe-commits On Behalf Of Galina Kistanova via cfe-commits Sent: Thursday, December 13, 2018 17:41 To: ivan.donchevs

RE: r349053 - [CodeComplete] Fill preferred type on binary expressions

2018-12-14 Thread via cfe-commits
Hi, I think this test is still broken on Windows when you are building a cross compiler as we at Sony do. I have put the details in PR40033. Can somebody take a look? Douglas Yung From: cfe-commits On Behalf Of Reid Kleckner via cfe-commits Sent: Thursday, December 13, 2018 13:51 To: Ilya

RE: r349281 - [analyzer][MallocChecker][NFC] Document and reorganize some functions

2018-12-16 Thread via cfe-commits
-notes.cpp Clang :: Analysis/NewDelete-intersections.mm Clang :: Analysis/free.c Clang :: Analysis/inner-pointer.cpp Clang :: Analysis/malloc.c Clang :: Analysis/malloc.mm Can you please take a look? Douglas Yung -Original Message- From: cfe-commits On Behalf Of Kristof Umann via cfe

RE: r342501 - Fix logic around determining use of frame pointer with -pg.

2018-09-18 Thread via cfe-commits

RE: r342668 - Add testcases for r342667.

2018-09-20 Thread via cfe-commits
th exit status: 1 Douglas Yung > -Original Message- > From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf > Of Eric Christopher via cfe-commits > Sent: Thursday, September 20, 2018 10:23 > To: cfe-commits@lists.llvm.org > Subject: r342668 - Add testcase

RE: r354843 - [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial

2019-03-13 Thread via cfe-commits
l and not NonTrivial? (At the very least it seems that the names could be improved.) Thanks, --paulr From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Aaron Smith via cfe-commits Sent: Monday, March 04, 2019 6:22 PM To: David Blaikie; Reid Kleckner; Adrian Prantl;

RE: r354843 - [CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial

2019-03-13 Thread via cfe-commits
d be improved.) Thanks, --paulr From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of Aaron Smith via cfe-commits Sent: Monday, March 04, 2019 6:22 PM To: David Blaikie; Reid Kleckner; Adrian Prantl; Jonas Devlieghere Cc: cfe-commits@lists.llvm.org Subject: Re: r354843 - [CGDebugInfo]

RE: [clang-tools-extra] r356565 - Reland r356547 after fixing the tests for Linux.

2019-03-20 Thread via cfe-commits
ible intended match here File "/home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm.src/tools/clang/tools/extra/test/../test/../clang-tidy/tool/clang-tidy-diff.py", line 38, in ^ -- Can you please take a look? Douglas Yung -Ori

RE: [clang-tools-extra] r356565 - Reland r356547 after fixing the tests for Linux.

2019-03-20 Thread via cfe-commits
-commits On Behalf Of Galina Kistanova via cfe-commits Sent: Wednesday, March 20, 2019 14:03 To: Zinovy Nis Cc: cfe-commits Subject: Re: [clang-tools-extra] r356565 - Reland r356547 after fixing the tests for Linux. Hello Zinovy, This commit broke test on the next builder: http://lab.llvm.org:8011

RE: [clang-tools-extra] r356849 - [pp-trace] Modernize the code

2019-03-24 Thread via cfe-commits
tected member declared in class 'llvm::Error' C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\include\llvm/Support/Error.h(176): note: see declaration of 'llvm::Error::Error' C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\i

RE: [clang-tools-extra] r356849 - [pp-trace] Modernize the code

2019-03-25 Thread via cfe-commits
e.cpp(155): > note: while trying to match the argument list '(FilterType, > llvm::raw_fd_ostream)' > C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\tools\clang\tools\extra\pp-trace\PPTrace.cpp(155): > error C2248: 'llvm::Error::Error'

[clang] 1ae8e8d - Don't add -fsplit-lto-unit for thin LTO builds with PS4 and Darwin toolchains

2019-10-24 Thread via cfe-commits
Author: evgeny Date: 2019-10-24T14:10:03+03:00 New Revision: 1ae8e8d25fd87048d3d8d7429308e52b236c79a1 URL: https://github.com/llvm/llvm-project/commit/1ae8e8d25fd87048d3d8d7429308e52b236c79a1 DIFF: https://github.com/llvm/llvm-project/commit/1ae8e8d25fd87048d3d8d7429308e52b236c79a1.diff LOG: D

[clang] ec66603 - [clang-format] Remove the dependency on frontend

2019-10-24 Thread via cfe-commits
Author: paulhoad Date: 2019-10-24T19:03:57+01:00 New Revision: ec66603ac7ea655be5c2c5f508c5bf0d5eaeb65b URL: https://github.com/llvm/llvm-project/commit/ec66603ac7ea655be5c2c5f508c5bf0d5eaeb65b DIFF: https://github.com/llvm/llvm-project/commit/ec66603ac7ea655be5c2c5f508c5bf0d5eaeb65b.diff LOG:

[clang] 8fa5e98 - [clang-format] Remove duplciate code from Invalid BOM detection

2019-10-24 Thread via cfe-commits
Author: paulhoad Date: 2019-10-24T20:24:44+01:00 New Revision: 8fa5e98fd191d02fc7e0e220d74af267b9140e6a URL: https://github.com/llvm/llvm-project/commit/8fa5e98fd191d02fc7e0e220d74af267b9140e6a DIFF: https://github.com/llvm/llvm-project/commit/8fa5e98fd191d02fc7e0e220d74af267b9140e6a.diff LOG:

[clang] 23b7836 - [clang-format] update documentation

2019-10-24 Thread via cfe-commits
Author: paulhoad Date: 2019-10-24T21:10:13+01:00 New Revision: 23b78364150cd946a8b111e87defdf179eecbc8f URL: https://github.com/llvm/llvm-project/commit/23b78364150cd946a8b111e87defdf179eecbc8f DIFF: https://github.com/llvm/llvm-project/commit/23b78364150cd946a8b111e87defdf179eecbc8f.diff LOG:

[clang] 6df7ef0 - [clang-format] [NFC] update the documentation in Format.h to allow dump_format_style.py to get a little closer to being correct.

2019-10-25 Thread via cfe-commits
Author: paulhoad Date: 2019-10-25T14:46:19+01:00 New Revision: 6df7ef0d8baac34259e2c93043d843f27812c534 URL: https://github.com/llvm/llvm-project/commit/6df7ef0d8baac34259e2c93043d843f27812c534 DIFF: https://github.com/llvm/llvm-project/commit/6df7ef0d8baac34259e2c93043d843f27812c534.diff LOG:

Re: [PATCH] D34563: [ubsan] Disable the object-size check at -O0

2017-06-23 Thread via cfe-commits
Good point, it makes sense to hand users a warning when they explicitly enable -fsanitize=object-size at -O0. I've added in the diagnostic. PTAL. disable-object-size-check-O0.diff Description: Binary data vedantOn Jun 23, 2017, at 1:05 PM, Justin Bogner wrote:+++ test/Driv

Trivial comment updates: include/clang/Lex/PPCallbacks.h, docs/pp-trace.rst (clang-tools-extra)

2016-07-03 Thread via cfe-commits
Delete "param MD The MacroDefinition if the name was a macro, null otherwise.". Reason: MD, a reference, can't be null. Index: include/clang/Lex/PPCallbacks.h === --- include/clang/Lex/PPCallbacks.h (revision 274481) +++ includ

Re: r269220 - [MSVC] Implementation of __unaligned as a proper type qualifier

2016-05-13 Thread via cfe-commits
ion, clang::Declarator &, > TypeResult): Assertion `I.Fun.TypeQuals == TypeQuals && "bitfield overflow"' > failed. > > >> On Wed, May 11, 2016 at 11:38 AM, Andrey Bokhanko via cfe-commits >> wrote: >> Author: asbokhan >> Date: We

Re: [PATCH] D17688: Fix missed leak from MSVC specific allocation functions

2016-03-01 Thread via cfe-commits
I'd quite happily add them... but can I do it in another patch? I think I could be more thorough that way. For the same reason, can we list all the microsoft memory allocating routines here? There are a thousand routines we might want to add, and then a few others (like _dupenv_s, _malloca, and _e

AUTO: Jacob Hansen is out of the office (returning 05/04/2016)

2016-03-23 Thread via cfe-commits
I am out of the office until 05/04/2016. Note: This is an automated response to your message "cfe-commits Digest, Vol 105, Issue 505" sent on 3/23/2016 4:59:28 PM. This is the only notification you will receive while this person is away. This message and any attachments are intended for th

Re: r290297 - Add the alloc_size attribute to clang, attempt 2.

2016-12-22 Thread via cfe-commits
Hi George, I'm guessing this may have caused PR31453. Simple reproducer included in bug report. Chad On 2016-12-21 21:50, George Burgess IV via cfe-commits wrote: Author: gbiv Date: Wed Dec 21 20:50:20 2016 New Revision: 290297 URL: http://llvm.org/viewvc/llvm-project?rev=290297&

Re: [PATCH] D13304: Avoid inlining in throw statement

2015-10-08 Thread via cfe-commits
so that we can check the callee size right before the inliner. I may add the noinline only when the constructor is large enough. > On Wed, Oct 7, 2015 at 3:10 PM, Jun Bum Lim via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> junbuml added a comment. >> >&

Re: [PATCH] D13304: Avoid inlining in throw statement

2015-10-08 Thread via cfe-commits
Yes, these are functionally equivalent. However, the difference between these two is that the call to f() in 1st is in sub-expression of throw statement, while the call in 2nd is not. If the call is in the sub-expression of throw statements, we can guarantee that the call is only invoked to be thr

[clang-tools-extra] 94fac81 - [Branch-Rename] Fix some links

2021-02-01 Thread via cfe-commits
Author: xgupta Date: 2021-02-01T16:43:21+05:30 New Revision: 94fac81fccfef9917e94bed398781744fb82e159 URL: https://github.com/llvm/llvm-project/commit/94fac81fccfef9917e94bed398781744fb82e159 DIFF: https://github.com/llvm/llvm-project/commit/94fac81fccfef9917e94bed398781744fb82e159.diff LOG: [

[libunwind] 94fac81 - [Branch-Rename] Fix some links

2021-02-01 Thread via cfe-commits
Author: xgupta Date: 2021-02-01T16:43:21+05:30 New Revision: 94fac81fccfef9917e94bed398781744fb82e159 URL: https://github.com/llvm/llvm-project/commit/94fac81fccfef9917e94bed398781744fb82e159 DIFF: https://github.com/llvm/llvm-project/commit/94fac81fccfef9917e94bed398781744fb82e159.diff LOG: [

[clang] 94fac81 - [Branch-Rename] Fix some links

2021-02-01 Thread via cfe-commits
Author: xgupta Date: 2021-02-01T16:43:21+05:30 New Revision: 94fac81fccfef9917e94bed398781744fb82e159 URL: https://github.com/llvm/llvm-project/commit/94fac81fccfef9917e94bed398781744fb82e159 DIFF: https://github.com/llvm/llvm-project/commit/94fac81fccfef9917e94bed398781744fb82e159.diff LOG: [

[clang] 6ee1f64 - [NFC][Docs] Fix RAVFrontendAction doc's CMakelists.txt for Shared build

2021-02-01 Thread via cfe-commits
Author: xgupta Date: 2021-02-02T13:08:40+05:30 New Revision: 6ee1f64a2e828d27a6c20839232b3ac828367123 URL: https://github.com/llvm/llvm-project/commit/6ee1f64a2e828d27a6c20839232b3ac828367123 DIFF: https://github.com/llvm/llvm-project/commit/6ee1f64a2e828d27a6c20839232b3ac828367123.diff LOG: [

[clang] e48f444 - [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item

2021-02-03 Thread via cfe-commits
Author: Ilya Mirsky Date: 2021-02-03T07:50:50-06:00 New Revision: e48f444751cf781c42934b242b81f549da77bad0 URL: https://github.com/llvm/llvm-project/commit/e48f444751cf781c42934b242b81f549da77bad0 DIFF: https://github.com/llvm/llvm-project/commit/e48f444751cf781c42934b242b81f549da77bad0.diff L

[clang] 9083d0a - Revert "[Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item"

2021-02-08 Thread via cfe-commits
Author: einvbri Date: 2021-02-08T06:38:31-06:00 New Revision: 9083d0a40d980928f2f45236a4616528a7ab19ce URL: https://github.com/llvm/llvm-project/commit/9083d0a40d980928f2f45236a4616528a7ab19ce DIFF: https://github.com/llvm/llvm-project/commit/9083d0a40d980928f2f45236a4616528a7ab19ce.diff LOG:

[clang] dd2460e - [X86] Always assign reassoc flag for intrinsics *reduce_add/mul_ps/pd.

2021-02-09 Thread via cfe-commits
Author: Wang, Pengfei Date: 2021-02-09T21:14:06+08:00 New Revision: dd2460ed5d77d908327ce29a15630cd3268bd76e URL: https://github.com/llvm/llvm-project/commit/dd2460ed5d77d908327ce29a15630cd3268bd76e DIFF: https://github.com/llvm/llvm-project/commit/dd2460ed5d77d908327ce29a15630cd3268bd76e.diff

[libunwind] 77fecc0 - [NFC][libunbind] Fix Sphinx error during CMake invocation

2021-02-10 Thread via cfe-commits
Author: xgupta Date: 2021-02-11T06:52:24+05:30 New Revision: 77fecc07955f51db3f184ba10d3f5fcd1f3f152d URL: https://github.com/llvm/llvm-project/commit/77fecc07955f51db3f184ba10d3f5fcd1f3f152d DIFF: https://github.com/llvm/llvm-project/commit/77fecc07955f51db3f184ba10d3f5fcd1f3f152d.diff LOG: [

[clang] d1ef9a6 - [NFC][Docs] Fix RAVFrontendAction doc's CMakeLists.txt for shared build

2021-02-13 Thread via cfe-commits
Author: Shivam Gupta Date: 2021-02-13T19:48:49+05:30 New Revision: d1ef9a63a68850bbe8cd8877f69c41833804c8dc URL: https://github.com/llvm/llvm-project/commit/d1ef9a63a68850bbe8cd8877f69c41833804c8dc DIFF: https://github.com/llvm/llvm-project/commit/d1ef9a63a68850bbe8cd8877f69c41833804c8dc.diff

[clang] 61da205 - [X86] Convert fmin/fmax _mm_reduce_* intrinsics to emit llvm.reduction intrinsics (PR47506)

2021-02-14 Thread via cfe-commits
Author: Wang, Pengfei Date: 2021-02-15T08:52:06+08:00 New Revision: 61da20575d6c6bc72438bb3d169b4b2797e909e4 URL: https://github.com/llvm/llvm-project/commit/61da20575d6c6bc72438bb3d169b4b2797e909e4 DIFF: https://github.com/llvm/llvm-project/commit/61da20575d6c6bc72438bb3d169b4b2797e909e4.diff

<    1   2   3   4   5   6   7   8   9   10   >