summaryrefslogtreecommitdiffstats
path: root/test/Analysis/reference.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-5/+6
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+15
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-15/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+15
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-15/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+15
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-15/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+15
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-15/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+15
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-1/+1
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-061-1/+1
* [analyzer] Use the expression’s type instead of region’s type in ArrayToP...Anna Zaks2013-05-281-0/+7
* [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.Anna Zaks2013-04-181-1/+1
* Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose2013-04-111-0/+10
* [analyzer] Warn on passing a reference to null pointer as an argument in a callAnna Zaks2013-03-071-4/+66
* [analyzer] Check for returning null references in ReturnUndefChecker.Jordan Rose2013-03-071-5/+14
* [analyzer] Create a temporary region when accessing a struct rvalue.Jordan Rose2012-10-171-3/+1
* Revert "[analyzer] Create a temporary region for rvalue structs when accessin...Jordan Rose2012-09-291-1/+3
* [analyzer] Create a temporary region for rvalue structs when accessing fieldsJordan Rose2012-09-281-3/+1
* [analyzer] Be more forgiving about calling methods on struct rvalues.Jordan Rose2012-09-051-9/+7
* Revert "[analyzer] Treat all struct values as regions (even rvalues)."Jordan Rose2012-09-051-5/+9
* [analyzer] Treat all struct values as regions (even rvalues).Jordan Rose2012-09-011-9/+5
* [analyzer] Always derive a CallEvent's return type from its origin expr.Jordan Rose2012-09-011-0/+12
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* Despite me asking Jordan to do r162313, revert it. We can provideTed Kremenek2012-08-221-3/+0
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-1/+0
* [analyzer] Push "references are non-null" knowledge up to the common parent.Jordan Rose2012-08-211-0/+3
* [analyzer] Assume that reference symbols are non-null.Jordan Rose2012-08-211-0/+17
* [analyzer] Don't assume values bound to references are automatically non-null.Jordan Rose2012-08-041-1/+14
* [analyzer] Add a simple check for initializing reference variables with null.Jordan Rose2012-08-021-0/+26
* [analyzer] Getting an lvalue for a reference field still requires a load.Jordan Rose2012-07-311-1/+36
* [analyzer] Fix RUN lines for old XFAIL tests, one of which actually works.Jordy Rose2012-05-161-2/+1
* Switch PerformImplicitConversion over to use DefaultLvalueConversion for lval...Eli Friedman2012-01-241-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* [analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...Ted Kremenek2011-07-281-0/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-1/+1
* If the initializer is an rvalue and the variable is a const reference,Zhongxing Xu2010-12-191-1/+1
* Start migration of static analyzer to using theTed Kremenek2010-12-161-1/+2
* Assignments to reference variables shouldn't kill the variable.Jordy Rose2010-06-041-0/+30
* CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...Zhongxing Xu2010-06-031-0/+15
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Enhance test case.Zhongxing Xu2010-01-101-0/+5
* When binding an rvalue to a reference, create a temporary object. Use Zhongxing Xu2010-01-091-0/+6