summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/StmtPrinterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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