diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-14 04:33:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-14 04:33:24 +0000 |
commit | 89d6c9f698ea2b6792b044f98bd0df0d05d67d8b (patch) | |
tree | a3b12babe62d6e5d8e27f79807431cd1834af7f6 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e4d923383a7a958d464d45e318bbaf9b93640070 (diff) | |
download | bcm5719-llvm-89d6c9f698ea2b6792b044f98bd0df0d05d67d8b.tar.gz bcm5719-llvm-89d6c9f698ea2b6792b044f98bd0df0d05d67d8b.zip |
Make diagnostics relating to the callee hilight just the callee
and put the caret on the ()'s. e.g. produces:
t.c:13:9: error: called object is not a function or function pointer
((B)a)();
~~~~~~^
instead of:
t.c:13:3: error: called object is not a function or function pointer
((B)a)();
^~~~~~~~
llvm-svn: 54775
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions