David Blaikie
5ee3d0080a
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.
llvm-svn: 205396
2014-04-02 05:48:29 +00:00
Richard Smith
c278c00613
Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
...
AST consumers can determine where the destructor name was written. Patch by
Olivier Goffart!
llvm-svn: 199779
2014-01-22 00:30:17 +00:00
Nico Weber
bbe1394c96
Fix a bug in VarDecl::getSourceRange() for static member arrays with an element
...
type with an implicit initializer expression.
Patch from Will Wilson <will@indefiant.com>!
llvm-svn: 173170
2013-01-22 17:00:09 +00:00
Abramo Bagnara
9875a3ce70
Use ElaboratedType also for C.
...
llvm-svn: 127755
2011-03-16 20:16:18 +00:00
Nico Weber
13c13d4da8
Remove one I just added, add a more focused test for why the current code is correct.
...
llvm-svn: 119969
2010-11-22 13:12:28 +00:00
Nico Weber
774303425b
Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661 .
...
llvm-svn: 119966
2010-11-22 10:30:56 +00:00