1. a3220ce Tracking exception specification source locations by Malcolm Parsons · 9 years ago
  2. 57c09c8 [Sema] Store a SourceRange for multi-token builtin types by Malcolm Parsons · 9 years ago
  3. 580ccaf Properly track the end location of an exception specification. by Aaron Ballman · 10 years ago
  4. 512fb64 Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects. by Aaron Ballman · 10 years ago
  5. eba323a Fix a few line endings. NFC. by Yunzhong Gao · 10 years ago
  6. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  7. f4cb2be Track the source location of the dot or arrow operator in a MemberExpr. by Aaron Ballman · 11 years ago
  8. 5f4d76e Record correct source range for defaulted/deleted members. by Eli Bendersky · 11 years ago
  9. a1db7df Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, by Fariborz Jahanian · 11 years ago
  10. 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
  11. 357af64 Add first set of tests for FriendDecl source range and location. by Nikola Smiljanic · 11 years ago
  12. b8d17e7 Correctly set brace range for CXXConstructExprs formed by list initialization. by Peter Collingbourne · 12 years ago
  13. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  14. 76e98fe Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 12 years ago
  15. 25723ce Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 12 years ago
  16. c70b251 Fixed source range of C++03 access declarations. by Enea Zaffanella · 12 years ago
  17. 4c40949 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 12 years ago
  18. 58c821a AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 12 years ago
  19. 8421a06 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 12 years ago
  20. a90af72 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 12 years ago
  21. 2dcbdc0 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 12 years ago
  22. 7152fbe Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 12 years ago
  23. 8122830 Adds a test that verifies angle bracket locations. by Manuel Klimek · 12 years ago
  24. 713eef4 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 12 years ago
  25. 9ca9101 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 13 years ago
  26. aa58b97 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 13 years ago
  27. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  28. 3a0de21 Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 13 years ago
  29. 341ab73 Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 13 years ago
  30. 9b836fb Fixed range of implicit MemberExpr. by Abramo Bagnara · 13 years ago
  31. b9db60f Test for source location range of new expressions fixed in r167507. by David Blaikie · 13 years ago
  32. e6de22d Add unit tests for source locations of AST nodes. by Manuel Klimek · 13 years ago