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