Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
unittests
/
AST
/
DeclPrinterTest.cpp
842022a
[DeclPrinter] Allow printing fully qualified name of function declaration
by Serge Pavlov
· 8 years ago
35019db
[DeclPrinter] Honor TerseOutput for constructors
by Alex Lorenz
· 8 years ago
bbf4f70
ASTPrinter: Objective-C method declarations don't need a space after
by Alex Lorenz
· 8 years ago
7cdc705
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
by Alexander Kornienko
· 9 years ago
a67a4d2
Make output of -ast-print a valid C++ code.
by Serge Pavlov
· 9 years ago
512fb64
Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects.
by Aaron Ballman
· 10 years ago
8423df9
Move a test from static-assert.cpp to DeclPrinterTest
by David Majnemer
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
a593419
AST printer: fix double space before base class with no access specifier.
by Richard Smith
· 11 years ago
a4bb292
When pretty-printing a declaration of a pack, put the ellipsis before the name
by Richard Smith
· 11 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
5ea34fc
Decl printing: add tests for typedefs
by Dmitri Gribenko
· 12 years ago
594802f
Add a StmtPrinter test for implicit and explicit conversion operator calls.
by Benjamin Kramer
· 12 years ago
2907b08
Pretty Printer: Print constexpr and ref qualifiers. Don't print return types on destructors.
by Benjamin Kramer
· 12 years ago
00e8a19
Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."
by Benjamin Kramer
· 12 years ago
7d2da0b
clang/unittests/AST,ASTMatchers: Remove _MSC_VER.
by NAKAMURA Takumi
· 12 years ago
8a8454b
unittests: explicit stringify StringRefs for conversion
by Saleem Abdulrasool
· 12 years ago
e81daee
When formatting a C++-only declaration name, enable C++ mode in the formatter's
by Richard Smith
· 12 years ago
d4328de
Switch to ssize_t from size_t to unbreak windows builders.
by David Majnemer
· 12 years ago
4419449
Provide couple of DeclPrint tests for my last patch.
by Fariborz Jahanian
· 13 years ago
0389e52
Audit DeclPrinter with -ast-dump on Cocoa.h and
by Fariborz Jahanian
· 13 years ago
9b7ab87
This is the libclang patch providing minimal API to
by Fariborz Jahanian
· 13 years ago
bd30512
PR14558: Compute triviality of special members (etc) at the end of the class
by Richard Smith
· 13 years ago
de872af
In DeclPrint add printing of '= default' in constructors.
by Fariborz Jahanian
· 13 years ago
69c403c
In DeclPrint add printing of 'explicit' constructors.
by Fariborz Jahanian
· 13 years ago
ae638b3
fix comment.
by Fariborz Jahanian
· 13 years ago
14ef479
Testing C++ declarations embedded in
by Fariborz Jahanian
· 13 years ago
e0586a5
Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko.
by Fariborz Jahanian
· 13 years ago
454a43c
DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs
by Dmitri Gribenko
· 13 years ago
bda79e5
DeclPrinter tests: since now some platforms use C++11 by default, make it
by Dmitri Gribenko
· 13 years ago
723b4f0
Reland r160052: Default to -std=c++11 on Windows.
by Nico Weber
· 13 years ago
6ab80a0
ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible.
by NAKAMURA Takumi
· 13 years ago
6ed1f85
Use LLVM's plugin registry to enable registering new compilation
by Daniel Jasper
· 13 years ago
bd3d76d
Rename the ASTMatchers to better match AST nodes. Now, all
by Daniel Jasper
· 13 years ago
def829e
DeclPrinter tests: mark test case we get wrong currently with WRONG.
by Dmitri Gribenko
· 13 years ago
340c0f6
DeclPrinter tests: add two more tests.
by Dmitri Gribenko
· 13 years ago
a9a2af7
DeclPrinter, terse mode: don't print function bodies
by Dmitri Gribenko
· 13 years ago
a93a7e8
Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput
by Dmitri Gribenko
· 13 years ago
309856a
DeclPrinter: add terse output mode and lots of tests
by Dmitri Gribenko
· 13 years ago