skalinichev created this revision.
skalinichev added a subscriber: cfe-commits.
This exposes the AutoType through LibClang interface
http://reviews.llvm.org/D13000
Files:
bindings/python/clang/cindex.py
include/clang-c/Index.h
test/Index/print-type.cpp
tools/libclang/CXType.cpp
Index: t
skalinichev created this revision.
skalinichev added a subscriber: cfe-commits.
Now that auto type is fixed by D11976, it also makes sense to support it in
clang_getTypeDeclaration.
I couldn't find any existing tests for this method, so no tests added...
http://reviews.llvm.org/D13001
Files:
mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.
This looks good to me.
http://reviews.llvm.org/D12895
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi
Author: adrian
Date: Sun Sep 20 11:51:35 2015
New Revision: 248127
URL: http://llvm.org/viewvc/llvm-project?rev=248127&view=rev
Log:
Module debugging: Support submodules in the PCM/PCH debug info.
Added:
cfe/trunk/test/Modules/DebugInfoSubmodules.c
cfe/trunk/test/Modules/Inputs/DebugSubmo
flx updated this revision to Diff 35204.
flx marked 10 inline comments as done.
http://reviews.llvm.org/D12839
Files:
clang-tidy/misc/MoveConstructorInitCheck.cpp
clang-tidy/misc/MoveConstructorInitCheck.h
clang-tidy/utils/CMakeLists.txt
clang-tidy/utils/Matchers.h
clang-tidy/utils/Type
flx added inline comments.
Comment at: clang-tidy/misc/MoveConstructorInitCheck.cpp:38
@@ +37,3 @@
+ Node.isTriviallyCopyableType(Finder->getASTContext()) ||
+ classHasTrivialCopyAndDestroy(Node)) {
+return false;
aaron.ballman wrote:
> Why do you ne
Author: nico
Date: Sun Sep 20 13:10:46 2015
New Revision: 248129
URL: http://llvm.org/viewvc/llvm-project?rev=248129&view=rev
Log:
Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.
libstdc++ needs a few typedefs in malloc_alloc. MSVC's STL needs rebind(),
construct(
thakis closed this revision.
thakis added a comment.
r248129, thanks!
http://reviews.llvm.org/D12895
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Alexander_Droste marked 2 inline comments as done.
Comment at:
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp:137
@@ +136,3 @@
+
+ // This is never reached...
+ llvm::outs() << ""
I figured out what the problem about the
Author: ctopper
Date: Sun Sep 20 19:20:04 2015
New Revision: 248137
URL: http://llvm.org/viewvc/llvm-project?rev=248137&view=rev
Log:
Don't pass StringRefs around by const reference. Pass by value instead per
coding standards. NFC
Modified:
cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk
Author: ctopper
Date: Sun Sep 20 20:23:32 2015
New Revision: 248138
URL: http://llvm.org/viewvc/llvm-project?rev=248138&view=rev
Log:
Pass SourceLocation by value instead of by const reference since its just a
32-bit integer. NFC
Modified:
cfe/trunk/lib/Sema/SemaOpenMP.cpp
Modified: cfe/tru
Author: ctopper
Date: Sun Sep 20 20:33:03 2015
New Revision: 248139
URL: http://llvm.org/viewvc/llvm-project?rev=248139&view=rev
Log:
Pass SourceLocation by value instead of by const reference since its just a
32-bit integer. NFC
Modified:
clang-tools-extra/trunk/clang-modernize/Core/Transfo
babati added a comment.
Hi
Sorry for the late answer.
> Can you please rebase this patch based on http://reviews.llvm.org/D12673?
Yes, I can. The patch will comes soon.
> How do you expect this to work? i.e. would bug_id_1 always be generated along
> with new improved bug_ids in the same pli
ABataev added a comment.
Ping
http://reviews.llvm.org/D11182
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ABataev added a comment.
Ping
http://reviews.llvm.org/D10599
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: chapuni
Date: Mon Sep 21 01:57:36 2015
New Revision: 248142
URL: http://llvm.org/viewvc/llvm-project?rev=248142&view=rev
Log:
clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only.
Modified:
cfe/trunk/test/Modules/DebugInfoSubmodules.c
Modified: cfe/trunk/test/
16 matches
Mail list logo