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
/
test
/
Analysis
/
method-call.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-24
1
-1
/
+1
*
[analyzer]Don't invalidate const arguments when there is no
Anna Zaks
2012-10-31
1
-0
/
+11
*
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
1
-1
/
+1
*
[analyzer] Inline constructors for any object with a trivial destructor.
Jordan Rose
2012-08-27
1
-9
/
+8
*
[analyzer] If we call a C++ method on an object, assume it's non-null.
Jordan Rose
2012-08-15
1
-4
/
+16
*
[analyzer] Convert many existing tests to use clang_analyzer_eval.
Jordy Rose
2012-05-16
1
-22
/
+6
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-1
/
+1
*
[analyzer] Disable a test until inlining CXXConstructExprs is fully investiga...
Argyrios Kyrtzidis
2011-02-19
1
-0
/
+11
*
After inlining the CXXConstructExpr, bind the temporary object region to it.
Zhongxing Xu
2010-12-22
1
-1
/
+0
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-0
/
+1
*
handle CXXFunctionalCastExpr in visitLValue and Environment.
Zhongxing Xu
2010-11-25
1
-0
/
+11
*
When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is
Zhongxing Xu
2010-11-24
1
-1
/
+1
*
Now initializer of C++ record type is visited as block-level expr.
Zhongxing Xu
2010-11-01
1
-1
/
+1
*
Make all CXXConstructExpr's block-level expressions. This is required by
Zhongxing Xu
2010-11-01
1
-0
/
+1
*
Make -analyzer-inline-call not a separate analysis. Instead it's a boolean
Zhongxing Xu
2010-05-06
1
-1
/
+1
*
Add test cases.
Zhongxing Xu
2010-04-20
1
-0
/
+18