]> granicus.if.org Git - clang/commit
Finish converting SwitchStmt AST to source ranges.
authorSteve Naroff <snaroff@apple.com>
Sat, 1 Sep 2007 21:08:38 +0000 (21:08 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 1 Sep 2007 21:08:38 +0000 (21:08 +0000)
commit9dcbfa450d751bd68fc4af8b75da381d4f6984b9
tree5e72cab0c23e3c7e57847faab83e4cd9d2e0d674
parentac00b7f4a933e60e2f0afd83092339160adc140c
Finish converting SwitchStmt AST to source ranges.
Move DumpSourceRange() to DumpStmt().

Now -parse-ast-dump will display source range info for all stmts/exprs.

One day we should implement the source range protocol for Decls.

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