summaryrefslogtreecommitdiff
path: root/clang/test/AST/atomic-expr.cpp
AgeCommit message (Expand)Author
2024-08-13[ASTDump] TextNodeDumper learned to dump builtin name for AtomicExpr (#102748)Enna1
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-21[clang][test][NFC] Also test for serialization in AST dump tests, part 3/n.Bruno Ricci
2019-09-23[Sema] Fix the atomic expr rebuilding order.Michael Liao
2019-09-23Fix test atomic-expr.cpp after R372422Erich Keane
2019-09-20Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane