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
...
*
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
*
Fix -Wcovered-switch-default and -Wunused-private-field warnings.
Richard Smith
2013-01-31
1
-19
/
+17
*
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2013-01-31
1
-44
/
+280
*
Highlight various parts of the AST dump with color. Colors are controlled by
Richard Trieu
2013-01-26
1
-36
/
+156
*
Resolved merge error with r172323 (llvm::X -> X)
Alexander Kornienko
2013-01-15
1
-1
/
+1
*
Dump comments in -ast-dump.
Alexander Kornienko
2013-01-14
1
-8
/
+196
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2013-01-07
1
-0
/
+28
*
Minor coding style issue: NULL -> 0
Alexander Kornienko
2012-12-20
1
-1
/
+1
*
ASTDumper coding style fixes.
Alexander Kornienko
2012-12-20
1
-17
/
+16
*
Implement AST dumper for Decls.
Alexander Kornienko
2012-12-20
1
-137
/
+761
*
Rename StmtDumper to ASTDumper.
Alexander Kornienko
2012-12-13
1
-0
/
+756
[prev]