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
/
misc
/
RedundantExpressionCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a false positive in misc-redundant-expression check
Aaron Ballman
2019-10-30
1
-7
/
+60
*
clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-17
1
-1
/
+1
*
Fixed a crash in misc-redundant-expression ClangTidy checker
Dmitri Gribenko
2019-06-12
1
-10
/
+16
*
[clang-tidy] Another attempt to fix misc-redundant-expression check.
Haojian Wu
2019-06-06
1
-5
/
+6
*
[clang-tidy] Fix an assertion failure in misc-redundant-expression.
Haojian Wu
2019-06-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
[clang-tidy] Widen anonymous namespace.
Benjamin Kramer
2018-02-02
1
-2
/
+1
*
[clang-tidy] Remove global constructor. No functionality change intended.
Benjamin Kramer
2018-02-02
1
-4
/
+8
*
[clang-tidy] Don't reinvent the wheel, use existing log2 functions.
Benjamin Kramer
2018-02-02
1
-8
/
+1
*
[clang-tidy] misc-redundant-expression: fix a crash under ubsan
Alexander Kornienko
2018-02-01
1
-3
/
+9
*
[clang-tidy] Misc redundant expression checker updated for ineffective bitwis...
Gabor Horvath
2017-12-20
1
-2
/
+126
*
[clang-tidy] Misc redundant expressions check updated for overloaded operators
Gabor Horvath
2017-11-27
1
-17
/
+88
*
[clang-tidy] Misc redundant expressions checker updated for macros
Gabor Horvath
2017-11-07
1
-74
/
+213
*
[clang-tidy] Catch trivially true statements like a != 1 || a != 3
Alexander Kornienko
2017-03-23
1
-0
/
+5
*
[Clang-tidy] Fix copy-paste error in misc-redundant-expression detected by PV...
Eugene Zelenko
2016-11-01
1
-2
/
+15
*
[clang-tidy] Enhance redundant-expression check
Etienne Bergeron
2016-07-07
1
-0
/
+511
*
[clang-tidy] Improve misc-redundant-expression and decrease false-positive
Etienne Bergeron
2016-05-12
1
-13
/
+96
*
[clang-tidy] New checker for redundant expressions.
Etienne Bergeron
2016-04-26
1
-0
/
+133