llvm-project/clang/tools/libclang
Eli Friedman 61108f2378 Add missing export. Spotted by Leandro Melo.
llvm-svn: 143508
2011-11-01 22:25:07 +00:00
..
ARCMigrate.cpp
CIndex.cpp Rework the AST for the initializer of a delegating constructor, so 2011-11-01 01:16:03 +00:00
CIndexCXX.cpp [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. 2011-09-30 17:58:23 +00:00
CIndexCodeCompletion.cpp Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to 2011-10-14 15:31:08 +00:00
CIndexDiagnostic.cpp [libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic 2011-10-31 21:40:19 +00:00
CIndexDiagnostic.h [libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic 2011-10-31 21:40:19 +00:00
CIndexHigh.cpp [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, 2011-10-06 07:00:54 +00:00
CIndexInclusionStack.cpp
CIndexUSRs.cpp [libclang] For a class extension, give it a unique USR but for any property or ivar 2011-11-01 17:14:12 +00:00
CIndexer.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
CIndexer.h
CMakeLists.txt [libclang] Move implementation of functions for manipulation CXSourceLocations and CXSourceRanges into a separate file. 2011-10-31 22:05:42 +00:00
CXCursor.cpp Implement support for dependent Microsoft __if_exists/__if_not_exists 2011-10-25 01:33:02 +00:00
CXCursor.h [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
CXSourceLocation.cpp [libclang] Tweak internals of CXSourceLocation to allow an alternate implementation if the lowest bit of ptr_data[0] is not 0. This 2011-10-31 22:23:51 +00:00
CXSourceLocation.h
CXStoredDiagnostic.cpp [libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic 2011-10-31 21:40:19 +00:00
CXString.cpp
CXString.h
CXTranslationUnit.h [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
CXType.cpp [libclang] Expose array size and element type, patch by Vinay Sajip! 2011-09-27 17:44:34 +00:00
CXType.h
IndexBody.cpp [libclang] Index implicit property references. 2011-10-18 15:50:50 +00:00
IndexDecl.cpp [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
IndexTypeSourceInfo.cpp [libclang] Introduce a new high level API for indexing clients that assumes 2011-10-17 19:48:19 +00:00
Index_Internal.h [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, 2011-10-06 07:00:54 +00:00
Indexing.cpp Use LIBCLANG_NOTHREADS instead of CINDEXTEST_NOTHREADS inside libclang, 2011-10-29 19:32:39 +00:00
IndexingContext.cpp Use const_cast to make it obvious that it's just removing constness (and silence warnings). 2011-10-28 13:37:11 +00:00
IndexingContext.h [libclang] Index implicit property references. 2011-10-18 15:50:50 +00:00
Makefile
libclang.exports Add missing export. Spotted by Leandro Melo. 2011-11-01 22:25:07 +00:00