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
/
ImplicitBoolCastCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] 'implicit cast' -> 'implicit conversion'
Alexander Kornienko
2017-08-08
1
-390
/
+0
*
[clang-tidy] Optimize readability-implicit-bool-cast, NFC
Alexander Kornienko
2017-05-16
1
-10
/
+10
*
[clang-tidy] Optimize matchers in readability-implicit-bool-cast. NFC
Alexander Kornienko
2017-05-16
1
-8
/
+10
*
[clang-tidy] Fix readability-implicit-bool-cast false positives
Alexander Kornienko
2017-05-08
1
-1
/
+2
*
[clang-tidy] fix readability-implicit-bool-cast false positive with xor
Alexander Kornienko
2017-05-04
1
-15
/
+17
*
[clang-tidy] fix readability-implicit-bool-cast false alarm on |=, &=
Alexander Kornienko
2017-05-04
1
-24
/
+24
*
[clang-tidy] Code cleanup, (almost) NFC (*).
Alexander Kornienko
2017-05-04
1
-148
/
+91
*
[clang-tidy] Expand AllowConditional*Casts to binary logical operators
Alexander Kornienko
2017-04-29
1
-12
/
+22
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-1
/
+1
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-2
/
+1
*
[clang-tidy] readability-implicit-bool-cast forgets to store its options.
Haojian Wu
2016-08-16
1
-0
/
+16
*
[clang-tidy] Lift common matchers to utils namespace
Etienne Bergeron
2016-05-17
1
-4
/
+0
*
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
Etienne Bergeron
2016-05-02
1
-0
/
+2
*
[clang-tidy] Cleanup some ast-matchers and lift some to utils.
Etienne Bergeron
2016-04-21
1
-7
/
+1
*
Drop dead return after llvm_unreachable. NFC.
Benjamin Kramer
2015-10-26
1
-1
/
+0
*
assert(false) -> llvm_unreachable.
Benjamin Kramer
2015-10-25
1
-1
/
+1
*
[clang-tidy] Add return value for non-assert builds.
Daniel Jasper
2015-10-25
1
-0
/
+1
*
[clang-tidy] Add check readability-implicit-bool-cast
Piotr Dziwinski
2015-10-25
1
-0
/
+425