summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/initializers-cfg-output.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis2011-02-171-1/+1
| | | | | | | | | | The relative checker package is 'debug': '-dump-live-variables' is replaced by '-analyzer-checker=debug.DumpLiveVars' '-cfg-view' is replaced by '-analyzer-checker=debug.ViewCFG' '-cfg-dump' is replaced by '-analyzer-checker=debug.DumpCFG' llvm-svn: 125780
* Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu2010-11-011-43/+48
| | | | | | method inlining. Temporarily fail a test case. llvm-svn: 117907
* Added support for C++ initializers in CFG.Marcin Swiderski2010-10-041-0/+89
llvm-svn: 115493
OpenPOWER on IntegriCloud