summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-2/+2
* [libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis2013-04-111-1/+1
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-9/+9
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-111-1/+1
* libclang: use getCursorTU and getCursorASTUnit instead of explicit castsDmitri Gribenko2013-01-111-3/+2
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-9/+9
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-8/+9
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-3/+2
* [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...Argyrios Kyrtzidis2011-09-301-3/+8
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-2/+2
* Move CXString creation/management routines intoTed Kremenek2010-11-161-1/+0
* Introduce a new libclang function,Douglas Gregor2010-09-021-2/+45
* Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor2010-08-311-0/+33
* Add source file I meant to include in my previous commit.Ted Kremenek2010-08-271-0/+48