aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexInclusionStack.cpp
AgeCommit message (Expand)Author
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-15Fix CastingDavid Greene
2012-12-04Sort #include lines for tools/...Chandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor
2011-04-20Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor
2011-03-05Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis
2010-11-17Make definition of CXTranslationUnitImpl privateTed Kremenek
2010-11-16Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek
2010-11-12Make sure to always check the result ofDouglas Gregor
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar