summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/SourceLocationTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-211-0/+90
* Properly track the end location of an exception specification.Aaron Ballman2016-01-121-0/+38
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-13/+13
* Fix a few line endings. NFC.Yunzhong Gao2015-05-011-36/+36
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+5
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-6/+38
* Record correct source range for defaulted/deleted members.Eli Bendersky2015-03-231-0/+12
* Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian2014-07-311-0/+12
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-171-4/+136
* Add first set of tests for FriendDecl source range and location.Nikola Smiljanic2014-06-061-0/+78
* Correctly set brace range for CXXConstructExprs formed by list initialization.Peter Collingbourne2014-02-221-0/+10
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-071-0/+9
* Fix source range of implicitly instantiated friend declaration.Enea Zaffanella2013-07-191-0/+13
* Fixed source range of C++03 access declarations.Enea Zaffanella2013-07-171-0/+20
* Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella2013-07-081-6/+3
* AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...NAKAMURA Takumi2013-07-081-0/+5
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-071-0/+21
* Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella2013-07-061-0/+21
* Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman2013-06-171-0/+6
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-1/+1
* Adds a test that verifies angle bracket locations.Manuel Klimek2013-06-071-0/+19
* Add an error to check that all program scope variables are in the constant ad...Tanya Lattner2013-04-051-4/+4
* PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith2013-02-051-0/+33
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-311-165/+2
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-1/+1
* Fix a source range regression in C++ new expressions with call initializers.David Blaikie2012-11-081-0/+6
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-081-1/+18
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-081-0/+8
* Test for source location range of new expressions fixed in r167507.David Blaikie2012-11-071-0/+6
* Add unit tests for source locations of AST nodes.Manuel Klimek2012-11-061-0/+252
OpenPOWER on IntegriCloud