diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 01:55:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 01:55:42 +0000 |
commit | 3cd949c27c63f544a081b9a750740064ddef181b (patch) | |
tree | 4e5f393cf014c8e2e3a6e1b33a571f9972c6b106 /lib/CodeGen/CodeGenModule.cpp | |
parent | a3824c6348794788094f8afa44dc1d2cf67ba440 (diff) |
add really really trivial #line support, where #line now makes every
location below it report as coming from the #line location. For example,
with:
#line 92 "foo.h"
#warning blarg!
#warning blarg!
we now emit:
foo.h:92:2: warning: #warning blarg!
#warning blarg!
^
foo.h:92:2: warning: #warning blarg!
#warning blarg!
^
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions