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 | c1219ff7ccdb36ff003a95f38467ddad0d527b91 (patch) | |
tree | 6d99e1669472dece70e4865664a67adc7b59dea8 /clang/test/Preprocessor/line-directive.c | |
parent | d429392285eaf0095aeb54700b1fd35fd7ef9560 (diff) | |
download | bcm5719-llvm-c1219ff7ccdb36ff003a95f38467ddad0d527b91.tar.gz bcm5719-llvm-c1219ff7ccdb36ff003a95f38467ddad0d527b91.zip |
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!
llvm-svn: 63710
Diffstat (limited to 'clang/test/Preprocessor/line-directive.c')
0 files changed, 0 insertions, 0 deletions