Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
unittests
/
Tooling
/
CompilationDatabaseTest.cpp
e05bf60
[Tooling] Improve handling of CL-style options
by Hamza Sood
· 7 years ago
5167e2d
Parse compile commands lazily in InterpolatingCompilationDatabase
by Ilya Biryukov
· 7 years ago
6567c9e
[Tooling] Add operator== to CompileCommand
by Simon Marchi
· 7 years ago
27695da
[Tooling] Correct the "-std" compile command option.
by Haojian Wu
· 7 years ago
ea9773a
[Tooling] A CompilationDatabase wrapper that infers header commands.
by Sam McCall
· 7 years ago
e2863ec
[Tooling] FixedCompilationDatabase should be able to strip positional
by Alex Lorenz
· 8 years ago
c46064c
Method loadFromCommandLine should be able to report errors
by Serge Pavlov
· 8 years ago
0fcbb28
Revert r301487: Replace HashString algorithm with xxHash64
by Rui Ueyama
· 8 years ago
87b30ac
Replace HashString algorithm with xxHash64
by Rui Ueyama
· 8 years ago
399aea3
Extend CompilationDatabase by a field for the output filename
by Joerg Sonnenberger
· 9 years ago
9e60a2a
Resubmit "[Tooling] Parse compilation database command lines on Windows."
by Zachary Turner
· 9 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
637d1e6
Roll-back r250822.
by Angel Garcia Gomez
· 10 years ago
b5250d3
Apply modernize-use-default to clang.
by Angel Garcia Gomez
· 10 years ago
64f67be
[tooling] Provide the compile commands of the JSON database in the order that they were provided in the JSON file.
by Argyrios Kyrtzidis
· 10 years ago
6d0a767
[tooling] Add unit tests for change in r247468.
by Argyrios Kyrtzidis
· 10 years ago
3ecd8c0
Fix performance regression when running clang tools.
by Manuel Klimek
· 10 years ago
54042e7
Add structed way to express command line options in the compilation database.
by Manuel Klimek
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
416fa34
[C++11] Use 'nullptr'. Unittests edition.
by Craig Topper
· 11 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
d72a5f1
Replace OwningPtr::isValid() with conversion to bool.
by Ahmed Charles
· 12 years ago
8a8454b
unittests: explicit stringify StringRefs for conversion
by Saleem Abdulrasool
· 12 years ago
eb56f4f
Relax some preconditions for using FixedCompilationDatabase.
by Edwin Vane
· 12 years ago
552c169
Include Path.h instead of PathV2.h.
by Rafael Espindola
· 12 years ago
7d17010
Use only explicit bool conversion operator
by David Blaikie
· 12 years ago
fe7a348
CommandLineArgumentParser: handle single quotes.
by Peter Collingbourne
· 13 years ago
f857950
Remove useless 'llvm::' qualifier from names like StringRef and others that are
by Dmitri Gribenko
· 13 years ago
251ad5e
Introduce CompilationDatabase::getAllCompileCommands() that returns all
by Argyrios Kyrtzidis
· 13 years ago
6b108a6
CompilationDatabaseTest: Fix another Windows path issue.
by Daniel Jasper
· 13 years ago
5697f99
CompilationDatabase: Use //net paths for tests, as they should be
by Daniel Jasper
· 13 years ago
fddb32c
FileNameMatchTrie: Use StringRef instead of Twines where possible.
by Daniel Jasper
· 13 years ago
26cf9c4
Support symlinks and relative paths in complilation databases.
by Daniel Jasper
· 13 years ago
6ed1f85
Use LLVM's plugin registry to enable registering new compilation
by Daniel Jasper
· 13 years ago
60b8016
Allows retrieving all files in a CompilationDatabase.
by Manuel Klimek
· 13 years ago
fdbe4f9
Fixes crasher bug in JSONCompilationDatabase for invalid input.
by Manuel Klimek
· 13 years ago
ff26efc
Adds a FixedCompilationDatabase to be able to specify tool parameters
by Manuel Klimek
· 13 years ago
47c245a
Adds a tooling library.
by Manuel Klimek
· 13 years ago