summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/asm-label.c
Commit message (Collapse)AuthorAgeFilesLines
* Error on redeclaring with a conflicting asm label and on redeclaring with an ↵Nick Lewycky2015-12-111-0/+30
asm label after the first ODR-use. Detects problems like the one in PR22830 where gcc and clang both compiled the file but with different behaviour. llvm-svn: 255371
OpenPOWER on IntegriCloud