summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cxx11-crashes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* [analyzer] Don't crash on LValBitCastAnna Zaks2012-05-251-0/+7
| | | | llvm-svn: 157478
* [analyzer] Treat cast of array to reference in the same way as array toAnna Zaks2012-05-241-0/+21
| | | | | | | | pointer. Fixes one of the crashes reported in PR12874. llvm-svn: 157401
* [analyzer] Fix typo. Thanks Jordy.Anna Zaks2012-05-241-1/+1
| | | | llvm-svn: 157400
* [analyzer] Bind UnknownVal to InitListExpr for unsupported typesAnna Zaks2012-05-211-0/+5
| | | | | | (ex: float). llvm-svn: 157211
* [analyzer] c++11: do not crash on namespace aliasAnna Zaks2012-05-191-0/+21
| | | | llvm-svn: 157089
* [analyzer] Fix a c++11 crash: xvalues can be locations (VisitMemberExpr)Anna Zaks2012-05-181-0/+12
llvm-svn: 157082
OpenPOWER on IntegriCloud