index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
AST
/
SourceLocationTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Store a SourceRange for multi-token builtin types
Malcolm Parsons
2016-10-21
1
-0
/
+90
*
Properly track the end location of an exception specification.
Aaron Ballman
2016-01-12
1
-0
/
+38
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-13
/
+13
*
Fix a few line endings. NFC.
Yunzhong Gao
2015-05-01
1
-36
/
+36
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-5
/
+5
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-6
/
+38
*
Record correct source range for defaulted/deleted members.
Eli Bendersky
2015-03-23
1
-0
/
+12
*
Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges,
Fariborz Jahanian
2014-07-31
1
-0
/
+12
*
Fix FriendDecl source location and range for class templates and function dec...
Nikola Smiljanic
2014-07-17
1
-4
/
+136
*
Add first set of tests for FriendDecl source range and location.
Nikola Smiljanic
2014-06-06
1
-0
/
+78
*
Correctly set brace range for CXXConstructExprs formed by list initialization.
Peter Collingbourne
2014-02-22
1
-0
/
+10
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix missing source location in CXXTemporaryObjectExpr nodes.
Enea Zaffanella
2013-09-07
1
-0
/
+9
*
Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
2013-07-19
1
-0
/
+13
*
Fixed source range of C++03 access declarations.
Enea Zaffanella
2013-07-17
1
-0
/
+20
*
Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",
Enea Zaffanella
2013-07-08
1
-6
/
+3
*
AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...
NAKAMURA Takumi
2013-07-08
1
-0
/
+5
*
Fixed source range for functional cast and unresolved construct expr nodes.
Enea Zaffanella
2013-07-07
1
-0
/
+21
*
Fixed source location info for UnaryTransformTypeLoc nodes.
Enea Zaffanella
2013-07-06
1
-0
/
+21
*
Fix source range of CXXNewExpr with parentheses around the type. PR15569.
Eli Friedman
2013-06-17
1
-0
/
+6
*
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
Eli Friedman
2013-06-07
1
-1
/
+1
*
Adds a test that verifies angle bracket locations.
Manuel Klimek
2013-06-07
1
-0
/
+19
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-05
1
-4
/
+4
*
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-05
1
-0
/
+33
*
Move commonly useful code for AST testing into MatchVerfier.h.
Manuel Klimek
2013-01-31
1
-165
/
+2
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Fix a source range regression in C++ new expressions with call initializers.
David Blaikie
2012-11-08
1
-0
/
+6
*
Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...
Abramo Bagnara
2012-11-08
1
-1
/
+18
*
Fixed range of implicit MemberExpr.
Abramo Bagnara
2012-11-08
1
-0
/
+8
*
Test for source location range of new expressions fixed in r167507.
David Blaikie
2012-11-07
1
-0
/
+6
*
Add unit tests for source locations of AST nodes.
Manuel Klimek
2012-11-06
1
-0
/
+252