summaryrefslogtreecommitdiff
path: root/test/Parser/asm.c
AgeCommit message (Expand)Author
2013-12-10Parse: Avoid crashing on unterminated top-level asm stringsJustin Bogner
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith
2011-12-02Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda...Ted Kremenek
2010-07-22Fix PR7673 by allowing an empty clobbers section in an ASM statement.Chandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-05-27Fix a couple crashes on invalid input.Chris Lattner
2008-02-09Behave correctly if a constraint expression is invalid.Anders Carlsson
2007-11-21GCC fails if there is a trailing colon but no clobbers.Anders Carlsson