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
/
clang-tidy
/
utils
/
HeaderGuard.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-4
/
+4
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[clang-tidy] Reword the "code outside header guard" warning.
Benjamin Kramer
2017-02-21
1
-6
/
+6
*
[clang-tidy] Added hh, hxx and hpp to header guard checks.
Mads Ravn
2016-08-26
1
-3
/
+3
*
[clang-tidy] Cleanups utils files
Etienne Bergeron
2016-05-16
1
-17
/
+4
*
[clang-tidy] Cleanup namespace in utils folder.
Etienne Bergeron
2016-05-03
1
-0
/
+2
*
[clang-tidy] Don't duplicate the leading slash.
Alexander Kornienko
2015-07-27
1
-1
/
+1
*
Update to match clang r236404.
Richard Smith
2015-05-04
1
-4
/
+4
*
[clang-tidy] Use the new ArrayRef<FixItHint> inserter.
Alexander Kornienko
2015-02-25
1
-8
/
+5
*
Fix llvm-header-guard check.
Alexander Kornienko
2014-10-15
1
-7
/
+15
*
Make a variable local so it's lifetime becomes more obvious.
Benjamin Kramer
2014-09-17
1
-6
/
+7
*
[clang-tidy] Don't emit the same fixit multiple times.
Benjamin Kramer
2014-09-17
1
-5
/
+5
*
[clang-tidy] When emitting header guard fixes bundle all fix-its into one
Benjamin Kramer
2014-09-16
1
-17
/
+31
*
[clang-tidy] Don't try to fix header guard #endif comments if there are escaped
Benjamin Kramer
2014-09-10
1
-0
/
+7
*
Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
Craig Topper
2014-09-10
1
-1
/
+2
*
[clang-tidy] If we're going to change the header guard in the #endif comment
Benjamin Kramer
2014-08-26
1
-13
/
+30
*
[clang-tidy] Allow /**/ comments on #endifs when checking header guards.
Benjamin Kramer
2014-08-20
1
-1
/
+2
*
[clang-tidy] Add a generic header guard checker + LLVM implementation.
Benjamin Kramer
2014-08-13
1
-0
/
+257