]> granicus.if.org Git - clang/commit
StmtDumper: remove incomplete support for limiting the maximum dump depth.
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 16 Nov 2012 21:43:31 +0000 (21:43 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 16 Nov 2012 21:43:31 +0000 (21:43 +0000)
commit95f6190acb664b345b1395abaea84ee451740c5b
treeffa42bf32099feeb887a0b22d5d49d8a92f98951
parent5f684e90c2f44eda979573a01c2ed063d9adc7a8
StmtDumper: remove incomplete support for limiting the maximum dump depth.
There are better ways of limiting the amount of information if there is a need
for that.

Patch by Philip Craig.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168206 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/StmtDumper.cpp