]> granicus.if.org Git - clang/commitdiff
Add tags; this is documented to work, just need the wiring to enable it.
authorMike Stump <mrs@apple.com>
Thu, 12 Feb 2009 02:25:47 +0000 (02:25 +0000)
committerMike Stump <mrs@apple.com>
Thu, 12 Feb 2009 02:25:47 +0000 (02:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64350 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 67cc282031985533b3168e862f19c26912691046..72bfaa78e65d12270d7dd1e0f224e519f136c679 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,7 @@ report::
 clean::
        @ $(MAKE) -C test clean
 
+tags::
+       $(Verb) etags `find . -type f -name \*.h | grep -v /lib/Headers | grep -v /test/` `find . -type f -name \*.cpp | grep -v /lib/Headers | grep -v /test/`
+
 .PHONY: test report clean