Sean Silva 426db657da 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)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177682 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-21 23:40:38 +00:00
..
2013-01-23 06:41:41 +00:00
2012-12-11 00:23:07 +00:00
2013-01-02 09:10:48 +00:00
2012-07-23 08:51:15 +00:00
2013-01-02 09:10:48 +00:00
2013-01-28 22:05:50 +00:00
2012-01-26 22:06:23 +00:00
2012-11-17 06:38:44 +00:00