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
/
CIndexCXX.cpp
Age
Commit message (
Expand
)
Author
2013-04-11
[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...
Argyrios Kyrtzidis
2013-01-23
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2013-01-11
libclang: change CXCursor to store 'const void *' pointers for
Dmitri Gribenko
2013-01-11
libclang: use getCursorTU and getCursorASTUnit instead of explicit casts
Dmitri Gribenko
2012-08-31
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2011-09-30
[libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...
Argyrios Kyrtzidis
2010-11-16
Change CXTranslationUnit to not directly cast to an ASTUnit*,
Ted Kremenek
2010-11-16
Move CXString creation/management routines into
Ted Kremenek
2010-09-02
Introduce a new libclang function,
Douglas Gregor
2010-08-31
Add a new libclang function clang_getTemplateCursorKind(), which
Douglas Gregor
2010-08-27
Add source file I meant to include in my previous commit.
Ted Kremenek