aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexCXX.cpp
AgeCommit message (Expand)Author
2013-04-11[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis
2013-01-23libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko
2013-01-11libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko
2013-01-11libclang: use getCursorTU and getCursorASTUnit instead of explicit castsDmitri Gribenko
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-01-17Remove 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-16Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek
2010-11-16Move CXString creation/management routines intoTed Kremenek
2010-09-02Introduce a new libclang function,Douglas Gregor
2010-08-31Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor
2010-08-27Add source file I meant to include in my previous commit.Ted Kremenek