aboutsummaryrefslogtreecommitdiff
path: root/unittests/Tooling/CompilationDatabaseTest.cpp
AgeCommit message (Expand)Author
2013-03-02CommandLineArgumentParser: handle single quotes.Peter Collingbourne
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-10-08CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper
2012-10-08CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper
2012-10-08FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper
2012-07-13Allows retrieving all files in a CompilationDatabase.Manuel Klimek
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-04Adds a tooling library.Manuel Klimek