hanchenye-llvm-project/clang/tools/libclang
Argyrios Kyrtzidis b9556e695f Move the logic that searches for overridden methods from libclang to
ASTContext so that it can be widely available.

llvm-svn: 165473
2012-10-09 01:23:50 +00:00
..
ARCMigrate.cpp Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
CIndex.cpp [libclang] Introduce new C functions that provide information about modules: 2012-10-05 00:22:37 +00:00
CIndexCXX.cpp Normalize line endings of r163013 (part 2). 2012-08-31 22:18:20 +00:00
CIndexCodeCompletion.cpp [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +00:00
CIndexDiagnostic.cpp Fix an assertion hit when the serialized diagnostics writer receive a diagnostic 2012-05-10 05:03:45 +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 [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 Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
CIndexer.cpp remove unneeded config.h includes 2011-12-22 22:49:47 +00:00
CIndexer.h [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to 2012-04-11 02:11:16 +00:00
CMakeLists.txt Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
CXComment.cpp Comment to XML conversion: escape XML special chars correctly; use correct 2012-10-03 09:04:56 +00:00
CXComment.h Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. 2012-09-10 20:32:42 +00:00
CXCompilationDatabase.cpp [libclang] CompilationDatabase naming and comment fixes 2012-07-03 20:38:12 +00:00
CXCursor.cpp Move the logic that searches for overridden methods from libclang to 2012-10-09 01:23:50 +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 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. 2011-11-10 08:43:12 +00:00
CXSourceLocation.h Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
CXStoredDiagnostic.cpp Re-apply r159875 with fixes. 2012-07-07 05:53:30 +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 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] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module 2012-10-05 00:22:24 +00:00
CXType.h
CursorVisitor.h [libclang] The annotation of tokens operation visits statement nodes code-recursively. 2012-09-01 18:27:30 +00:00
IndexBody.cpp [libclang] Do index 'extern' declarations inside functions. 2012-09-10 22:58:04 +00:00
IndexDecl.cpp [libclang] Simplify indexing of module imports by handling implicit 2012-10-03 21:05:44 +00:00
IndexTypeSourceInfo.cpp [libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace. 2012-05-07 22:22:58 +00:00
Index_Internal.h [libclang] Move CursorVisitor to its own header. 2011-11-03 19:02:34 +00:00
Indexing.cpp [libclang] Don't disable the preprocessing record while indexing so as 2012-10-06 01:18:35 +00:00
IndexingContext.cpp [libclang] Now that we have a CXModule object, pass it to the 2012-10-05 00:22:40 +00:00
IndexingContext.h [libclang] When indexing, invoke the importedASTFile for PCH files as well. 2012-10-03 21:05:51 +00:00
Makefile Use a special path to place the .o files in. 2012-10-08 21:17:59 +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] Introduce new C functions that provide information about modules: 2012-10-05 00:22:37 +00:00