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
/
SimplifyBooleanExprCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Handle member variables in readability-simplify-boolean-expr
Jonas Toth
2019-05-16
1
-18
/
+17
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix warning about unused variable [NFC]
Bjorn Pettersson
2018-12-21
1
-1
/
+1
*
[clang-tidy] Use translationUnitDecl() instead of a custom matcher.
Alexander Kornienko
2018-12-20
1
-17
/
+5
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-5
/
+5
*
[clang-tidy] Update checks to play nicely with limited traversal scope added ...
Sam McCall
2018-11-15
1
-3
/
+13
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-11
/
+11
*
[clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...
Zinovy Nis
2018-05-22
1
-0
/
+3
*
[clang-tidy] make readability-simplify-bool-expr completely ignore macros
Alexander Kornienko
2017-11-29
1
-4
/
+1
*
[clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAV
Alexander Kornienko
2017-05-15
1
-105
/
+98
*
[clang-tidy] Cleaning up language options.
Gabor Horvath
2016-09-24
1
-3
/
+3
*
[ASTMatchers] Added ignoringParenImpCasts to has matchers
Piotr Padlewski
2016-05-31
1
-1
/
+2
*
Reapply r260096.
Aaron Ballman
2016-02-12
1
-93
/
+138
*
Reverting r260096; it causes build bot failures:
Aaron Ballman
2016-02-08
1
-136
/
+93
*
Expand the simplify boolean expression check to handle implicit conversion of...
Aaron Ballman
2016-02-08
1
-93
/
+136
*
[clang-tidy] Fix a use-after-free bug found by asan
Alexander Kornienko
2015-12-29
1
-2
/
+3
*
[clang-tidy] Preserve comments and preprocessor directives when simplifying b...
Alexander Kornienko
2015-12-28
1
-39
/
+68
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-22
/
+25
*
[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr...
Alexander Kornienko
2015-07-01
1
-27
/
+230
*
[clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check...
Alexander Kornienko
2015-05-17
1
-11
/
+37
*
[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidy
Alexander Kornienko
2015-04-10
1
-0
/
+375