summaryrefslogtreecommitdiff
path: root/clang/test/Parser/atomic.c
AgeCommit message (Expand)Author
2022-02-07Use functions with prototypes when appropriate; NFCAaron Ballman
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
2019-09-04Diagnose _Atomic as a C11 extension.Aaron Ballman
2015-03-29[parser] Push _Atomic locs through DeclaratorChunk.Benjamin Kramer
2014-08-13PR20634: add some more cases that can legitimately come after a struct declar...Richard Smith
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith