]> granicus.if.org Git - clang/commit
Add the location of Decls to ast dump.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 2 Apr 2014 05:48:29 +0000 (05:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 2 Apr 2014 05:48:29 +0000 (05:48 +0000)
commit8ef7942d6e4dc0894a52333b261172df3564a1a6
treee9608297d57b665ec6f886379dd797c057fdd261
parentd17790ee00f645acf556e330935814291d378b11
Add the location of Decls to ast dump.

While investigating some debug info issues, Eric and I came across a
particular template case where the location of a decl was quite
different from the range of the same decl. It might've been rather
helpful if the dumper had actually showed us this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205396 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDumper.cpp
test/Misc/ast-dump-color.cpp
test/Misc/ast-dump-decl.c
test/Misc/ast-dump-decl.cpp
test/Modules/cxx-templates.cpp
test/Sema/implicit-builtin-decl.c
test/Sema/implicit-cast-dump.c
test/SemaCXX/sourceranges.cpp