diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 02:00:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 02:00:59 +0000 |
commit | fc391330724ad2d3f0f486dc7a0ce96e9e73c33b (patch) | |
tree | ba5717ee7208a9a1117983935e1841722abe45fe /lib/CodeGen/CodeGenModule.cpp | |
parent | 3cd949c27c63f544a081b9a750740064ddef181b (diff) |
add the difference in the line marker phys line number and the
query point to the returned presumed location. We now produce:
foo.h:92:2: warning: #warning blarg!
#warning blarg!
^
foo.h:93:2: warning: #warning blarg!
#warning blarg!
^
foo.h:94:2: warning: #warning blarg!
#warning blarg!
^
for:
#line 92 "foo.h"
#warning blarg!
#warning blarg!
#warning blarg!
blarg indeed!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions