summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/sourceranges.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-146/+0
* [Sema] Fix PR38987: keep end location of a direct initializer listVedant Kumar2018-11-191-0/+7
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-1/+88
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-52/+52
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-52/+52
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-52/+52
* clang/test/SemaCXX/sourceranges.cpp: Fix silly expressions. Sorry for the bre...NAKAMURA Takumi2015-09-041-3/+3
* clang/test/SemaCXX/sourceranges.cpp: Appease win32. Class method is thiscall ...NAKAMURA Takumi2015-09-041-2/+2
* Fix the perentheses location when the constructor is called on a class that h...Olivier Goffart2015-09-041-1/+14
* Add the location of Decls to ast dump.David Blaikie2014-04-021-2/+2
* Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, soRichard Smith2014-01-221-0/+9
* Fix a bug in VarDecl::getSourceRange() for static member arrays with an elementNico Weber2013-01-221-1/+4
* Use ElaboratedType also for C.Abramo Bagnara2011-03-161-3/+3
* Remove one I just added, add a more focused test for why the current code is ...Nico Weber2010-11-221-0/+5
* Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661.Nico Weber2010-11-221-0/+22
OpenPOWER on IntegriCloud