summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/StmtPrinterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Respect TerseOutput when printing lambdasKadir Cetinkaya2019-05-271-0/+14
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+37
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-75/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [unittests] Merge the PrintedStmtCXX..Matches functions (NFC)Hamza Sood2018-12-071-54/+49
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-7/+67
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-1/+1
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-2/+4
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-211-4/+2
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-2/+4
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+2
* Add a StmtPrinter test for implicit and explicit conversion operator calls.Benjamin Kramer2014-02-261-5/+51
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-251-3/+4
* Remove out-of-date comment.Richard Smith2012-11-291-3/+0
* ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....NAKAMURA Takumi2012-11-291-14/+2
* ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...NAKAMURA Takumi2012-11-291-4/+12
* unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000...NAKAMURA Takumi2012-09-241-2/+0
* As a followup for r164303, add some tests for printing literals that testDmitri Gribenko2012-09-231-0/+174
OpenPOWER on IntegriCloud