summaryrefslogtreecommitdiff
path: root/clang/test/AST/float16.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke
2022-10-31Revert "[clang] ASTImporter: Fix importing of va_list types and declarations"Matheus Izvekov
2022-10-31[clang] ASTImporter: Fix importing of va_list types and declarationsMatheus Izvekov
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2021-10-28[clang] NFC: remove carriage return from AST testsMatheus Izvekov
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2020-06-23AST dump: recurse into type template arguments when dumping.Richard Smith
2020-06-21[clang][test][NFC] Also test for serialization in AST dump tests, part 3/n.Bruno Ricci
2019-02-03[ASTDump] Add a flag indicating whether a CXXThisExpr is implicitBruno Ricci
2019-01-25Disable _Float16 for non ARM/SPIR TargetsErich Keane
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman