Re: r260760 - [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library.

2016-02-29 Thread Justin Lebar via cfe-commits
If the test shouldn't require large stack usage, should the not_ubsan, not_asan tags be removed? On Mon, Feb 29, 2016 at 9:55 PM, Justin Lebar wrote: > Works! Thank you for fixing this, and so quickly. > > On Mon, Feb 29, 2016 at 6:51 PM, Argyrios Kyrtzidis wrote: >> Try with r262290. >> >>> On

r262308 - Better comments for ExtParameterInfo.

2016-02-29 Thread John McCall via cfe-commits
Author: rjmccall Date: Tue Mar 1 00:27:40 2016 New Revision: 262308 URL: http://llvm.org/viewvc/llvm-project?rev=262308&view=rev Log: Better comments for ExtParameterInfo. Modified: cfe/trunk/include/clang/AST/Type.h cfe/trunk/include/clang/Sema/Sema.h Modified: cfe/trunk/include/clang/

Re: r260760 - [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library.

2016-02-29 Thread Argyrios Kyrtzidis via cfe-commits
not_ubsan was added a long time ago, I presume it is still needed due to recursion in sema as well. not_asan was added recently to 2 tests after r260760. I tentatively removed it from 'index-many-call-ops.cpp’ and if all looks good I’ll remove from the other as well. > On Feb 29, 2016, at 9:57

[PATCH] D17752: [MSVC Compat] Correctly handle finallys nested within finallys

2016-02-29 Thread David Majnemer via cfe-commits
majnemer created this revision. majnemer added reviewers: rnk, andrew.w.kaylor. majnemer added a subscriber: cfe-commits. We'd lose track of the parent CodeGenFunction, leading us to get confused with regard to which function a nested finally belonged to. http://reviews.llvm.org/D17752 Files:

r262311 - Test template instantiation of ns_consumed and ns_returns_retained.

2016-02-29 Thread John McCall via cfe-commits
Author: rjmccall Date: Tue Mar 1 00:54:30 2016 New Revision: 262311 URL: http://llvm.org/viewvc/llvm-project?rev=262311&view=rev Log: Test template instantiation of ns_consumed and ns_returns_retained. Modified: cfe/trunk/test/SemaObjCXX/arc-templates.mm Modified: cfe/trunk/test/SemaObjCXX/

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

2016-02-29 Thread Alexander Riccio via cfe-commits
ariccio updated this revision to Diff 49456. ariccio added a comment. Nit addressed. http://reviews.llvm.org/D17688 Files: llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp Index: llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp

Re: [PATCH] D17286: Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB

2016-02-29 Thread Jonas Hahnfeld via cfe-commits
Hahnfeld updated the summary for this revision. Hahnfeld updated this revision to Diff 49459. Hahnfeld added a comment. Rename option to `-stdlib=platform` http://reviews.llvm.org/D17286 Files: lib/Driver/ToolChain.cpp lib/Driver/ToolChains.cpp lib/Driver/ToolChains.h test/Driver/freebs

<    1   2