1. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  2. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  3. 51da142 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 11 years ago
  4. 1fb09df AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 11 years ago
  5. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  6. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  7. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  8. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  9. 7e6e515 Adds a test that verifies angle bracket locations. by Manuel Klimek · 11 years ago
  10. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  11. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 11 years ago
  12. 4d0e9f5 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 11 years ago
  13. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  14. c2fc67e Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 12 years ago
  15. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  16. 13fd684 Fixed range of implicit MemberExpr. by Abramo Bagnara · 12 years ago
  17. 5a78985 Test for source location range of new expressions fixed in r167507. by David Blaikie · 12 years ago
  18. 975a949 Add unit tests for source locations of AST nodes. by Manuel Klimek · 12 years ago