Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests I recently add to use -verify instead of FileCheck. | Joey Gouly | 2014-06-08 | 1 | -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 the | Joey Gouly | 2014-06-05 | 1 | -0/+8 |
correct severity. Previously all inline-asm diagnostics were reported as errors. llvm-svn: 210286 |