Add DECL_SOURCE_COLUMN.
commitcff9d209d363032c9ae37ed7202c13e279b39aaa
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jun 2012 18:03:10 +0000 (20 18:03 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jun 2012 18:03:10 +0000 (20 18:03 +0000)
tree1bdfdd2ea5b6ba3c4b2b1dadde219d84a3760823
parentc14449350a37d0f718096890c21fbcae91eff717
Add DECL_SOURCE_COLUMN.

I'm currently writing a plugin for GCC and I need to extract the
column of a declaration. There exists DECL_SOURCE_FILE/LINE already
and for consistency reasons and ease of use I've added a
DECL_SOURCE_COLUMN macro.

2012-06-20  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>

* tree.h (DECL_SOURCE_COLUMN): New accessor

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188841 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree.h