| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Force flag to control whether the case of opening an existing
file is considered an error.
llvm-svn: 75802
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows it to accurately measure tokens, so that we get:
t.cpp:8:13: error: unknown type name 'X'
static foo::X P;
~~~~~^
instead of the woefully inferior:
t.cpp:8:13: error: unknown type name 'X'
static foo::X P;
~~~~ ^
Most of this is just plumbing to push the reference around.
llvm-svn: 69099
|
|
|
|
|
|
|
| |
applies fix-its to error messages that occur at that specific location
in the program.
llvm-svn: 68342
|
|
|
|
|
|
|
| |
scenes, using the underlying diagnostic client to format the
messages.
llvm-svn: 68324
|
|
|
|
| |
llvm-svn: 68322
|
|
|
|
| |
llvm-svn: 68278
|
|
llvm-svn: 68268
|