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-tools-extra
/
modularize
/
CoverageChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
1
-2
/
+3
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
1
-1
/
+2
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
1
-2
/
+1
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
1
-1
/
+2
*
Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-2
/
+2
*
[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-2
/
+2
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-6
/
+8
*
Fix memory leak by using unique_ptr
David Blaikie
2017-02-11
1
-5
/
+5
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-3
/
+2
*
There were problems if a relative path is used for an include path, the path ...
John Thompson
2015-12-10
1
-2
/
+2
*
Added coverage check for extensionless headers, and exclude hidden dot direct...
John Thompson
2015-12-04
1
-1
/
+7
*
Revert "Apply modernize-use-default to clang-tools-extra."
David Blaikie
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang-tools-extra.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Fixed modularize to warn about missing headers referenced in a module map.
John Thompson
2015-06-04
1
-5
/
+5
*
Update to match clang r237508.
Richard Smith
2015-05-16
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-6
/
+6
*
Refactor: Simplify boolean expression in modularize
David Blaikie
2015-03-23
1
-1
/
+1
*
Added module map coverage support, extracted from module-map-checker.
John Thompson
2015-02-19
1
-0
/
+415