summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/atomic.c
Commit message (Collapse)AuthorAgeFilesLines
* Diagnose _Atomic as a C11 extension.Aaron Ballman2019-09-041-26/+33
| | | | llvm-svn: 370982
* [parser] Push _Atomic locs through DeclaratorChunk.Benjamin Kramer2015-03-291-0/+2
| | | | | | | Otherwise it stays uninitialized with potentially catastrophic results. Found by afl-fuzz. llvm-svn: 233494
* PR20634: add some more cases that can legitimately come after a struct ↵Richard Smith2014-08-131-0/+3
| | | | | | declaration to our list of special cases. llvm-svn: 215520
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic ↵Richard Smith2013-03-281-0/+35
sugar for the _Atomic type specifier. llvm-svn: 178210
OpenPOWER on IntegriCloud