Sean Silva
b2ca5c4ca4
Add TableGen ctags(1) emitter and helper script.
...
To use this in conjunction with exuberant ctags to generate a single
combined tags file, run tblgen first and then
$ ctags --append [...]
Since some identifiers have corresponding definitions in C++ code,
it can be useful (if using vim) to also use cscope, and
:set cscopetagorder=1
so that
:tag X
will preferentially select the tablegen symbol, while
:cscope find g X
will always find the C++ symbol.
Patch by Kevin Schoedel!
(a couple small formatting changes courtesy of clang-format)
llvm-svn: 177682
2013-03-21 23:40:38 +00:00
..
2009-07-18 18:39:24 +00:00
2013-02-05 22:59:42 +00:00
2011-02-20 22:06:10 +00:00
2009-08-04 15:47:18 +00:00
2012-12-03 06:34:06 +00:00
2013-02-12 21:21:59 +00:00
2012-12-04 10:37:14 +00:00
2010-11-29 18:16:10 +00:00
2013-01-17 18:57:21 +00:00
2009-03-14 10:15:32 +00:00
2013-01-23 06:41:41 +00:00
2012-12-11 00:23:07 +00:00
2009-02-20 23:44:54 +00:00
2013-03-20 23:32:14 +00:00
2013-01-02 09:10:48 +00:00
2013-01-27 12:20:50 +00:00
2009-11-08 21:51:53 +00:00
2011-02-20 22:06:10 +00:00
2012-12-04 10:37:14 +00:00
2012-12-04 10:37:14 +00:00
2012-07-23 08:51:15 +00:00
2013-03-21 23:40:38 +00:00
2011-01-11 19:06:26 +00:00
2013-01-31 17:00:03 +00:00
2013-01-08 16:23:02 +00:00
2013-02-25 18:11:18 +00:00
2013-01-20 15:30:29 +00:00
2013-02-28 06:43:24 +00:00
2013-01-02 20:14:11 +00:00
2012-12-04 10:37:14 +00:00
2012-12-22 00:47:06 +00:00
2012-09-27 10:14:43 +00:00
2012-04-19 19:27:54 +00:00
2010-09-29 20:09:55 +00:00
2013-01-02 09:10:48 +00:00
2012-05-15 18:44:09 +00:00
2012-05-15 18:44:09 +00:00
2012-11-10 09:45:32 +00:00
2013-01-28 22:05:50 +00:00
2010-09-29 20:09:55 +00:00
2010-09-29 20:09:55 +00:00
2013-02-26 06:58:09 +00:00
2013-01-25 23:37:25 +00:00
2011-12-12 22:45:54 +00:00
2010-08-04 16:11:24 +00:00
2012-01-26 22:06:23 +00:00
2012-08-02 19:16:56 +00:00
2008-08-13 20:43:56 +00:00
2011-04-29 02:12:06 +00:00
2012-12-21 18:00:08 +00:00
2012-07-23 20:54:17 +00:00
2012-11-22 07:48:52 +00:00
2012-11-17 06:38:44 +00:00