summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndexInclusionStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-2/+0
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+0
* Show inclusions from a preamble in clang_getInclusions.Erik Verbruggen2016-01-061-26/+51
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-111-1/+1
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-111-1/+5
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-1/+1
* Fix CastingDavid Greene2013-01-151-1/+2
* Sort #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-7/+10
* Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor2011-04-201-3/+3
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-051-2/+2
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-1/+1
* Make sure to always check the result ofDouglas Gregor2010-11-121-1/+1
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+67