]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add DECL_SOURCE_COLUMN.
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Wed, 20 Jun 2012 18:03:10 +0000 (18:03 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 20 Jun 2012 18:03:10 +0000 (14:03 -0400)
commit19c1aa2ddf9d9afccd295b5bc5266bbd7d51997c
tree1bdfdd2ea5b6ba3c4b2b1dadde219d84a3760823
parentbafda72341d399da97197e738167a8606bc45e54
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

From-SVN: r188841
gcc/ChangeLog
gcc/tree.h