index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
libclang
/
libclang.exports
Age
Commit message (
Expand
)
Author
2013-04-26
[libclang] Introduce clang_Module_getASTFile function that returns the module...
Argyrios Kyrtzidis
2013-04-24
Revert "Remove CXCursorSet and related APIs. There are no known clients."
Ted Kremenek
2013-04-24
Remove 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-15
libclang: add clang_getTypeSpelling(CXType CT)
Dmitri Gribenko
2013-01-26
[libclang] Introduce clang_getFileUniqueID which returns a struct
Argyrios Kyrtzidis
2013-01-04
[libclang] Introduce clang_getFileLocation.
Argyrios Kyrtzidis
2012-12-04
libclang: Add a function to libclang for retrieving the bit width value
Dmitri Gribenko
2012-12-04
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-11-01
[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
Argyrios Kyrtzidis
2012-10-05
[libclang] Introduce new C functions that provide information about modules:
Argyrios Kyrtzidis
2012-08-07
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-23
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-20
Add libclang APIs to walk comments ASTs and an API to convert a comment to an
Dmitri Gribenko
2012-07-03
[libclang] CompilationDatabase naming and comment fixes
Arnaud A. de Grandmaison
2012-07-02
[libclang] Introduce clang_Cursor_isDynamicCall which,
Argyrios Kyrtzidis
2012-07-02
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-06-30
[libclang] add CompilationDatabase support
Arnaud A. de Grandmaison
2012-06-26
Implement a lexer for structured comments.
Dmitri Gribenko
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-05-08
Introduce a new libclang API to determine the platform availability of
Douglas Gregor
2012-04-12
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-04-11
[libclang] Introduce a couple of functions to make it convenient
Argyrios 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 threads
Argyrios Kyrtzidis
2012-03-27
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-28
[libclang] When indexing an objc property, also provide information about
Argyrios Kyrtzidis
2011-12-09
Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...
Ted Kremenek
2011-12-09
Sort 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-10
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-11-08
Sort contents of exports file. No functionality change.
Ted Kremenek
2011-11-01
Add missing export. Spotted by Leandro Melo.
Eli Friedman
2011-10-17
[libclang] Introduce a new high level API for indexing clients that assumes
Argyrios Kyrtzidis
2011-10-14
Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to
Erik Verbruggen
2011-10-06
[libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,
Argyrios Kyrtzidis
[next]