summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/method-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-1/+1
* [analyzer]Don't invalidate const arguments when there is noAnna Zaks2012-10-311-0/+11
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-1/+1
* [analyzer] Inline constructors for any object with a trivial destructor.Jordan Rose2012-08-271-9/+8
* [analyzer] If we call a C++ method on an object, assume it's non-null.Jordan Rose2012-08-151-4/+16
* [analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose2012-05-161-22/+6
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Disable a test until inlining CXXConstructExprs is fully investiga...Argyrios Kyrtzidis2011-02-191-0/+11
* After inlining the CXXConstructExpr, bind the temporary object region to it.Zhongxing Xu2010-12-221-1/+0
* Start migration of static analyzer to using theTed Kremenek2010-12-161-0/+1
* handle CXXFunctionalCastExpr in visitLValue and Environment.Zhongxing Xu2010-11-251-0/+11
* When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is Zhongxing Xu2010-11-241-1/+1
* Now initializer of C++ record type is visited as block-level expr. Zhongxing Xu2010-11-011-1/+1
* Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu2010-11-011-0/+1
* Make -analyzer-inline-call not a separate analysis. Instead it's a boolean Zhongxing Xu2010-05-061-1/+1
* Add test cases.Zhongxing Xu2010-04-201-0/+18
OpenPOWER on IntegriCloud