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
*
[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