aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Tooling/JSONCompilationDatabase.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-21/+19
2013-01-12Fix spurious output in JSONCompilationDatabaseArnaud A. de Grandmaison1-5/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+0
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis1-9/+25
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper1-3/+23
2012-08-24Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "v...NAKAMURA Takumi1-1/+1
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper1-0/+283