summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-08-14 04:33:24 +0000
committerChris Lattner <sabre@nondot.org>2008-08-14 04:33:24 +0000
commit89d6c9f698ea2b6792b044f98bd0df0d05d67d8b (patch)
treea3b12babe62d6e5d8e27f79807431cd1834af7f6 /clang/lib/CodeGen/CodeGenModule.cpp
parente4d923383a7a958d464d45e318bbaf9b93640070 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud