summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/sourceranges.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang/test/SemaCXX/sourceranges.cpp: Fix silly expressions. Sorry for the ↵NAKAMURA Takumi2015-09-041-3/+3
| | | | | | breakage. llvm-svn: 246850
* clang/test/SemaCXX/sourceranges.cpp: Appease win32. Class method is thiscall ↵NAKAMURA Takumi2015-09-041-2/+2
| | | | | | for targeting i686-(msvc|mingw32). llvm-svn: 246849
* Fix the perentheses location when the constructor is called on a class that ↵Olivier Goffart2015-09-041-1/+14
| | | | | | has a destructor llvm-svn: 246844
* Add the location of Decls to ast dump.David Blaikie2014-04-021-2/+2
| | | | | | | | | 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
* Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, soRichard Smith2014-01-221-0/+9
| | | | | | | AST consumers can determine where the destructor name was written. Patch by Olivier Goffart! llvm-svn: 199779
* Fix a bug in VarDecl::getSourceRange() for static member arrays with an elementNico Weber2013-01-221-1/+4
| | | | | | | | type with an implicit initializer expression. Patch from Will Wilson <will@indefiant.com>! llvm-svn: 173170
* Use ElaboratedType also for C.Abramo Bagnara2011-03-161-3/+3
| | | | llvm-svn: 127755
* Remove one I just added, add a more focused test for why the current code is ↵Nico Weber2010-11-221-0/+5
| | | | | | correct. llvm-svn: 119969
* Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661.Nico Weber2010-11-221-0/+22
llvm-svn: 119966
OpenPOWER on IntegriCloud