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
/
google
/
AvoidCStyleCastsCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.
Alexander Kornienko
2016-01-08
1
-3
/
+3
*
[clang-tidy] Don't issue most google-readability-casting warnings on .c files...
Alexander Kornienko
2015-05-26
1
-8
/
+11
*
[clang-tidy] Disable google-readability-casting for .c files and their headers.
Alexander Kornienko
2015-05-21
1
-0
/
+5
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-2
/
+2
*
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...
Alexander Kornienko
2015-03-05
1
-0
/
+2
*
[clang-tidy] Fix some false positives in google-readability-casting
Alexander Kornienko
2015-01-29
1
-6
/
+18
*
[clang-tidy] Clarify a comment.
Alexander Kornienko
2014-10-01
1
-1
/
+2
*
[clang-tidy] Handle c-style casts from/to enums.
Alexander Kornienko
2014-10-01
1
-2
/
+13
*
Disable most of the google-readability-casting check for non-C++ files (only
Alexander Kornienko
2014-09-21
1
-0
/
+4
*
[clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.
Benjamin Kramer
2014-09-03
1
-4
/
+1
*
AvoidCStyleCastsCheck: don't warn on casts in macros
Alexander Kornienko
2014-08-16
1
-4
/
+6
*
Avoid adding redundant parens.
Alexander Kornienko
2014-07-16
1
-9
/
+13
*
Suggest automated replacements of C-style casts with C++ casts.
Alexander Kornienko
2014-07-14
1
-10
/
+92
*
Another attempt to add a clang-tidy check for flagging C-style casts.
Alexander Kornienko
2014-06-29
1
-0
/
+52