index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Tooling
/
CompilationDatabaseTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Tooling] Improve handling of CL-style options
Hamza Sood
2018-09-09
1
-3
/
+30
*
Parse compile commands lazily in InterpolatingCompilationDatabase
Ilya Biryukov
2018-08-28
1
-3
/
+6
*
[Tooling] Add operator== to CompileCommand
Simon Marchi
2018-07-17
1
-0
/
+28
*
[Tooling] Correct the "-std" compile command option.
Haojian Wu
2018-04-11
1
-2
/
+2
*
[Tooling] A CompilationDatabase wrapper that infers header commands.
Sam McCall
2018-04-09
1
-0
/
+110
*
[Tooling] FixedCompilationDatabase should be able to strip positional
Alex Lorenz
2017-06-29
1
-0
/
+21
*
Method loadFromCommandLine should be able to report errors
Serge Pavlov
2017-05-24
1
-10
/
+22
*
Revert r301487: Replace HashString algorithm with xxHash64
Rui Ueyama
2017-04-26
1
-2
/
+2
*
Replace HashString algorithm with xxHash64
Rui Ueyama
2017-04-26
1
-2
/
+2
*
Extend CompilationDatabase by a field for the output filename
Joerg Sonnenberger
2016-12-01
1
-1
/
+7
*
Resubmit "[Tooling] Parse compilation database command lines on Windows."
Zachary Turner
2016-08-18
1
-32
/
+50
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[tooling] Provide the compile commands of the JSON database in the order that...
Argyrios Kyrtzidis
2015-09-22
1
-0
/
+19
*
[tooling] Add unit tests for change in r247468.
Argyrios Kyrtzidis
2015-09-16
1
-3
/
+7
*
Fix performance regression when running clang tools.
Manuel Klimek
2015-09-08
1
-1
/
+3
*
Add structed way to express command line options in the compilation database.
Manuel Klimek
2015-08-14
1
-1
/
+24
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-3
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-9
/
+9
*
Replace OwningPtr::isValid() with conversion to bool.
Ahmed Charles
2014-03-07
1
-4
/
+4
*
unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
2014-01-25
1
-1
/
+1
*
Relax some preconditions for using FixedCompilationDatabase.
Edwin Vane
2013-11-17
1
-3
/
+41
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-2
/
+2
*
CommandLineArgumentParser: handle single quotes.
Peter Collingbourne
2013-03-02
1
-0
/
+6
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
1
-0
/
+49
*
CompilationDatabaseTest: Fix another Windows path issue.
Daniel Jasper
2012-10-08
1
-2
/
+6
*
CompilationDatabase: Use //net paths for tests, as they should be
Daniel Jasper
2012-10-08
1
-40
/
+42
*
FileNameMatchTrie: Use StringRef instead of Twines where possible.
Daniel Jasper
2012-10-08
1
-2
/
+2
*
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-10-08
1
-9
/
+86
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-1
/
+1
*
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-13
1
-0
/
+38
*
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-05-15
1
-0
/
+20
*
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-18
1
-0
/
+69
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+223