summaryrefslogtreecommitdiffstats
path: root/test/Parser/asm.c
Commit message (Expand)AuthorAgeFilesLines
* Parse: Avoid crashing on unterminated top-level asm stringsJustin Bogner2013-12-101-0/+13
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-281-0/+6
* Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda...Ted Kremenek2011-12-021-0/+3
* Fix PR7673 by allowing an empty clobbers section in an ASM statement.Chandler Carruth2010-07-221-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a couple crashes on invalid input.Chris Lattner2008-05-271-0/+5
* Behave correctly if a constraint expression is invalid.Anders Carlsson2008-02-091-0/+5
* GCC fails if there is a trailing colon but no clobbers.Anders Carlsson2007-11-211-0/+5