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 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
*
Mention in AST dump whether a class declaration is a definition.
Richard Smith
2013-08-30
1
-0
/
+2
*
Show which decls are marked invalid in -ast-dump.
Nick Lewycky
2013-08-27
1
-0
/
+3
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-2
/
+2
*
Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to
Richard Smith
2013-06-24
1
-3
/
+5
*
Add dumping support for DeclContext's StoredDeclsMap.
Richard Smith
2013-06-22
1
-0
/
+59
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-0
/
+10
*
Fix bitcode desynchronization when loading a PCH containing a class template
Richard Smith
2013-05-23
1
-3
/
+14
*
In -ast-dump, only dump comments when dumping the actual Decl to which they
Richard Smith
2013-05-21
1
-4
/
+5
*
AST dumping: if a declaration has an uncomputed or uninstantiated exception s...
Richard Smith
2013-05-17
1
-0
/
+13
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Provide operator<< for stream output of DeclarationNames
David Blaikie
2013-05-14
1
-3
/
+1
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-2
/
+5
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-2
/
+2
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-2
/
+2
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-2
/
+2
*
AST dumping: dump template instantiations only once
Dmitri Gribenko
2013-02-21
1
-2
/
+8
*
Remove const_casts by making spec_begin()/spec_end() const
Dmitri Gribenko
2013-02-14
1
-7
/
+5
*
AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
2013-02-07
1
-1
/
+27
*
Use const visitors in ASTDumper.
Alexander Kornienko
2013-02-01
1
-225
/
+242
[next]