clang-1/tools/libclang
Ted Kremenek e8cf7d1434 Re-apply r159875 with fixes.
- Split pedantic driver flag test into separate test file, and XFAIL on cygwin,mingw32
- Fix bug in tablegen logic where a missing '{' caused errors to be included in -Wpedantic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159892 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-07 05:53:30 +00:00
..
ARCMigrate.cpp
CIndex.cpp Add a new libclang completion API to get brief documentation comment that is 2012-07-02 17:35:10 +00:00
CIndexCXX.cpp
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 Plug a long standing memory leak in TemplateArgument. 2012-06-07 15:09:51 +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 [libclang] Make implementation filename match the header's name for CXCompilationDatabase 2012-06-30 20:43:43 +00:00
CXCompilationDatabase.cpp [libclang] CompilationDatabase naming and comment fixes 2012-07-03 20:38:12 +00:00
CXCursor.cpp [libclang] Introduce clang_Cursor_isDynamicCall which, 2012-07-02 23:54:36 +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
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
IndexBody.cpp [libclang/AST] Index references of protocols in "@protocol(...)" syntax. 2012-05-16 00:50:02 +00:00
IndexDecl.cpp [libclang/AST] 2012-06-08 02:16:11 +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 [libclang] Don't bind a StringRef to a temporary std::string object. 2012-06-28 21:03:08 +00:00
IndexingContext.cpp [libclang] Fix use-after-free bug when handling attributes indexing info. 2012-03-31 01:14:06 +00:00
IndexingContext.h Replace some custom hash combines with the standard stuff from DenseMapInfo. 2012-05-27 13:28:44 +00:00
Makefile [libclang] Fix autoconf library dependencies for tooling support 2012-06-30 12:49:09 +00:00
RecursiveASTVisitor.h Etch out the code path for MS-style inline assembly. 2012-06-11 20:47:18 +00:00
libclang.exports [libclang] CompilationDatabase naming and comment fixes 2012-07-03 20:38:12 +00:00