aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST/SourceLocationTest.cpp
AgeCommit message (Expand)Author
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-02-05PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith
2013-01-31Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-11-08Fix a source range regression in C++ new expressions with call initializers.David Blaikie
2012-11-08Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara
2012-11-08Fixed range of implicit MemberExpr.Abramo Bagnara
2012-11-07Test for source location range of new expressions fixed in r167507.David Blaikie
2012-11-06Add unit tests for source locations of AST nodes.Manuel Klimek