summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/JSONCompilationDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sure-up MemoryBuffer ownership in JSONCompilationDatabase's ctor.David Blaikie2014-08-081-2/+2
* CompilationDatabase: Sure-up ownership of compilation databases using std::un...David Blaikie2014-08-081-7/+7
* Update for llvm api change.Rafael Espindola2014-07-061-5/+4
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* Don't compare an error_code with nullptr.Rafael Espindola2014-06-011-1/+1
* [C++11] Use 'nullptr'. Tooling edition.Craig Topper2014-05-201-14/+14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-5/+5
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+1
* Put helper class in anonymous namespace.Craig Topper2013-07-011-2/+2
* CommandLineArgumentParser: handle single quotes.Peter Collingbourne2013-03-021-3/+14
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-21/+19
* Fix spurious output in JSONCompilationDatabaseArnaud A. de Grandmaison2013-01-121-5/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-9/+25
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-081-3/+23
* Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "v...NAKAMURA Takumi2012-08-241-1/+1
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-0/+283
OpenPOWER on IntegriCloud