1. a1db7df Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, by Fariborz Jahanian · 11 years ago
  2. 4fc9153 Fix FriendDecl source location and range for class templates and function declarations that don't start with 'friend' keyword. Add more unittests. by Nikola Smiljanic · 11 years ago
  3. 357af64 Add first set of tests for FriendDecl source range and location. by Nikola Smiljanic · 11 years ago
  4. b8d17e7 Correctly set brace range for CXXConstructExprs formed by list initialization. by Peter Collingbourne · 12 years ago
  5. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  6. 76e98fe Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 12 years ago
  7. 25723ce Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 12 years ago
  8. c70b251 Fixed source range of C++03 access declarations. by Enea Zaffanella · 12 years ago
  9. 4c40949 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 12 years ago
  10. 58c821a AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 12 years ago
  11. 8421a06 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 12 years ago
  12. a90af72 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 12 years ago
  13. 2dcbdc0 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 12 years ago
  14. 7152fbe Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 12 years ago
  15. 8122830 Adds a test that verifies angle bracket locations. by Manuel Klimek · 12 years ago
  16. 713eef4 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 13 years ago
  17. 9ca9101 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 13 years ago
  18. aa58b97 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 13 years ago
  19. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  20. 3a0de21 Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 13 years ago
  21. 341ab73 Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 13 years ago
  22. 9b836fb Fixed range of implicit MemberExpr. by Abramo Bagnara · 13 years ago
  23. b9db60f Test for source location range of new expressions fixed in r167507. by David Blaikie · 13 years ago
  24. e6de22d Add unit tests for source locations of AST nodes. by Manuel Klimek · 13 years ago