|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| | - This is designed to make it obvious that %clang_cc1 is a "test variable"
   which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
   can be useful to redefine what gets run as 'clang -cc1' (for example, to set
   a default target).
llvm-svn: 91446 | 
| | 
| 
| 
| | llvm-svn: 81346 | 
| | 
| 
| 
| 
| 
| | Bagnara with a fix from Enea Zaffanella!
llvm-svn: 80094 | 
| | 
| 
| 
| | llvm-svn: 76709 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | start of the declspec.  The fixit still goes there, and we underline
the declspec.  This helps when the start of the declspec came from a
macro that expanded from a system header.  For example, we now produce:
t.c:2:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
static x;
~~~~~~ ^
llvm-svn: 69777 | 
| | 
| 
| 
| 
| 
| | int in a bitfield.  Shantonu found this in a gcc testsuite file.
llvm-svn: 69074 | 
| | 
| 
| 
| 
| 
| | Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602 | 
| | 
| 
| 
| | llvm-svn: 65906 | 
| | 
| 
| 
| | llvm-svn: 65869 | 
| | 
| 
| 
| 
| 
| 
| 
| | in C89 mode.  This makes it enabled by default instead of only enabled with
-pedantic.  Clang defaults to c99 mode, so people will see this more often
than with GCC, but they can always use -std=c89 if they really want c89.
llvm-svn: 65647 | 
|  | on test/Sema/implicit-int.c
llvm-svn: 39833 |