clang-1/tools/libclang
Argyrios Kyrtzidis b94b62c3b1 [libclang] Make sure tokens from preprocessor directives are annotated as such,
even if the directive is inside a declaration.

Fixes rdar://11548788 & http://llvm.org/PR12970

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169949 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-12 01:05:25 +00:00
..
ARCMigrate.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndex.cpp [libclang] Make sure tokens from preprocessor directives are annotated as such, 2012-12-12 01:05:25 +00:00
CIndexCXX.cpp Normalize line endings of r163013 (part 2). 2012-08-31 22:18:20 +00:00
CIndexCodeCompletion.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndexDiagnostic.cpp Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CIndexDiagnostic.h Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately 2012-04-12 00:03:31 +00:00
CIndexHigh.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndexInclusionStack.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndexUSRs.cpp [libclang] Declarations inside anonymous namespaces have internal linkage so 2012-12-07 22:41:46 +00:00
CIndexer.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CIndexer.h [libclang] Remove WorkingDir field from CIndexer, it has been rendered useless. 2012-11-27 22:49:42 +00:00
CMakeLists.txt Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
CXComment.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXComment.h Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXCompilationDatabase.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXCursor.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXCursor.h Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of SmallVector<CXCursor> objects 2012-04-30 19:06:49 +00:00
CXLoadedDiagnostic.cpp Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately 2012-04-12 00:03:31 +00:00
CXLoadedDiagnostic.h Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately 2012-04-12 00:03:31 +00:00
CXSourceLocation.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXSourceLocation.h Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXStoredDiagnostic.cpp Re-apply r159875 with fixes. 2012-07-07 05:53:30 +00:00
CXString.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXString.h Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
CXTranslationUnit.h Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of SmallVector<CXCursor> objects 2012-04-30 19:06:49 +00:00
CXType.cpp libclang: Add a function to libclang for retrieving the bit width value 2012-12-04 15:13:46 +00:00
CXType.h
CursorVisitor.h Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
IndexBody.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
IndexDecl.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
IndexTypeSourceInfo.cpp Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
Index_Internal.h [libclang] Move CursorVisitor to its own header. 2011-11-03 19:02:34 +00:00
Indexing.cpp [libclang] Introduce a new indexing mode where we skip function bodies 2012-12-06 19:41:16 +00:00
IndexingContext.cpp [libclang] Introduce a new indexing mode where we skip function bodies 2012-12-06 19:41:16 +00:00
IndexingContext.h [libclang] Introduce a new indexing mode where we skip function bodies 2012-12-06 19:41:16 +00:00
Makefile Place temporary LTO files into their own subdirectory. 2012-10-10 05:30:49 +00:00
RecursiveASTVisitor.h Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
libclang.exports libclang: Add a function to libclang for retrieving the bit width value 2012-12-04 15:13:46 +00:00