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
/
lib
/
AST
/
ASTDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix -ast-dump of dependent new and delete exprs
Reid Kleckner
2015-03-19
1
-8
/
+12
*
Add -ast-dump support for new and delete expressions to help figure out which...
Reid Kleckner
2015-03-19
1
-0
/
+24
*
Enhance printing SizeOfPackExpr in dump.
Serge Pavlov
2015-02-16
1
-0
/
+8
*
[modules] Sometimes we can deserialize a class member but not have yet
Richard Smith
2015-01-24
1
-4
/
+7
*
ASTDumper: print whether a function is constexpr
Hans Wennborg
2014-12-05
1
-0
/
+4
*
Make QualType::dump() produce a useful dump of the structure of the type,
Richard Smith
2014-10-31
1
-5
/
+247
*
ASTDumper.cpp: Appease g++, for now.
NAKAMURA Takumi
2014-10-31
1
-4
/
+4
*
Refactor tree printing in AST dumping.
Richard Smith
2014-10-30
1
-541
/
+345
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-9
/
+1
*
Don't print 'NULL TYPE' when dumping a delegating constructor.
Richard Trieu
2014-09-12
1
-1
/
+5
*
[modules] When performing a lookup into a namespace, ensure that any later
Richard Smith
2014-08-13
1
-1
/
+1
*
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
Richard Smith
2014-08-11
1
-5
/
+23
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-3
/
+3
*
Add AST dumping for VarDecl init kind.
Richard Smith
2014-07-10
1
-0
/
+5
*
Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...
Richard Smith
2014-06-13
1
-3
/
+6
*
Teach AST dumper to dump the array filler in an initializer list.
Richard Smith
2014-06-03
1
-0
/
+17
*
AST Dump: print the Inherited flag on attributes
Hans Wennborg
2014-05-31
1
-1
/
+3
*
Retain isImplicit flag for local variable declarations when instantiating
Alexander Kornienko
2014-05-27
1
-0
/
+2
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-11
/
+13
*
Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD...
Alex McCarthy
2014-05-02
1
-0
/
+3
*
Add support for MSVC's __FUNCSIG__
Reid Kleckner
2014-04-08
1
-0
/
+1
*
Add the location of Decls to ast dump.
David Blaikie
2014-04-02
1
-0
/
+2
*
Consistently dump default template arguments for template parameters as 'Temp...
Richard Smith
2014-03-23
1
-5
/
+11
*
Comment parsing: fix a crash when dumping comment ast for a function template
Dmitri Gribenko
2014-03-19
1
-1
/
+1
*
More working around a GCC range-based for scope bug.
Richard Smith
2014-03-18
1
-4
/
+4
*
AST dumper: if we have multiple implicit instantiations of the same class
Richard Smith
2014-03-18
1
-16
/
+48
*
Fix variable shadowing. Due to a bug in GCC's implementation of range-based for
Richard Smith
2014-03-18
1
-2
/
+2
*
Factor out repeated code in dumping template declarations.
Richard Smith
2014-03-17
1
-40
/
+18
*
Range-ify and simplify some of the AST dumping code by factoring out the last...
Richard Smith
2014-03-17
1
-81
/
+75
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-8
/
+7
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-7
/
+5
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
Change the color of comment nodes from bright yellow to blue. Bright yellow on
Richard Trieu
2014-03-06
1
-1
/
+12
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-0
/
+3
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-16
/
+12
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
1
-2
/
+0
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-7
/
+10
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+1
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
1
-0
/
+2
*
Teach AST dumper to dump the containing module and hidden flag for declarations.
Richard Smith
2013-10-22
1
-0
/
+7
*
Fix 80-column violation.
Richard Smith
2013-10-18
1
-1
/
+2
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
Teach the AST dumper to dump the canonical declaration for a mergeable declar...
Richard Smith
2013-10-15
1
-9
/
+16
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-0
/
+4
*
-ast-dump support for variable templates.
Richard Smith
2013-09-18
1
-0
/
+48
*
ASTDumper: fix dump of CXXCatchStmt
Pavel Labath
2013-09-04
1
-0
/
+6
[prev]
[next]