| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Otherwise, multiple errors such as having unknown identifiers for two
arguments won't be diagnosed properly (e.g. only the first one would
have a diagnostic message if typo correction fails even though both
would be diagnosed if typo correction suggests a replacement).
llvm-svn: 213003
|
|
|
|
|
|
|
|
|
|
| |
An invalid decltype expression like 'decltype int' gives:
error: expected '(' after 'decltype'
This makes it so 'sizeof int' gives a similar one:
error: expected parentheses around type name in sizeof expression
llvm-svn: 192258
|
|
|
|
| |
llvm-svn: 192208
|
|
|
|
|
|
| |
This fixes PR16992 - Fixit missing when "sizeof type" found.
llvm-svn: 192200
|
|
|
|
|
|
|
| |
A situation where we can get an invalid ExprResult without an error.
Fixes PR8394. Patch by Justin Bogner!
llvm-svn: 128979
|
|
|
|
| |
llvm-svn: 116569
|
|
|
|
|
|
|
| |
worked for C anyway. Also kills the -cc1 options -parse-noop and
-parse-print-callbacks.
llvm-svn: 109392
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
PR3972: Poor diagnostic with missing ')'
llvm-svn: 68932
|
|
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
|
|
|
|
|
| |
__extension__. This sort of construct shows up in the gcc source code.
llvm-svn: 63100
|
|
|
|
|
|
| |
is an expression.
llvm-svn: 44065
|
|
|
|
| |
llvm-svn: 41397
|
|
|
|
| |
llvm-svn: 41395
|
|
|
|
| |
llvm-svn: 39786
|
|
|
|
| |
llvm-svn: 38892
|
|
|
|
| |
llvm-svn: 38886
|
|
llvm-svn: 38882
|