summaryrefslogtreecommitdiff
path: root/test/Analysis/method-call.cpp
AgeCommit message (Expand)Author
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2012-10-31[analyzer]Don't invalidate const arguments when there is noAnna Zaks
2012-08-31[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose
2012-08-27[analyzer] Inline constructors for any object with a trivial destructor.Jordan Rose
2012-08-15[analyzer] If we call a C++ method on an object, assume it's non-null.Jordan Rose
2012-05-16[analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-19[analyzer] Disable a test until inlining CXXConstructExprs is fully investiga...Argyrios Kyrtzidis
2010-12-22After inlining the CXXConstructExpr, bind the temporary object region to it.Zhongxing Xu
2010-12-16Start migration of static analyzer to using theTed Kremenek
2010-11-25handle CXXFunctionalCastExpr in visitLValue and Environment.Zhongxing Xu
2010-11-24When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is Zhongxing Xu
2010-11-01Now initializer of C++ record type is visited as block-level expr. Zhongxing Xu
2010-11-01Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu
2010-05-06Make -analyzer-inline-call not a separate analysis. Instead it's a boolean Zhongxing Xu
2010-04-20Add test cases.Zhongxing Xu