summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm-asm-deprecated.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert tests I recently add to use -verify instead of FileCheck.Joey Gouly2014-06-081-4/+9
| | | | | | | This uncovered something strange. Diagnostics for InlineAsm have source locations that don't really map to where they are within the .c source file. llvm-svn: 210440
* When an inline-asm diagnostic is reported by the backend, report it with theJoey Gouly2014-06-051-0/+8
correct severity. Previously all inline-asm diagnostics were reported as errors. llvm-svn: 210286
OpenPOWER on IntegriCloud