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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
2
-3
/
+3
*
[DeclCXX] Remove unknown external linkage specifications
Ehud Katz
2019-11-21
1
-2
/
+0
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
1
-1
/
+1
*
[modularize] Fix compilation warning after r372681
Mikael Holmen
2019-09-24
1
-0
/
+2
*
[Driver] Use shared singleton instance of DriverOptTable
Ilya Biryukov
2019-09-04
1
-3
/
+2
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
2
-6
/
+10
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
4
-6
/
+6
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
3
-6
/
+6
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
1
-5
/
+10
*
Simplify with llvm::is_contained. NFC
Fangrui Song
2019-07-13
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
9
-36
/
+27
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
Remove unused c'tor.
Bill Wendling
2018-11-09
1
-2
/
+0
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-3
/
+3
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
2
-3
/
+5
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
2
-5
/
+3
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
2
-3
/
+5
*
clang-tidy, modularize: return non-zero exit code on errors
Alexander Kornienko
2018-03-22
1
-1
/
+1
*
Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
2
-7
/
+6
*
[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
2
-6
/
+7
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
2
-9
/
+12
*
[NFC] Sync function call with changes to interface made in r314593.
Faisal Vali
2017-09-30
1
-1
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-3
/
+3
*
Update for PrintHelpMessage not calling exit.
Rafael Espindola
2017-09-08
1
-1
/
+1
*
[NFC] Update function call names as changed in MacroInfo that should refer to...
Faisal Vali
2017-07-17
1
-1
/
+1
*
[CMake] Use tools template for clangd and modularize
Petr Hosek
2017-07-11
1
-1
/
+1
*
Fix memory leak by using unique_ptr
David Blaikie
2017-02-11
3
-11
/
+11
*
Fixes for Clang API change
David Blaikie
2017-01-06
2
-21
/
+16
*
Deleted unused typedef
Piotr Padlewski
2016-12-14
1
-1
/
+0
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
5
-63
/
+38
*
Adapt to TraverseLambdaCapture interface change from D23204
Martin Bohme
2016-08-17
1
-2
/
+8
*
Fixed some cases in the modularize assistant mode where header file names did...
John Thompson
2016-03-21
1
-1
/
+14
*
Add qualifiers that are about to be necessary. NFC
Paul Robinson
2016-02-05
1
-2
/
+2
*
Fix build problem by lower SmallSet<N> to a reasonable value
Matthias Braun
2016-02-01
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-24
/
+0
*
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
2
-2
/
+8
*
Backing out 254635 until I have a good workaround and test case.
John Thompson
2015-12-04
1
-1
/
+1
*
Fixed header determination logic. Was missing extensionless headers in covera...
John Thompson
2015-12-03
1
-1
/
+1
*
modularize: add install rule
Saleem Abdulrasool
2015-11-17
1
-0
/
+4
*
Accommodate interface change in r252134.
Alexander Kornienko
2015-11-05
1
-1
/
+2
*
Revert "Apply modernize-use-default to clang-tools-extra."
David Blaikie
2015-10-20
2
-4
/
+4
*
Apply modernize-use-default to clang-tools-extra.
Angel Garcia Gomez
2015-10-20
2
-4
/
+4
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
Prune CRLF.
NAKAMURA Takumi
2015-09-14
1
-2
/
+2
*
Added mechanism to modularize for doing a compilation precheck
John Thompson
2015-07-10
5
-37
/
+350
*
Fixed erroneous comments.
John Thompson
2015-07-08
1
-5
/
+1
*
Fixed erroneous comment.
John Thompson
2015-07-08
1
-1
/
+1
[next]