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
/
lib
/
StaticAnalyzer
/
Checkers
/
IdenticalExprChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-1
/
+4
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-3
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-1
/
+1
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+1
*
[Static Analyzer] Warn when inner and outer conditions are identical. The inn...
Daniel Marjamaki
2015-08-10
1
-0
/
+18
*
[analyzer] IdenticalExpr: don't try to compare integer literals with differen...
Jordan Rose
2014-08-20
1
-1
/
+6
*
[analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...
Jordan Rose
2014-08-20
1
-1
/
+1
*
[analyzer] Check all conditions in a chained if against each other.
Jordan Rose
2014-03-11
1
-0
/
+24
*
[analyzer] Fix a bug in IdenticalExprChecker concerning while loops.
Jordan Rose
2014-02-21
1
-2
/
+7
*
[analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.
Jordan Rose
2014-02-19
1
-12
/
+75
*
[analyzer] Extend IdenticalExprChecker to check the two branches of an if.
Jordan Rose
2014-02-19
1
-51
/
+188
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-5
/
+10
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[analyzer] Misc. tidying in IdenticalExprChecker.
Jordan Rose
2013-12-10
1
-18
/
+16
*
[analyzer] Extend IdenticalExprChecker to check ternary operator results.
Jordan Rose
2013-12-10
1
-7
/
+39
*
Move classes into anonymous namespaces.
Benjamin Kramer
2013-11-14
1
-0
/
+4
*
[analyzer] Add IdenticalExprChecker, to find copy-pasted code.
Jordan Rose
2013-11-08
1
-0
/
+222