aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/libclang/CIndexInclusionStack.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-17[libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis1-2/+0
2016-07-18[NFC] Header cleanupMehdi Amini1-2/+0
2016-01-06Show inclusions from a preamble in clang_getInclusions.Erik Verbruggen1-26/+51
2014-02-11Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko1-1/+1
2014-02-11libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko1-1/+5
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko1-1/+1
2013-01-15Fix CastingDavid Greene1-1/+2
2012-12-04Sort #include lines for tools/...Chandler Carruth1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor1-7/+10
2011-04-20Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor1-3/+3
2011-03-05Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis1-2/+2
2010-11-17Make definition of CXTranslationUnitImpl privateTed Kremenek1-0/+1
2010-11-16Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek1-1/+1
2010-11-12Make sure to always check the result ofDouglas Gregor1-1/+1
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar1-0/+67