Commit History

Author SHA1 Message Date
  Alexander Kornienko dfa4cf3126 Use 'override/final' instead of 'virtual' for overridden methods 10 years ago
  Craig Topper b23b499237 [C++11] Use 'nullptr'. Unittests edition. 11 years ago
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 years ago
  Ahmed Charles 445fc769a3 Replace OwningPtr::isValid() with conversion to bool. 11 years ago
  Saleem Abdulrasool 92e49c2805 unittests: explicit stringify StringRefs for conversion 11 years ago
  Edwin Vane c8f03423e2 Relax some preconditions for using FixedCompilationDatabase. 11 years ago
  Rafael Espindola 8229d22e64 Include Path.h instead of PathV2.h. 12 years ago
  David Blaikie 7247c88d1e Use only explicit bool conversion operator 12 years ago
  Peter Collingbourne b88d9480e0 CommandLineArgumentParser: handle single quotes. 12 years ago
  Dmitri Gribenko cfa88f8939 Remove useless 'llvm::' qualifier from names like StringRef and others that are 12 years ago
  Argyrios Kyrtzidis 7e96bfb4d5 Introduce CompilationDatabase::getAllCompileCommands() that returns all 12 years ago
  Daniel Jasper 3201da38bd CompilationDatabaseTest: Fix another Windows path issue. 13 years ago
  Daniel Jasper 8a5e8c35e1 CompilationDatabase: Use //net paths for tests, as they should be 13 years ago
  Daniel Jasper 2dbe2fa7eb FileNameMatchTrie: Use StringRef instead of Twines where possible. 13 years ago
  Daniel Jasper d3420c906e Support symlinks and relative paths in complilation databases. 13 years ago
  Daniel Jasper 7fd90b03a2 Use LLVM's plugin registry to enable registering new compilation 13 years ago
  Manuel Klimek a3c70966ba Allows retrieving all files in a CompilationDatabase. 13 years ago
  Manuel Klimek 1a8d686127 Fixes crasher bug in JSONCompilationDatabase for invalid input. 13 years ago
  Manuel Klimek 30318e6df9 Adds a FixedCompilationDatabase to be able to specify tool parameters 13 years ago
  Manuel Klimek cb971c6726 Adds a tooling library. 13 years ago