Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
49b32d80416288b6eb8e26f76c40a8e32c20a361
/
clang
/
unittests
/
AST
/
StmtPrinterTest.cpp
4e3f4f0
[ASTMatchers] StringRef'ify hasName
by Benjamin Kramer
· 6 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
20c3c4f
[clang] Respect TerseOutput when printing lambdas
by Kadir Cetinkaya
· 6 years ago
8205a81
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
by Hamza Sood
· 7 years ago
b570060
[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)
by Roman Lebedev
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
779d81f
[unittests] Merge the PrintedStmtCXX..Matches functions (NFC)
by Hamza Sood
· 7 years ago
f757961
Allow StmtPrinter to supress implicit 'this' and 'self' base expressions
by Alex Lorenz
· 8 years ago
7cdc705
Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}
by Alexander Kornienko
· 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
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
65a407c
Lex: Use the correct types for MS integer suffixes
by David Majnemer
· 11 years ago
d46e4a2
Revert "Lex: Use the correct types for MS integer suffixes"
by Rafael Espindola
· 11 years ago
252cbe2
Lex: Use the correct types for MS integer suffixes
by David Majnemer
· 11 years ago
ddd01ce
Removing an "if (this == nullptr)" check from two print methods. The condition
by Richard Trieu
· 11 years ago
416fa34
[C++11] Use 'nullptr'. Unittests edition.
by Craig Topper
· 11 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
594802f
Add a StmtPrinter test for implicit and explicit conversion operator calls.
by Benjamin Kramer
· 12 years ago
8a8454b
unittests: explicit stringify StringRefs for conversion
by Saleem Abdulrasool
· 12 years ago
f41d237
Remove out-of-date comment.
by Richard Smith
· 13 years ago
c2b2b75
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff. Conditioning-out in macro argument was not accepted on MS cl.exe.
by NAKAMURA Takumi
· 13 years ago
b2df625
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according to r168856, for now.
by NAKAMURA Takumi
· 13 years ago
f5a898c3
unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now.
by NAKAMURA Takumi
· 13 years ago
24bef9a
As a followup for r164303, add some tests for printing literals that test
by Dmitri Gribenko
· 13 years ago