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
*
Fixed google-readability-casting test to work in c++17
Dmitri Gribenko
2019-06-11
1
-7
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
[clang-tidy/google-readability-casting] Disable check for Objective-C++
Ben Hamilton
2018-05-16
1
-1
/
+2
*
[clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.
Haojian Wu
2017-07-12
1
-5
/
+7
*
[clang-tidy] google-readability-casting: don't use constructor call syntax fo...
Alexander Kornienko
2017-03-03
1
-1
/
+1
*
[clang-tidy] google-readability-casting: detect redundant casts with top-leve...
Alexander Kornienko
2017-03-02
1
-6
/
+6
*
[clang-tidy] Fix a few more issues in google-readability-casting
Alexander Kornienko
2017-03-02
1
-34
/
+31
*
[clang-tidy] google-readability-casting: Handle user-defined conversions
Alexander Kornienko
2017-02-18
1
-52
/
+79
*
[clang-tidy] Fix handling of function types in google-readability-casting
Alexander Kornienko
2017-02-10
1
-7
/
+26
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-4
/
+5
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-4
/
+3
*
[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