aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/libclang.darwin.exports
AgeCommit message (Expand)Author
2010-07-19Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor
2010-06-21Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek
2010-06-21Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek
2010-05-27Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,...Ted Kremenek
2010-05-26Introduce priorities into the code-completion results.Douglas Gregor
2010-05-20Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage...Ted Kremenek
2010-05-19Remove clang_isDeclarationADefinition() since its functionality is already pr...Ted Kremenek
2010-05-18Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di...Ted Kremenek
2010-05-17Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ methodTed Kremenek
2010-05-14Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar