hanchenye-llvm-project/clang/tools/libclang
Joao Matos 102f85655f Added a new cursor for SEHLeaveStmt to libclang.
llvm-svn: 163099
2012-09-03 00:23:40 +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 Added a new cursor for SEHLeaveStmt to libclang. 2012-09-03 00:23:40 +00:00
CIndexCXX.cpp Normalize line endings of r163013 (part 2). 2012-08-31 22:18:20 +00:00
CIndexCodeCompletion.cpp Add a new libclang completion API to get brief documentation comment that is 2012-07-02 17:35:10 +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
CIndexInclusionStack.cpp
CIndexUSRs.cpp Normalize line endings of r163013. 2012-08-31 21:41:22 +00:00
CIndexer.cpp
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 HTML and XML conversion: ignore commands that contain a declaration 2012-08-09 18:20:29 +00:00
CXComment.h Add libclang APIs to walk comments ASTs and an API to convert a comment to an 2012-07-20 21:34:34 +00:00
CXCompilationDatabase.cpp [libclang] CompilationDatabase naming and comment fixes 2012-07-03 20:38:12 +00:00
CXCursor.cpp Added a new cursor for SEHLeaveStmt to libclang. 2012-09-03 00:23:40 +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
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
CXString.h
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] Report CXType_ObjCId for 'const id', not CXType_Typedef. 2012-05-23 23:30:16 +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/AST] Index references of protocols in "@protocol(...)" syntax. 2012-05-16 00:50:02 +00:00
IndexDecl.cpp [libclang] Fix indexing type alias declarations. rdar://11878406 2012-09-01 19:08:08 +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
Indexing.cpp Introduce a flag in SourceManager to treat non-system source files 2012-07-11 20:59:04 +00:00
IndexingContext.cpp Normalize line endings of r163013 (part 2). 2012-08-31 22:18:20 +00:00
IndexingContext.h Replace some custom hash combines with the standard stuff from DenseMapInfo. 2012-05-27 13:28:44 +00:00
Makefile Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
RecursiveASTVisitor.h Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. 2012-09-02 03:45:41 +00:00
libclang.exports libclang API for comment-to-xml conversion. 2012-08-07 17:54:38 +00:00