summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-03-21 23:40:38 +0000
committerSean Silva <silvas@purdue.edu>2013-03-21 23:40:38 +0000
commitcdd21b333a9b495f41fda81b5240360dcba06f7a (patch)
tree9e67d095d080ef63ab17ba080ba8fc45f1e3b6d9 /llvm/lib
parent173c71ff3d06fcca28442e423759357117e1916b (diff)
downloadbcm5719-llvm-cdd21b333a9b495f41fda81b5240360dcba06f7a.tar.gz
bcm5719-llvm-cdd21b333a9b495f41fda81b5240360dcba06f7a.zip
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
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud