aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling/CompilationDatabase.cpp
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-10-15Only report first error when no compilation database is found.Daniel Jasper
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper
2012-07-17Add a custom initialize hook for clang tools + minor fixes in CustomCompilati...Alexander Kornienko
2012-07-13Allows retrieving all files in a CompilationDatabase.Manuel Klimek
2012-07-11Add a hook to supply a custom CompilationDatabase. To add a custom Compilatio...Daniel Jasper
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-05-23Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...NAKAMURA Takumi
2012-05-15Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek
2012-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-17Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek
2012-04-04Adds a tooling library.Manuel Klimek