Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error on redeclaring with a conflicting asm label and on redeclaring with an ↵ | Nick Lewycky | 2015-12-11 | 1 | -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 |