Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
unittests
/
AST
/
SourceLocationTest.cpp
a3220ce
Tracking exception specification source locations
by Malcolm Parsons
· 9 years ago
57c09c8
[Sema] Store a SourceRange for multi-token builtin types
by Malcolm Parsons
· 9 years ago
580ccaf
Properly track the end location of an exception specification.
by Aaron Ballman
· 10 years ago
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
eba323a
Fix a few line endings. NFC.
by Yunzhong Gao
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
f4cb2be
Track the source location of the dot or arrow operator in a MemberExpr.
by Aaron Ballman
· 11 years ago
5f4d76e
Record correct source range for defaulted/deleted members.
by Eli Bendersky
· 11 years ago
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
· 12 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