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
/
unittests
/
AST
/
DeclPrinterTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DeclPrinter] Allow printing fully qualified name of function declaration
Serge Pavlov
2017-11-23
1
-4
/
+47
*
[DeclPrinter] Honor TerseOutput for constructors
Alex Lorenz
2017-11-16
1
-16
/
+44
*
ASTPrinter: Objective-C method declarations don't need a space after
Alex Lorenz
2017-06-02
1
-1
/
+1
*
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
Alexander Kornienko
2016-12-13
1
-1
/
+1
*
Make output of -ast-print a valid C++ code.
Serge Pavlov
2016-11-10
1
-94
/
+30
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-23
/
+23
*
Move a test from static-assert.cpp to DeclPrinterTest
David Majnemer
2015-06-05
1
-0
/
+18
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
AST printer: fix double space before base class with no access specifier.
Richard Smith
2014-07-23
1
-6
/
+6
*
When pretty-printing a declaration of a pack, put the ellipsis before the name
Richard Smith
2014-07-23
1
-12
/
+11
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+2
*
Decl printing: add tests for typedefs
Dmitri Gribenko
2014-03-03
1
-0
/
+34
*
Add a StmtPrinter test for implicit and explicit conversion operator calls.
Benjamin Kramer
2014-02-26
1
-0
/
+1
*
Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...
Benjamin Kramer
2014-02-25
1
-14
/
+10
*
Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."
Benjamin Kramer
2014-02-25
1
-6
/
+3
*
clang/unittests/AST,ASTMatchers: Remove _MSC_VER.
NAKAMURA Takumi
2014-02-16
1
-3
/
+14
*
unittests: explicit stringify StringRefs for conversion
Saleem Abdulrasool
2014-01-25
1
-3
/
+4
*
When formatting a C++-only declaration name, enable C++ mode in the formatter's
Richard Smith
2014-01-22
1
-1
/
+1
*
Switch to ssize_t from size_t to unbreak windows builders.
David Majnemer
2014-01-14
1
-3
/
+3
*
Provide couple of DeclPrint tests for my last patch.
Fariborz Jahanian
2012-12-20
1
-0
/
+18
*
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-19
1
-1
/
+1
*
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-18
1
-1
/
+1
*
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-11
1
-2
/
+1
*
In DeclPrint add printing of '= default'
Fariborz Jahanian
2012-12-05
1
-2
/
+2
*
In DeclPrint add printing of 'explicit'
Fariborz Jahanian
2012-12-05
1
-2
/
+1
*
fix comment.
Fariborz Jahanian
2012-12-05
1
-1
/
+1
*
Testing C++ declarations embedded in
Fariborz Jahanian
2012-12-05
1
-18
/
+11
*
Patch for decl printer test of objective-c methods.
Fariborz Jahanian
2012-10-18
1
-6
/
+36
*
DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs
Dmitri Gribenko
2012-08-31
1
-27
/
+10
*
DeclPrinter tests: since now some platforms use C++11 by default, make it
Dmitri Gribenko
2012-08-31
1
-105
/
+97
*
Reland r160052: Default to -std=c++11 on Windows.
Nico Weber
2012-08-30
1
-0
/
+2
*
ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompa...
NAKAMURA Takumi
2012-08-25
1
-1
/
+2
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-1
/
+1
*
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-24
1
-46
/
+46
*
DeclPrinter tests: mark test case we get wrong currently with WRONG.
Dmitri Gribenko
2012-08-24
1
-1
/
+1
*
DeclPrinter tests: add two more tests.
Dmitri Gribenko
2012-08-24
1
-0
/
+23
*
DeclPrinter, terse mode: don't print function bodies
Dmitri Gribenko
2012-08-21
1
-17
/
+34
*
Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput
Dmitri Gribenko
2012-08-21
1
-1
/
+1
*
DeclPrinter: add terse output mode and lots of tests
Dmitri Gribenko
2012-08-20
1
-0
/
+1200