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
/
readability
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.
Alexander Kornienko
2015-03-09
2
-6
/
+6
*
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...
Alexander Kornienko
2015-03-09
8
-29
/
+28
*
Use std::string instead of StringRef to prevent use-after-free.
Daniel Jasper
2015-03-05
1
-1
/
+1
*
[clang-tidy] Replace unrecognized namespace ending comments.
Alexander Kornienko
2015-03-05
1
-17
/
+22
*
[clang-tidy] Fix namespace comments. NFC.
Alexander Kornienko
2015-03-04
2
-5
/
+5
*
[clang-tidy] Refactor: Move readability checks to namespace clang::tidy::read...
Alexander Kornienko
2015-03-02
4
-2
/
+8
*
Re-sort includes using the LLVM utils/sort_includes.py script.
Chandler Carruth
2015-02-13
2
-7
/
+4
*
[clang-tidy] Use shrink_to_fit instead of copy and swap trick
Alexander Kornienko
2015-01-23
4
-0
/
+148
*
[clang-tidy] Small readability-container-size-empty cleanup
Alexander Kornienko
2015-01-23
1
-2
/
+1
*
[clang-tidy] Use actual LangOptions.
Alexander Kornienko
2015-01-22
2
-4
/
+4
*
[clang-tidy] Minor cleanups in readability-container-size-empty checker
Alexander Kornienko
2015-01-22
1
-13
/
+6
*
clang-tidy: 'size' call that could be replaced with 'empty' on STL containers
Alexander Kornienko
2015-01-15
4
-0
/
+217
*
clang-tidy: Add initial check for "Don't use else after return".
Daniel Jasper
2015-01-14
4
-0
/
+80
*
[clang-tidy] Move the missing namespace comment warnings to the closing brace
Alexander Kornienko
2014-11-17
1
-1
/
+9
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
2
-1
/
+46
*
[clang-tidy] Minor fixes for the NamespaceCommentCheck.
Alexander Kornienko
2014-10-16
1
-4
/
+6
*
[clang-tidy] Default options in modules.
Alexander Kornienko
2014-10-16
1
-2
/
+1
*
[clang-tidy] Move some of the misc checks to readability/
Alexander Kornienko
2014-10-15
7
-0
/
+636
*
Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
2014-09-22
4
-0
/
+194
[prev]