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
/
test
/
SemaCXX
/
sourceranges.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move AST tests into their own test directory; NFC.
Aaron Ballman
2018-11-30
1
-146
/
+0
*
[Sema] Fix PR38987: keep end location of a direct initializer list
Vedant Kumar
2018-11-19
1
-0
/
+7
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-1
/
+88
*
Re-commit r321223, which adds a printing policy to the ASTDumper.
Aaron Ballman
2017-12-21
1
-52
/
+52
*
Reverting r321223 and its follow-up commit because of failing bots due to Mis...
Aaron Ballman
2017-12-20
1
-52
/
+52
*
Add a printing policy to the ASTDumper.
Aaron Ballman
2017-12-20
1
-52
/
+52
*
clang/test/SemaCXX/sourceranges.cpp: Fix silly expressions. Sorry for the bre...
NAKAMURA Takumi
2015-09-04
1
-3
/
+3
*
clang/test/SemaCXX/sourceranges.cpp: Appease win32. Class method is thiscall ...
NAKAMURA Takumi
2015-09-04
1
-2
/
+2
*
Fix the perentheses location when the constructor is called on a class that h...
Olivier Goffart
2015-09-04
1
-1
/
+14
*
Add the location of Decls to ast dump.
David Blaikie
2014-04-02
1
-2
/
+2
*
Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
Richard Smith
2014-01-22
1
-0
/
+9
*
Fix a bug in VarDecl::getSourceRange() for static member arrays with an element
Nico Weber
2013-01-22
1
-1
/
+4
*
Use ElaboratedType also for C.
Abramo Bagnara
2011-03-16
1
-3
/
+3
*
Remove one I just added, add a more focused test for why the current code is ...
Nico Weber
2010-11-22
1
-0
/
+5
*
Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661.
Nico Weber
2010-11-22
1
-0
/
+22