summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/initializers-cfg-output.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CFG: Properly print delegating initializer CFG elements.Jordan Rose2013-10-221-1/+19
| | | | | | | | ...rather than segfaulting. Patch by Enrico P! llvm-svn: 193208
* Remove useless 'XPASS: *' from testsDmitri Gribenko2013-01-251-1/+0
| | | | llvm-svn: 173511
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-1/+1
| | | | llvm-svn: 161060
* Colorize and condense CFG pretty-printing.Ted Kremenek2011-12-221-57/+52
| | | | llvm-svn: 147203
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to ↵Ted Kremenek2011-07-281-48/+57
| | | | | | | | | | | | be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs. The motivation of this large change is to drastically simplify the logic in ExprEngine going forward. Some fallout is that the output of some BugReporterVisitors is not as accurate as before; those will need to be fixed over time. There is also some possible performance regression as RemoveDeadBindings will be called frequently; this can also be improved over time. llvm-svn: 136419
* [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