diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-22 05:27:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-22 05:27:59 +0000 |
commit | 3f84ad22acc25353a47ee88f55ab05dffef5d9a9 (patch) | |
tree | 0866ac903b6015d0e76e86f8ddd1857c593defa4 /lib/Frontend/PCHReader.cpp | |
parent | 1e27472262b50097e0292b4352810e168df2eaa7 (diff) |
change implicit int warnings to point to the identifier, not the
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;
~~~~~~ ^
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHReader.cpp')
0 files changed, 0 insertions, 0 deletions