Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
clang
/
unittests
/
AST
/
SourceLocationTest.cpp
a1db7df
Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges,
by Fariborz Jahanian
· 11 years ago
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
357af64
Add first set of tests for FriendDecl source range and location.
by Nikola Smiljanic
· 11 years ago
b8d17e7
Correctly set brace range for CXXConstructExprs formed by list initialization.
by Peter Collingbourne
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
76e98fe
Fix missing source location in CXXTemporaryObjectExpr nodes.
by Enea Zaffanella
· 12 years ago
25723ce
Fix source range of implicitly instantiated friend declaration.
by Enea Zaffanella
· 12 years ago
c70b251
Fixed source range of C++03 access declarations.
by Enea Zaffanella
· 12 years ago
4c40949
Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",
by Enea Zaffanella
· 12 years ago
58c821a
AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now.
by NAKAMURA Takumi
· 12 years ago
8421a06
Fixed source range for functional cast and unresolved construct expr nodes.
by Enea Zaffanella
· 12 years ago
a90af72
Fixed source location info for UnaryTransformTypeLoc nodes.
by Enea Zaffanella
· 12 years ago
2dcbdc0
Fix source range of CXXNewExpr with parentheses around the type. PR15569.
by Eli Friedman
· 12 years ago
7152fbe
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
by Eli Friedman
· 12 years ago
8122830
Adds a test that verifies angle bracket locations.
by Manuel Klimek
· 12 years ago
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
9ca9101
PR15095: Use more correct source locations for the InitListExpr we fake up for
by Richard Smith
· 13 years ago
aa58b97
Move commonly useful code for AST testing into MatchVerfier.h.
by Manuel Klimek
· 13 years ago
320d966
Sort the #include lines for unittests/...
by Chandler Carruth
· 13 years ago
3a0de21
Fix a source range regression in C++ new expressions with call initializers.
by David Blaikie
· 13 years ago
341ab73
Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range.
by Abramo Bagnara
· 13 years ago
9b836fb
Fixed range of implicit MemberExpr.
by Abramo Bagnara
· 13 years ago
b9db60f
Test for source location range of new expressions fixed in r167507.
by David Blaikie
· 13 years ago
e6de22d
Add unit tests for source locations of AST nodes.
by Manuel Klimek
· 13 years ago