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
/
Frontend
/
ASTConsumers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Remove some unused includes of llvm/IR headers from parts of Clang that really
Richard Smith
2015-02-26
1
-1
/
+0
*
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
Richard Smith
2014-08-11
1
-5
/
+12
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-11
/
+14
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-14
/
+11
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-11
/
+14
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-5
/
+5
*
De-virtualize a method. It's called through template magic and doesn't overri...
Craig Topper
2014-03-13
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-5
/
+5
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-17
/
+16
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
Remove -ast-dump-xml.
Richard Smith
2013-10-07
1
-20
/
+0
*
Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to
Richard Smith
2013-06-24
1
-15
/
+19
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+4
*
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
1
-1
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Use color for -ast-dump-filter only when it is supported
Dmitri Gribenko
2012-11-21
1
-3
/
+6
*
Fix for -ast-dump-filter
Alexander Kornienko
2012-10-31
1
-3
/
+1
*
Fixed crash and added a test and a minor output problem
Alexander Kornienko
2012-08-17
1
-2
/
+3
*
Fix base type of ASTDeclNodeLister.
Michael Han
2012-08-15
1
-1
/
+1
*
Added -ast-list option to dump filterable AST decl node names.
Alexander Kornienko
2012-07-31
1
-0
/
+27
*
Added -ast-dump-filter option to clang -cc1.
Alexander Kornienko
2012-07-26
1
-17
/
+59
*
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-11-18
1
-1
/
+2
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-24
/
+24
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-3
/
+3
*
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-27
1
-1
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
Add template instantiations to the output of -ast-dump.
Richard Trieu
2011-07-28
1
-1
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-7
/
+7
*
Modify some deleted function methods to better reflect reality:
Alexis Hunt
2011-05-06
1
-1
/
+1
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-2
/
+3
*
Remove the AST printer (-ast-print-xml), which is too incomplete and
Douglas Gregor
2011-03-07
1
-34
/
+0
*
handle labeldecls.
Chris Lattner
2011-02-18
1
-1
/
+6
*
Eliminate the internal command-line option for viewing inheritance in C++ cla...
Douglas Gregor
2011-02-17
1
-28
/
+0
*
Add IndirectField case in DeclContextPrinter::PrintDeclContext.
Francois Pichet
2010-12-21
1
-0
/
+5
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
John McCall
2010-11-24
1
-0
/
+20
*
Send AST dumping/printing to stdout instead of stderr.
Argyrios Kyrtzidis
2010-08-03
1
-1
/
+1
*
Simplify code. FunctionDecl and ObjCMethodDecl have some common interfaces.
Argyrios Kyrtzidis
2010-07-07
1
-15
/
+4
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-2
/
+0
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-23
/
+23
*
Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...
Daniel Dunbar
2010-04-08
1
-32
/
+0
*
AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout.
Daniel Dunbar
2010-04-08
1
-121
/
+8
*
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-02-11
1
-1
/
+1
*
Add a missing case for DeclContext printer.
Zhongxing Xu
2010-01-20
1
-0
/
+5
*
Better coverage for -dump-record-layouts and -print-decl-contexts.
Eli Friedman
2010-01-03
1
-0
/
+13
*
Small compatibility fix for -print-decl-contexts.
Eli Friedman
2009-12-08
1
-0
/
+5
[next]