summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/libclang.darwin.exports
Commit message (Expand)AuthorAgeFilesLines
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-301-0/+1
* Introduce a new C API function, clang_parseTranslationUnit(), whichDouglas Gregor2010-07-211-0/+1
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-0/+1
* Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek2010-06-211-0/+1
* Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek2010-06-211-0/+1
* Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,...Ted Kremenek2010-05-271-1/+0
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-0/+1
* Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage...Ted Kremenek2010-05-201-0/+1
* Remove clang_isDeclarationADefinition() since its functionality is already pr...Ted Kremenek2010-05-191-1/+0
* Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di...Ted Kremenek2010-05-181-0/+1
* Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ methodTed Kremenek2010-05-171-1/+2
* Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek2010-05-141-0/+6
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+81
OpenPOWER on IntegriCloud