Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Nico Weber via cfe-commits
thakis added a subscriber: thakis. Comment at: Makefile:68 @@ -67,3 +67,3 @@ # http://gcc.gnu.org/PR41874 # http://gcc.gnu.org/PR41838 # The first of these is marked fixed, the second has a "works on trunk" comment (from 2010). Maybe this isn't needed with

Re: [clang-tools-extra] r245052 - [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/

2015-08-14 Thread Alexander Kornienko via cfe-commits
... or this may have been fixed by r245144. In any case, please check again and report if anything is still broken. On Sat, Aug 15, 2015 at 7:39 AM, Alexander Kornienko wrote: > Sorry for not posting an update earlier. > > I can't reproduce the build failure, and I see no build bots failing in a

Re: [clang-tools-extra] r245052 - [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/

2015-08-14 Thread Alexander Kornienko via cfe-commits
Sorry for not posting an update earlier. I can't reproduce the build failure, and I see no build bots failing in a similar way. Must be something with your local configuration. On Fri, Aug 14, 2015 at 7:47 PM, Alexander Kornienko wrote: > Strange. No build bots complained about this so far. I'l

[PATCH] D12050: docs: Prefer 'check-clang' to 'clang-test'

2015-08-14 Thread Brian Gesiak via cfe-commits
modocache created this revision. modocache added a subscriber: cfe-commits. r159483 changed the canonical name of the Clang test target from 'clang-test' to 'check-clang'. Although the old name is still a valid alias, update the documentation to use the new, canonical target name. http://reviews.

Re: [svadev] Need the Documentation for the LLVM pass and TypeCheck.cpp

2015-08-14 Thread John Criswell via cfe-commits
Dear Nikhil, The errors you are seeing are from trying to compile lib/PoolAllocate in the poolalloc SVN module. As stated previously, you don't need the Automatic Pool Allocation transform. You can comment out PoolAllocate from the DIRS variable in poolalloc/lib/Makefile as Peter has done in

Re: [PATCH] D11845: Properly pass through the PIC mode to the integrated assembler when doing assembly-only, and unify the Driver's PIC argument parsing.

2015-08-14 Thread James Y Knight via cfe-commits
jyknight updated this revision to Diff 32216. jyknight added a comment. Updated for review comments http://reviews.llvm.org/D11845 Files: include/clang/Driver/CC1Options.td lib/Driver/Tools.cpp test/Driver/integrated-as.s Index: test/Driver/integrated-as.s ===

Re: [PATCH] D11845: Properly pass through the PIC mode to the integrated assembler when doing assembly-only, and unify the Driver's PIC argument parsing.

2015-08-14 Thread James Y Knight via cfe-commits
jyknight added inline comments. Comment at: lib/Driver/Tools.cpp:2928 @@ +2927,3 @@ +/// Parses the various -fpic/-fPIC/-fpie/-fPIE arguments. Then, +/// smooshes them together with platform defaults, to decide with +/// whether this compile should be using PIC mode or not. Retur

r245154 - Tiny cleanup: move some Triple variables up to the top of the

2015-08-14 Thread James Y Knight via cfe-commits
Author: jyknight Date: Fri Aug 14 22:45:25 2015 New Revision: 245154 URL: http://llvm.org/viewvc/llvm-project?rev=245154&view=rev Log: Tiny cleanup: move some Triple variables up to the top of the function, and remove a duplicate var. Modified: cfe/trunk/lib/Driver/Tools.cpp Modified: cfe/tr

r245153 - [MS ABI] Switch catchpad/cleanuppad to use tokens

2015-08-14 Thread David Majnemer via cfe-commits
Author: majnemer Date: Fri Aug 14 22:21:08 2015 New Revision: 245153 URL: http://llvm.org/viewvc/llvm-project?rev=245153&view=rev Log: [MS ABI] Switch catchpad/cleanuppad to use tokens Modified: cfe/trunk/lib/CodeGen/CGCleanup.cpp cfe/trunk/lib/CodeGen/CGException.cpp cfe/trunk/lib/Co

[PATCH] D12048: Verify no result unused warning on macro expansion

2015-08-14 Thread Brian Gesiak via cfe-commits
modocache created this revision. modocache added a reviewer: cfe-commits. Depends on http://reviews.llvm.org/D12047. Add a unit test which demonstrates the bug reported in https://llvm.org/bugs/show_bug.cgi?id=24404. If the macro is enclosed within parentheses, the warning is reported as expecte

[PATCH] D12047: test/SemaObjC: Remove cruft in unused getter test

2015-08-14 Thread Brian Gesiak via cfe-commits
modocache created this revision. modocache added a reviewer: cfe-commits. The tests that verify that accessing a property without using the result emits a warning were needlessly complicated. Remove several layers of abstraction to make the tests much simpler to read and reason about. http://revi

Re: [PATCH] D11361: [OpenMP] Target directive host codegen

2015-08-14 Thread Samuel Antao via cfe-commits
sfantao added a comment. Alexey, John, Thanks for the review! I've tried to address your concerns in the last diff. Please, check the inlined comments to find answers for the remarks of the previous diff. Thanks again! Samuel Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:863-8

Re: [PATCH] D11361: [OpenMP] Target directive host codegen

2015-08-14 Thread Samuel Antao via cfe-commits
sfantao updated this revision to Diff 32211. sfantao added a comment. This patch tries to avoid as much as possible changing the common infrastructure, by adapting the CapturedDecl creation in SEMA and by adding support to a second type of capture - ImplicitParamDecl (on top of the existent Fie

[clang-tools-extra] r245147 - clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Tweak not to override -std=c++11.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 21:27:22 2015 New Revision: 245147 URL: http://llvm.org/viewvc/llvm-project?rev=245147&view=rev Log: clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Tweak not to override -std=c++11. Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-p

[clang-tools-extra] r245146 - clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease targeting MS to give -fno-delayed-template-parsing.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 21:05:49 2015 New Revision: 245146 URL: http://llvm.org/viewvc/llvm-project?rev=245146&view=rev Log: clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease targeting MS to give -fno-delayed-template-parsing. Modified: clang-tools-extra/trunk/t

r245145 - clangStaticAnalyzerCheckers: Update libdesp.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 20:56:49 2015 New Revision: 245145 URL: http://llvm.org/viewvc/llvm-project?rev=245145&view=rev Log: clangStaticAnalyzerCheckers: Update libdesp. Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CM

Re: [PATCH] D10305: [Clang Static Analyzer] Bug identification

2015-08-14 Thread Anna Zaks via cfe-commits
zaks.anna requested changes to this revision. zaks.anna added a comment. This revision now requires changes to proceed. This patch needs tests. We should treat the improvements to HTML uniquing separately from this patch. > But I think it's not a critical issue as of now and it can be considered

Re: r243133 - Correct x86_64 Android fp128 mangled name

2015-08-14 Thread Hans Wennborg via cfe-commits
On Fri, Aug 14, 2015 at 2:02 PM, Hans Wennborg wrote: > On Fri, Aug 14, 2015 at 1:55 PM, John McCall wrote: >>> On Aug 14, 2015, at 1:25 PM, Hans Wennborg wrote: >>> Reid and Nico suggested this should be merged to 3.7 together with >>> r244468 as it fixes an issue with libc++ when compiled with

[clang-tools-extra] r245144 - clangTidyModernizeModule: Update libdeps.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 20:32:15 2015 New Revision: 245144 URL: http://llvm.org/viewvc/llvm-project?rev=245144&view=rev Log: clangTidyModernizeModule: Update libdeps. Modified: clang-tools-extra/trunk/clang-tidy/modernize/CMakeLists.txt Modified: clang-tools-extra/trunk/clang-tidy/m

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Justin Bogner via cfe-commits
Chris Bieneman writes: > Ok… I wrote some CMake goop to enable sanitizers on a bootstrap build > (I’ll clean up the patches and send those out separately). check-clang > worked with asan and ubsan enabled. > > Is that sufficient pre-commit testing? Yes, I'd expect that to shake out any problems.

r245139 - Delay emitting members of dllexport classes until the class is fully parsed (PR23542)

2015-08-14 Thread Hans Wennborg via cfe-commits
Author: hans Date: Fri Aug 14 20:18:16 2015 New Revision: 245139 URL: http://llvm.org/viewvc/llvm-project?rev=245139&view=rev Log: Delay emitting members of dllexport classes until the class is fully parsed (PR23542) This enables Clang to correctly handle code such as: struct __declspec(dllex

Re: [PATCH] D11850: Delay emitting members of dllexport classes until the class is fully parsed (PR23542)

2015-08-14 Thread Hans Wennborg via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245139: Delay emitting members of dllexport classes until the class is fully parsed… (authored by hans). Changed prior to commit: http://reviews.llvm.org/D11850?vs=32201&id=32207#toc Repository: rL L

Re: [PATCH] D12002: Initial WebAssembly support in clang

2015-08-14 Thread JF Bastien via cfe-commits
jfb accepted this revision. jfb added a comment. This revision is now accepted and ready to land. lgtm Comment at: lib/Basic/Targets.cpp:7002 @@ +7001,3 @@ + bool isCLZForZeroUndef() const override final { return false; } + bool hasInt128Type() const override final { return tr

r245136 - [modules] Stop dropping 'module.timestamp' files into the current directory

2015-08-14 Thread Richard Smith via cfe-commits
Author: rsmith Date: Fri Aug 14 19:34:15 2015 New Revision: 245136 URL: http://llvm.org/viewvc/llvm-project?rev=245136&view=rev Log: [modules] Stop dropping 'module.timestamp' files into the current directory when building with implicit modules disabled. Added: cfe/trunk/test/Modules/explicit

Re: [PATCH] D11572: [Static Analyzer] Checker for OS X / iOS localizability issues

2015-08-14 Thread Anna Zaks via cfe-commits
zaks.anna added a comment. Committed earlier today in r245093. Thank you for contributing the checker! http://reviews.llvm.org/D11572 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)

2015-08-14 Thread Devin Coughlin via cfe-commits
dcoughlin added a comment. You should consider what should happen when the memcpy may write past the end of the fixed-size array and add tests that specify correct behavior for these cases. An important example is: struct Foo { char data[4]; int i; }; Foo f; f.i = 10; me

Re: [PATCH] D12000: Bugfix - Clang handles __builtin_object_size in wrong way

2015-08-14 Thread Richard Smith via cfe-commits
rsmith added a subscriber: rsmith. Comment at: lib/AST/ExprConstant.cpp:6221-6223 @@ +6220,5 @@ + // + // extern struct X { char buff[32]; int a, b, c; } *p; + // int a = __builtin_object_size(p->buff + 4, 3); // returns 28 + // int b = __builtin_object_size(p->buff + 4,

Re: [PATCH] D11658: [Sema] main can't be declared as global variable

2015-08-14 Thread Richard Smith via cfe-commits
On Fri, Aug 14, 2015 at 7:15 AM, Davide Italiano wrote: > davide added a comment. > > Oops, I uploaded the wrong diff. Anyway, I changed can't to cannot and > committed this as r245051. > While looking at DiagnosticSemaKind.td I noticed there are still 7 > diagnostics that use can't instead of ca

Re: [PATCH] D11789: Modify DeclaratorChuck::getFunction to be passed an Exception Specification SourceRange

2015-08-14 Thread Richard Smith via cfe-commits
rsmith added inline comments. Comment at: include/clang/Sema/DeclSpec.h:1262 @@ -1260,1 +1261,3 @@ +/// \brief The end location of the exception specifier, if any. +unsigned ExceptionSpecLocEnd; nwilson wrote: > Please let me know if there is still an is

Re: [PATCH] D11850: Delay emitting members of dllexport classes until the class is fully parsed (PR23542)

2015-08-14 Thread Richard Smith via cfe-commits
rsmith accepted this revision. rsmith added a comment. This revision is now accepted and ready to land. LGTM http://reviews.llvm.org/D11850 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co

Re: [PATCH] D11850: Delay emitting members of dllexport classes until the class is fully parsed (PR23542)

2015-08-14 Thread Hans Wennborg via cfe-commits
hans updated the summary for this revision. hans updated this revision to Diff 32201. hans marked an inline comment as done. hans added a comment. Addressed comments. http://reviews.llvm.org/D11850 Files: include/clang/Sema/Sema.h lib/Parse/ParseDeclCXX.cpp lib/Sema/Sema.cpp lib/Sema/Se

r245124 - clarified test comment

2015-08-14 Thread Naomi Musgrave via cfe-commits
Author: nmusgrave Date: Fri Aug 14 18:22:03 2015 New Revision: 245124 URL: http://llvm.org/viewvc/llvm-project?rev=245124&view=rev Log: clarified test comment Modified: cfe/trunk/test/CodeGenCXX/sanitize-dtor-callback.cpp Modified: cfe/trunk/test/CodeGenCXX/sanitize-dtor-callback.cpp URL: h

r245123 - [CONCEPTS] Add diagnostic; invalid tag when concept specified

2015-08-14 Thread Nathan Wilson via cfe-commits
Author: nwilson Date: Fri Aug 14 18:19:32 2015 New Revision: 245123 URL: http://llvm.org/viewvc/llvm-project?rev=245123&view=rev Log: [CONCEPTS] Add diagnostic; invalid tag when concept specified Summary: Adding check to emit diagnostic for invalid tag when concept is specified and associated te

Re: [PATCH] D11916: [CONCEPTS] Add diagnostic; invalid tag when concept specified

2015-08-14 Thread Nathan Wilson via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245123: [CONCEPTS] Add diagnostic; invalid tag when concept specified (authored by nwilson). Changed prior to commit: http://reviews.llvm.org/D11916?vs=31957&id=32200#toc Repository: rL LLVM http://

Re: [PATCH] D11789: Modify DeclaratorChuck::getFunction to be passed an Exception Specification SourceRange

2015-08-14 Thread Nathan Wilson via cfe-commits
nwilson added a comment. Ping http://reviews.llvm.org/D11789 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: r244193 - [ObjC] Circular containers: add support of subclasses

2015-08-14 Thread Hans Wennborg via cfe-commits
Thanks! r245116. On Fri, Aug 14, 2015 at 3:30 PM, Richard Smith wrote: > Sorry for the delay, this LGTM for branch. > > > On Wed, Aug 12, 2015 at 1:09 AM, AlexDenisov <1101.deb...@gmail.com> wrote: >> >> Ping >> -- >> AlexDenisov >> Software Engineer, http://lowlevelbits.org >> >> > On 06 Aug 201

Re: [PATCH] D11850: Delay emitting members of dllexport classes until the class is fully parsed (PR23542)

2015-08-14 Thread Richard Smith via cfe-commits
rsmith added inline comments. Comment at: lib/Sema/SemaDeclCXX.cpp:4700-4703 @@ +4699,6 @@ +if (Member->getAttr()) { + if (TSK == TSK_ExplicitInstantiationDeclaration) +// Don't go any further if this is just an explicit instantiation +// declaration. +

Re: r244193 - [ObjC] Circular containers: add support of subclasses

2015-08-14 Thread Richard Smith via cfe-commits
Sorry for the delay, this LGTM for branch. On Wed, Aug 12, 2015 at 1:09 AM, AlexDenisov <1101.deb...@gmail.com> wrote: > Ping > -- > AlexDenisov > Software Engineer, http://lowlevelbits.org > > > On 06 Aug 2015, at 18:15, Hans Wennborg wrote: > > > > Hi Alex, > > > > What crash is that? I don't

Re: [PATCH] D12002: Initial WebAssembly support in clang

2015-08-14 Thread Dan Gohman via cfe-commits
sunfish added inline comments. Comment at: lib/Basic/Targets.cpp:7010 @@ +7009,3 @@ + { #ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr }, +#include "clang/Basic/BuiltinsWebAssembly.def" +}; WebAssembly32TargetInfo is subclassed in LLVM code, and getTargetDefine

Re: [PATCH] D12002: Initial WebAssembly support in clang

2015-08-14 Thread Dan Gohman via cfe-commits
sunfish updated this revision to Diff 32192. sunfish marked an inline comment as done. sunfish added a comment. - set MaxAtomicInlineWidth to 0 for now (sets *_ATOMIC_*_LOCK_FREE to 1) - enable LargeArrayAlign - enable __int128 - various cleanups Repository: rL LLVM http://reviews.llvm.org/D1

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Chris Bieneman via cfe-commits
Ok… I wrote some CMake goop to enable sanitizers on a bootstrap build (I’ll clean up the patches and send those out separately). check-clang worked with asan and ubsan enabled. Is that sufficient pre-commit testing? I still need to rework the Makefile side of the patch to match Eric’s suggesti

Re: r243133 - Correct x86_64 Android fp128 mangled name

2015-08-14 Thread Hans Wennborg via cfe-commits
On Fri, Aug 14, 2015 at 1:55 PM, John McCall wrote: >> On Aug 14, 2015, at 1:25 PM, Hans Wennborg wrote: >> Reid and Nico suggested this should be merged to 3.7 together with >> r244468 as it fixes an issue with libc++ when compiled with Clang on >> x86_64 Android. >> >> John, you're the CodeGen

Re: [PATCH] D12002: Initial WebAssembly support in clang

2015-08-14 Thread JF Bastien via cfe-commits
jfb added inline comments. Comment at: lib/Basic/Targets.cpp:6938 @@ +6937,3 @@ +BigEndian = false; +NoAsmVariants = true; +SuitableAlign = 128; True, leaving it as is sgtm. Comment at: lib/Basic/Targets.cpp:6994 @@ +6993,3 @@ +#inclu

Re: [PATCH] D11857: CFI: Introduce -fsanitize=cfi-icall flag.

2015-08-14 Thread Peter Collingbourne via cfe-commits
pcc updated this revision to Diff 32179. pcc added a comment. Rebase onto http://reviews.llvm.org/D12038 http://reviews.llvm.org/D11857 Files: docs/ControlFlowIntegrity.rst include/clang/AST/Mangle.h include/clang/Basic/Sanitizers.def lib/AST/ItaniumMangle.cpp lib/AST/MicrosoftMangle.

Re: [PATCH] D9286: Insert override at the same line as the end of the function declaration

2015-08-14 Thread Ehsan Akhgari via cfe-commits
ehsan added a comment. I should land this, but let's wait to see if we want http://reviews.llvm.org/D9285 or not, since this patch is built on top of it. If not, I can rebase it on top of master as well. http://reviews.llvm.org/D9286 ___ cfe-comm

Re: [PATCH] D9285: Add a KeepVirtual option to misc-use-override

2015-08-14 Thread Ehsan Akhgari via cfe-commits
ehsan added a comment. Sorry, I kind of dropped the ball here! At Mozilla we ended up deciding on allowing only a maximum of one of virtual, final or override per function declaration, similar to the Google coding style, so we won't need the KeepVirtual option. Should I still add it neverthele

Re: r243133 - Correct x86_64 Android fp128 mangled name

2015-08-14 Thread Hans Wennborg via cfe-commits
(+ the new cfe-commits list; sorry for the spam) On Fri, Aug 14, 2015 at 1:25 PM, Hans Wennborg wrote: > Reid and Nico suggested this should be merged to 3.7 together with > r244468 as it fixes an issue with libc++ when compiled with Clang on > x86_64 Android. > > John, you're the CodeGen owner.

r245093 - [analyzer] Add checkers for OS X / iOS localizability issues

2015-08-14 Thread Anna Zaks via cfe-commits
Author: zaks Date: Fri Aug 14 15:22:22 2015 New Revision: 245093 URL: http://llvm.org/viewvc/llvm-project?rev=245093&view=rev Log: [analyzer] Add checkers for OS X / iOS localizability issues Add checkers that detect code-level localizability issues for OS X / iOS: - A path sensitive checker th

Re: [PATCH] D12037: WindowsX86: long double is x87DoubleExtended on mingw-w64

2015-08-14 Thread Hans Wennborg via cfe-commits
hans added a comment. I'm OK with it if Richard gives owner's approval. Cheers, Hans http://reviews.llvm.org/D12037 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D12037: WindowsX86: long double is x87DoubleExtended on mingw-w64

2015-08-14 Thread Hans Wennborg via cfe-commits
I'm OK with it if Richard gives owner's approval. Cheers, Hans On Fri, Aug 14, 2015 at 12:25 PM, Martell Malone wrote: > martell added a comment. > > Hans this is something we most definitely should have in 3.7 > It's a pretty big bugfix for this target :) > > > http://reviews.llvm.org/D12037 >

Re: [PATCH] D11427: [Static Analyzer] Checker for Obj-C generics

2015-08-14 Thread Gábor Horváth via cfe-commits
xazax.hun added a comment. Addressed the suggestions. Comment at: lib/StaticAnalyzer/Checkers/ObjCGenericsChecker.cpp:257 @@ +256,3 @@ +// However a downcast may also lose information. E. g.: +// MutableMap : Map +// The downcast to mutable map loses the informatio

Re: [PATCH] D12037: WindowsX86: long double is x87DoubleExtended on mingw-w64

2015-08-14 Thread Martell Malone via cfe-commits
martell added a comment. Hans this is something we most definitely should have in 3.7 It's a pretty big bugfix for this target :) http://reviews.llvm.org/D12037 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/ma

Re: [PATCH] D11572: [Static Analyzer] Checker for OS X / iOS localizability issues

2015-08-14 Thread Kulpreet Chilana via cfe-commits
kulpreet updated this revision to Diff 32174. kulpreet added a comment. - Incorporated feedback from Devin's review - Moved LSM over to StringSet<> http://reviews.llvm.org/D11572 Files: lib/StaticAnalyzer/Checkers/CMakeLists.txt lib/StaticAnalyzer/Checkers/Checkers.td lib/StaticAnalyzer/C

Re: [PATCH] D11784: [PATCH] clang-tidy check for incorrect move constructor initializers

2015-08-14 Thread Aaron Ballman via cfe-commits
aaron.ballman updated this revision to Diff 32175. aaron.ballman added a comment. Updated the patch to handle member initializers as well as base class initializers. This changes the name of things from "base" to "init" as well. http://reviews.llvm.org/D11784 Files: clang-tidy/misc/CMakeList

Re: [PATCH] D12037: WindowsX86: long double is x87DoubleExtended on mingw-w64

2015-08-14 Thread Martell Malone via cfe-commits
martell added a comment. Landed in http://reviews.llvm.org/rL245084 The commit parser is bugged :/ http://reviews.llvm.org/D12037 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

r245084 - WindowsX86: long double is x87DoubleExtended on mingw

2015-08-14 Thread Martell Malone via cfe-commits
Author: martell Date: Fri Aug 14 14:05:56 2015 New Revision: 245084 URL: http://llvm.org/viewvc/llvm-project?rev=245084&view=rev Log: WindowsX86: long double is x87DoubleExtended on mingw Summary: long double on x86 mingw is 80bits and is aligned to 16bytes Fixes: https://llv

r245083 - Don't run explicit-modules-missing-files.cpp on Windows

2015-08-14 Thread Reid Kleckner via cfe-commits
Author: rnk Date: Fri Aug 14 14:03:02 2015 New Revision: 245083 URL: http://llvm.org/viewvc/llvm-project?rev=245083&view=rev Log: Don't run explicit-modules-missing-files.cpp on Windows It is flaky due to inability to remove files with open handles. We could paper over it with rm -f, but then th

[PATCH] D12038: CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.

2015-08-14 Thread Peter Collingbourne via cfe-commits
pcc created this revision. pcc added a reviewer: rsmith. pcc added subscribers: cfe-commits, Prazek. This function can be used to create a metadata identifier for a specific type. No functionality change, but this will be used by D11857 and D12026. http://reviews.llvm.org/D12038 Files: lib/Cod

Re: [PATCH] D12037: WindowsX86: long double is x87DoubleExtended on mingw-w64

2015-08-14 Thread Reid Kleckner via cfe-commits
rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land. lgtm http://reviews.llvm.org/D12037 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: r244266 - [ItaniumCXXABI] Don't import RTTI data for classes with key functions

2015-08-14 Thread Hans Wennborg via cfe-commits
On Tue, Aug 11, 2015 at 1:41 PM, Hans Wennborg wrote: > On Thu, Aug 6, 2015 at 1:56 PM, David Majnemer via cfe-commits > wrote: >> Author: majnemer >> Date: Thu Aug 6 15:56:55 2015 >> New Revision: 244266 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=244266&view=rev >> Log: >> [ItaniumCXXAB

Re: [PATCH] D11572: [Static Analyzer] Checker for OS X / iOS localizability issues

2015-08-14 Thread Devin Coughlin via cfe-commits
dcoughlin added inline comments. Comment at: lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:68 @@ +67,3 @@ + // Methods that require a localized string + mutable llvm::StringMap> UIMethods; + // Methods that return a localized string FWIW, #include "

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Justin Bogner via cfe-commits
Chris Bieneman writes: > beanz added a comment. > > dblaikie, > > I've run this through check-all with no issues. Might want to bootstrap with sanitizers or something. Strict aliasing related bugs can be subtle. ___ cfe-commits mailing list cfe-commits@

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Chris Bieneman via cfe-commits
beanz added a comment. echristo, I can move the makefile check to the autoconf check, but I think setting the flags should stay in the clang CMakeLists/Makefile otherwise it will change behavior. Today we only enable this flag for the clang subdirectory, not all of LLVM. Thoughts? http://re

Re: r243851 - Fix invalid shufflevector operands

2015-08-14 Thread Hans Wennborg via cfe-commits
On Fri, Aug 14, 2015 at 2:09 AM, John McCall wrote: >> On Aug 10, 2015, at 12:40 PM, Hans Wennborg wrote: >> On Fri, Aug 7, 2015 at 11:57 AM, Simon Pilgrim >> wrote: >>> On 06/08/2015 18:05, Hans Wennborg wrote: On Sun, Aug 2, 2015 at 8:28 AM, Simon Pilgrim wrote: > > Au

Re: [PATCH] D11808: Driver: Fix include and lib dirs when not using gcc under mingw

2015-08-14 Thread Hans Wennborg via cfe-commits
I'm OK with it if Richard gives owner's approval. Cheers, Hans On Thu, Aug 13, 2015 at 8:27 PM, Martell Malone wrote: > Hi Hans, > > Is this bugfix something that can be merged into 3.7 ? > > Kind Regards > Martell > > On Thu, Aug 13, 2015 at 4:42 PM, Martell Malone > wrote: >> >> This revision

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Chris Bieneman via cfe-commits
beanz added a comment. dblaikie, I've run this through check-all with no issues. http://reviews.llvm.org/D12036 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Hal Finkel via cfe-commits
- Original Message - > From: "Eric Christopher via cfe-commits" > To: reviews+d12036+public+3cb5bf37e2ab4...@reviews.llvm.org, > m...@justinbogner.com > Cc: cfe-commits@lists.llvm.org > Sent: Friday, August 14, 2015 12:50:09 PM > Subject: Re: [PATCH] D12036: We shouldn't need to pass -fno

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread David Blaikie via cfe-commits
Have you tested this? I assume there are strict aliasing violations in Clang/LLVM if we've had this turned on for a while. (does strict aliasing still have the special case for enum type punning? Becaues I've certainly seen (& fixed) that in a few places in Clang/LLVM) On Fri, Aug 14, 2015 at 10:

r245076 - Windows ARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Martell Malone via cfe-commits
Author: martell Date: Fri Aug 14 13:00:09 2015 New Revision: 245076 URL: http://llvm.org/viewvc/llvm-project?rev=245076&view=rev Log: Windows ARM: ignore calling conventions as described on MSDN Summary: MSDN says that fastcall, stdcall, thiscall, and vectorcall are all accepted but ignored on AR

Re: [PATCH] D12034: WindowsARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Martell Malone via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245076: Windows ARM: ignore calling conventions as described on MSDN (authored by martell). Changed prior to commit: http://reviews.llvm.org/D12034?vs=32164&id=32166#toc Repository: rL LLVM http://r

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Eric Christopher via cfe-commits
This is fine, but would you mind moving it to the cmake and autoconf checks respectively? Probably near the warning checks where we already check for compiler. On Fri, Aug 14, 2015, 10:41 AM Chris Bieneman wrote: > beanz updated this revision to Diff 32163. > beanz added a comment. > > Should ha

Re: [clang-tools-extra] r245052 - [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/

2015-08-14 Thread Alexander Kornienko via cfe-commits
Strange. No build bots complained about this so far. I'll take a look at this in an hour or so. On 14 Aug 2015 19:42, "İsmail Dönmez" wrote: > Hi, > > On Fri, Aug 14, 2015 at 5:31 PM, Alexander Kornienko via cfe-commits > wrote: > > Author: alexfh > > Date: Fri Aug 14 09:31:31 2015 > > New Revis

Re: [PATCH] D12034: WindowsARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Martell Malone via cfe-commits
martell updated this revision to Diff 32164. martell added a comment. updated to reflect rnk comments http://reviews.llvm.org/D12034 Files: lib/Basic/Targets.cpp test/Parser/arm-windows-calling-convention-handling.c test/Parser/x64-windows-calling-convention-handling.c Index: test/Parser

Re: [clang-tools-extra] r245052 - [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/

2015-08-14 Thread İsmail Dönmez via cfe-commits
Hi, On Fri, Aug 14, 2015 at 5:31 PM, Alexander Kornienko via cfe-commits wrote: > Author: alexfh > Date: Fri Aug 14 09:31:31 2015 > New Revision: 245052 > > URL: http://llvm.org/viewvc/llvm-project?rev=245052&view=rev > Log: > [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/

Re: [PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Chris Bieneman via cfe-commits
beanz updated this revision to Diff 32163. beanz added a comment. Should have been calling $(CC) not cc in the makefile. Oops. http://reviews.llvm.org/D12036 Files: CMakeLists.txt Makefile Index: Makefile === --- Makefile +++

[PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

2015-08-14 Thread Chris Bieneman via cfe-commits
beanz created this revision. beanz added reviewers: bogner, echristo. beanz added a subscriber: cfe-commits. The code comments in the Makefile indicate this was put in place to support issues when building clang with GCC. Today clang's strict aliasing works, so we shouldn't pass -fno-strict-alia

Re: [PATCH] D12034: WindowsARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Reid Kleckner via cfe-commits
rnk added inline comments. Comment at: test/Parser/arm-windows-calling-convention-handling.c:2 @@ -1,3 @@ -// RUN: %clang_cc1 -triple thumbv7-windows -fms-compatibility -fsyntax-only -verify %s - -int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling conv

Re: [PATCH] D12034: WindowsARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Martell Malone via cfe-commits
martell added inline comments. Comment at: test/Parser/arm-windows-calling-convention-handling.c:2 @@ -1,3 @@ -// RUN: %clang_cc1 -triple thumbv7-windows -fms-compatibility -fsyntax-only -verify %s - -int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling

Re: [PATCH] D12034: WindowsARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Reid Kleckner via cfe-commits
rnk added inline comments. Comment at: test/Parser/arm-windows-calling-convention-handling.c:2 @@ -1,3 @@ -// RUN: %clang_cc1 -triple thumbv7-windows -fms-compatibility -fsyntax-only -verify %s - -int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling conv

[PATCH] D12034: WindowsARM: ignore calling conventions as described on MSDN

2015-08-14 Thread Martell Malone via cfe-commits
martell created this revision. martell added a reviewer: rnk. martell added subscribers: compnerd, cfe-commits. Herald added subscribers: rengolin, aemerson. MSDN says that fastcall stdcall and thiscall and vectorcall are all accepted but ignored on ARM and X64 https://msdn.microsoft.com/en-us/l

RE: [PATCH] RE: [cfe-dev] missing return statement for non-void functions in C++

2015-08-14 Thread Sjoerd Meijer via cfe-commits
Yes, I got confused when clang is in C++ mode. In my patch, I was checking the driver status, but that’s not the complete story. From these combinations of invoking clang with some input: ./clang[++] [-x [c | c++]] myinput.[TY_C | TY_CXX] I wanted to create a special case for these combinations

Re: [PATCH] D10933: Add new IdentifierNaming check

2015-08-14 Thread Alexander Kornienko via cfe-commits
alexfh added a comment. Sorry for the delay. A few more comments, otherwise looks really nice. Comment at: clang-tidy/readability/IdentifierNamingCheck.cpp:166 @@ +165,3 @@ + static llvm::Regex Splitter( + "(([a-z0-9A-Z]*)(_+)|([A-Z]?[a-z0-9]+)([A-Z]|$)|([A-Z]+)([A-Z]|$))"

Re: r245041 - [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.

2015-08-14 Thread Hans Wennborg via cfe-commits
On Fri, Aug 14, 2015 at 5:25 AM, Alexey Bataev via cfe-commits wrote: > Author: abataev > Date: Fri Aug 14 07:25:37 2015 > New Revision: 245041 > > URL: http://llvm.org/viewvc/llvm-project?rev=245041&view=rev > Log: > [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender > 2.

r245063 - Represent 2 parallel string arrays as one string[][2] array.

2015-08-14 Thread Douglas Katzman via cfe-commits
Author: dougk Date: Fri Aug 14 10:52:12 2015 New Revision: 245063 URL: http://llvm.org/viewvc/llvm-project?rev=245063&view=rev Log: Represent 2 parallel string arrays as one string[][2] array. Differential Revision: http://reviews.llvm.org/D11991 Modified: cfe/trunk/lib/Driver/ToolChains.cpp

Re: [PATCH] D11991: Represent 2 parallel string arrays as one string[][2] array.

2015-08-14 Thread Douglas Katzman via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL245063: Represent 2 parallel string arrays as one string[][2] array. (authored by dougk). Changed prior to commit: http://reviews.llvm.org/D11991?vs=31977&id=32157#toc Repository: rL LLVM http://rev

Re: [PATCH] D9286: Insert override at the same line as the end of the function declaration

2015-08-14 Thread Alexander Kornienko via cfe-commits
alexfh added a comment. What's the status of this patch? http://reviews.llvm.org/D9286 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D9285: Add a KeepVirtual option to misc-use-override

2015-08-14 Thread Alexander Kornienko via cfe-commits
alexfh added a comment. What's the status of this patch? http://reviews.llvm.org/D9285 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D11297: PR17829: Functions declared extern "C" with a name matching a mangled C++ function are allowed

2015-08-14 Thread Andrey Bokhanko via cfe-commits
andreybokhanko added a comment. John, > Make sense? Yes, absolutely! -- even for me. :-) Thanks a 100! Yours, Andrey http://reviews.llvm.org/D11297 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailma

r245054 - [ASTContext] Call APValue destructors for MaterializedTemporaryValues

2015-08-14 Thread David Majnemer via cfe-commits
Author: majnemer Date: Fri Aug 14 09:43:50 2015 New Revision: 245054 URL: http://llvm.org/viewvc/llvm-project?rev=245054&view=rev Log: [ASTContext] Call APValue destructors for MaterializedTemporaryValues Hopefully this makes the sanitizer build bot happy. Modified: cfe/trunk/lib/AST/ASTCont

[clang-tools-extra] r245052 - [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/

2015-08-14 Thread Alexander Kornienko via cfe-commits
Author: alexfh Date: Fri Aug 14 09:31:31 2015 New Revision: 245052 URL: http://llvm.org/viewvc/llvm-project?rev=245052&view=rev Log: [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/ This is better structurally and it also fixes a linker error in the configure build. A

Re: [PATCH] D11658: [Sema] main can't be declared as global variable

2015-08-14 Thread Davide Italiano via cfe-commits
davide added a comment. Oops, I uploaded the wrong diff. Anyway, I changed can't to cannot and committed this as r245051. While looking at DiagnosticSemaKind.td I noticed there are still 7 diagnostics that use can't instead of cannot. Are you OK if I change those? (in a subsequent commit, of co

r245051 - [Sema] main can't be declared as global variable, in C++.

2015-08-14 Thread Davide Italiano via cfe-commits
Author: davide Date: Fri Aug 14 09:13:29 2015 New Revision: 245051 URL: http://llvm.org/viewvc/llvm-project?rev=245051&view=rev Log: [Sema] main can't be declared as global variable, in C++. So, we now reject that. We also warn for any external-linkage global variable named main in C, because it

[clang-tools-extra] r245048 - misc-unused-parameters: Fix crasher with C forward declarations that

2015-08-14 Thread Daniel Jasper via cfe-commits
Author: djasper Date: Fri Aug 14 08:39:57 2015 New Revision: 245048 URL: http://llvm.org/viewvc/llvm-project?rev=245048&view=rev Log: misc-unused-parameters: Fix crasher with C forward declarations that can leave out the parameter list. Modified: clang-tools-extra/trunk/clang-tidy/misc/Unused

Re: [PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)

2015-08-14 Thread Антон Ярцев via cfe-commits
ayartsev added inline comments. Comment at: lib/StaticAnalyzer/Core/RegionStore.cpp:746 @@ -739,1 +745,3 @@ +return static_cast(this)->hasTrait(MR, IK); + } }; Hmm.. Either we completely encapsulate 'RegionAndSymbolInvalidationTraits' in the 'invalidateRegi

[clang-tools-extra] r245046 - [clang-tidy] Don't use delegating constructors.

2015-08-14 Thread Alexander Kornienko via cfe-commits
Author: alexfh Date: Fri Aug 14 08:23:55 2015 New Revision: 245046 URL: http://llvm.org/viewvc/llvm-project?rev=245046&view=rev Log: [clang-tidy] Don't use delegating constructors. Modified: clang-tools-extra/trunk/unittests/clang-tidy/IncludeInserterTest.cpp Modified: clang-tools-extra/trun

Re: [PATCH] D11946: Create clang-tidy module modernize. Add pass-by-value check.

2015-08-14 Thread Alexander Kornienko via cfe-commits
alexfh closed this revision. alexfh added a comment. Committed revision 245045. http://reviews.llvm.org/D11946 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] r245045 - [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.

2015-08-14 Thread Alexander Kornienko via cfe-commits
Author: alexfh Date: Fri Aug 14 08:17:11 2015 New Revision: 245045 URL: http://llvm.org/viewvc/llvm-project?rev=245045&view=rev Log: [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check. This is the first step for migrating cppmodernize to clang-tidy. http://reviews.llvm.org/

Re: [PATCH] D11946: Create clang-tidy module modernize. Add pass-by-value check.

2015-08-14 Thread Alexander Kornienko via cfe-commits
alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land. Now the tests pass. Thanks for fixing the IncludeInserter bug! http://reviews.llvm.org/D11946 ___ cfe-commits mailing list cfe-commits@lists.llvm

r245043 - clang-format: Don't remove space between #elif and parentheses.

2015-08-14 Thread Daniel Jasper via cfe-commits
Author: djasper Date: Fri Aug 14 07:44:06 2015 New Revision: 245043 URL: http://llvm.org/viewvc/llvm-project?rev=245043&view=rev Log: clang-format: Don't remove space between #elif and parentheses. Before: #elif( && ) After: #elif ( && ) Modified: cfe/trunk/lib/Format/Fo

Re: [PATCH] D11784: [PATCH] clang-tidy check for incorrect move constructor initializers

2015-08-14 Thread Aaron Ballman via cfe-commits
aaron.ballman added a comment. In http://reviews.llvm.org/D11784#224437, @alexfh wrote: > In http://reviews.llvm.org/D11784#224433, @aaron.ballman wrote: > > > In http://reviews.llvm.org/D11784#224430, @alexfh wrote: > > > > > In http://reviews.llvm.org/D11784#224421, @aaron.ballman wrote: > > >

  1   2   >