llvm-project/clang/test/FixIt/fixit-unrecoverable.c
Nick Lewycky 784fad7a41 Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
files with the additional suffix in the middle.

llvm-svn: 102230
2010-04-24 01:30:46 +00:00

11 lines
423 B
C

/* FIXME: This is a file containing various typos for which we can
suggest corrections but are unable to actually recover from
them. Ideally, we would eliminate all such cases and move these
tests elsewhere. */
// RUN: %clang_cc1 -fsyntax-only -verify %s
// FIXME: Sadly, the following doesn't work within a function.
unsinged x = 17; // expected-error{{unknown type name 'unsinged'; did you mean 'unsigned'?}}