Ignore C-style casts in extern "C" {} sections. Be more careful when
detecting redundant casts between typedefs to the same type - emit a more
specific warning and don't automatically fix them.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D7247
[clang-tidy] Fix some false positives in google-readability-casting ClosedPublic Authored by alexfh on Jan 29 2015, 4:36 AM.
Details Summary Ignore C-style casts in extern "C" {} sections. Be more careful when
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 29 2015, 4:38 AM
Revision Contents
Diff 18951 clang-tidy/google/AvoidCStyleCastsCheck.cpp
test/clang-tidy/google-readability-casting.c
test/clang-tidy/google-readability-casting.cpp
|