aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/libclang.exports
AgeCommit message (Expand)Author
2013-04-26[libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis
2013-04-24Revert "Remove CXCursorSet and related APIs. There are no known clients."Ted Kremenek
2013-04-24Remove CXCursorSet and related APIs. There are no known clients.Ted Kremenek
2013-04-18[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis
2013-04-12[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko
2013-01-26[libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis
2013-01-04[libclang] Introduce clang_getFileLocation.Argyrios Kyrtzidis
2012-12-04libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-11-01[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis
2012-10-05[libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-20Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko
2012-07-03[libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison
2012-07-02[libclang] Introduce clang_Cursor_isDynamicCall which,Argyrios Kyrtzidis
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-30[libclang] add CompilationDatabase supportArnaud A. de Grandmaison
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-05-08Introduce a new libclang API to determine the platform availability ofDouglas Gregor
2012-04-12Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek
2012-04-11[libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis
2012-03-30[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis
2012-03-30[libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis
2012-03-28[libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis
2012-03-27Introduce a new libclang API to determine the parent context of a codeDouglas Gregor
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-02-28[libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis
2011-12-09Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek
2011-12-09Sort exports list.Ted Kremenek
2011-12-06[libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis
2011-11-22[libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis
2011-11-18[libclang] Indexing API:Argyrios Kyrtzidis
2011-11-15[libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis
2011-11-14[libclang] Slight changes to the indexing API and bigger internal changes for...Argyrios Kyrtzidis
2011-11-12[libclang] Further simplify the indexing API.Argyrios Kyrtzidis
2011-11-11[libclang] Simplify the indexing API.Argyrios Kyrtzidis
2011-11-10serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek
2011-11-08Sort contents of exports file. No functionality change.Ted Kremenek
2011-11-01Add missing export. Spotted by Leandro Melo.Eli Friedman
2011-10-17[libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis
2011-10-14Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen
2011-10-06[libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis