Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR15095: Use more correct source locations for the InitListExpr we fake up for | Richard Smith | 2013-02-05 | 1 | -0/+33 |
| | | | | | | vector initialization. Patch by John Stratton! llvm-svn: 174339 | ||||
* | Move commonly useful code for AST testing into MatchVerfier.h. | Manuel Klimek | 2013-01-31 | 1 | -165/+2 |
| | | | | llvm-svn: 174057 | ||||
* | Sort the #include lines for unittests/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| | | | | | | I've tried to place sensible headers at the top as main-module headers. llvm-svn: 169243 | ||||
* | Fix a source range regression in C++ new expressions with call initializers. | David Blaikie | 2012-11-08 | 1 | -0/+6 |
| | | | | | | Introduced in r167507, discovered in review by Abramo Bagnara. llvm-svn: 167597 | ||||
* | Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ↵ | Abramo Bagnara | 2012-11-08 | 1 | -1/+18 |
| | | | | | | ConstructorDecl source range. llvm-svn: 167583 | ||||
* | Fixed range of implicit MemberExpr. | Abramo Bagnara | 2012-11-08 | 1 | -0/+8 |
| | | | | llvm-svn: 167581 | ||||
* | Test for source location range of new expressions fixed in r167507. | David Blaikie | 2012-11-07 | 1 | -0/+6 |
| | | | | | | Patch by Philip Craig. llvm-svn: 167538 | ||||
* | Add unit tests for source locations of AST nodes. | Manuel Klimek | 2012-11-06 | 1 | -0/+252 |
Patch by Philip Craig. llvm-svn: 167470 |