.. |
ARCMigrate.cpp
|
drop more llvm:: prefixes on OwningPtr<>
|
2012-02-13 12:32:21 +00:00 |
CIndex.cpp
|
drop more llvm:: prefixes on SmallString<>
|
2012-02-13 12:32:26 +00:00 |
CIndexCXX.cpp
|
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
|
2012-01-17 06:56:22 +00:00 |
CIndexCodeCompletion.cpp
|
drop more llvm:: prefixes on SmallString<>
|
2012-02-13 12:32:26 +00:00 |
CIndexDiagnostic.cpp
|
Fix use-after-free introduced by me being an idiot.
|
2012-02-14 06:54:46 +00:00 |
CIndexDiagnostic.h
|
Implement new DiagnosticsRenderer that packages notes retrieved by clang_getDiagnosticSetFromTU() as
|
2012-02-14 02:46:03 +00:00 |
CIndexHigh.cpp
|
[libclang] Add defensive checks to make sure we don't try to dereference
|
2011-12-10 02:36:25 +00:00 |
CIndexInclusionStack.cpp
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
2011-07-23 10:55:15 +00:00 |
CIndexUSRs.cpp
|
drop more llvm:: prefixes on SmallString<>
|
2012-02-13 12:32:26 +00:00 |
CIndexer.cpp
|
remove unneeded config.h includes
|
2011-12-22 22:49:47 +00:00 |
CIndexer.h
|
When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach
|
2011-05-05 20:27:22 +00:00 |
CMakeLists.txt
|
serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API.
|
2011-11-10 08:43:12 +00:00 |
CXCursor.cpp
|
Introduce basic ASTs for lambda expressions. This covers:
|
2012-02-07 10:09:13 +00:00 |
CXCursor.h
|
[libclang] Indexing API: Support C++ symbols.
|
2011-11-22 07:24:51 +00:00 |
CXLoadedDiagnostic.cpp
|
drop more llvm:: prefixes on OwningPtr<>
|
2012-02-13 12:32:21 +00:00 |
CXLoadedDiagnostic.h
|
serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API.
|
2011-11-10 08:43:12 +00:00 |
CXSourceLocation.cpp
|
serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API.
|
2011-11-10 08:43:12 +00:00 |
CXSourceLocation.h
|
Per Doug's suggestion, move check for invalid SourceLocation into
|
2010-06-28 23:54:17 +00:00 |
CXStoredDiagnostic.cpp
|
Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it)
|
2012-01-17 06:56:22 +00:00 |
CXString.cpp
|
[libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit.
|
2011-08-17 22:19:53 +00:00 |
CXString.h
|
drop more llvm:: prefixes on SmallString<>
|
2012-02-13 12:32:26 +00:00 |
CXTranslationUnit.h
|
serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API.
|
2011-11-10 08:43:12 +00:00 |
CXType.cpp
|
Remove unnecessary default cases in switches over enums.
|
2012-01-17 02:30:50 +00:00 |
CXType.h
|
Change CXTranslationUnit to not directly cast to an ASTUnit*,
|
2010-11-16 08:15:36 +00:00 |
CursorVisitor.h
|
Eliminate ObjCForwardProtocolDecl, which is redundant now that
|
2012-01-01 21:23:57 +00:00 |
IndexBody.cpp
|
[libclang] For CXXOperatorCallExprs, give a valid source location to the DeclRefExpr
|
2012-02-08 01:21:13 +00:00 |
IndexDecl.cpp
|
[libclang] Indexing API: fully index using decls and directives.
|
2012-02-10 20:10:48 +00:00 |
IndexTypeSourceInfo.cpp
|
[libclang] For a reference of an implicit template instantiation just give
|
2012-02-11 02:00:00 +00:00 |
Index_Internal.h
|
[libclang] Move CursorVisitor to its own header.
|
2011-11-03 19:02:34 +00:00 |
Indexing.cpp
|
drop more llvm:: prefixes on OwningPtr<>
|
2012-02-13 12:32:21 +00:00 |
IndexingContext.cpp
|
drop more llvm:: prefixes on SmallString<>
|
2012-02-13 12:32:26 +00:00 |
IndexingContext.h
|
[libclang] Indexing API: Fully index implict template instantiations.
|
2012-02-10 20:10:44 +00:00 |
Makefile
|
Revert 148045 to fix the bots.
|
2012-01-12 21:17:34 +00:00 |
libclang.exports
|
Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>.
|
2011-12-09 22:28:32 +00:00 |