]> granicus.if.org Git - clang/commit
Comment HTML tag name machers: move from StringSwitch to an efficient
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 31 Aug 2012 02:21:44 +0000 (02:21 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 31 Aug 2012 02:21:44 +0000 (02:21 +0000)
commitc24a76e376a767edc14e60bed716396a84cb127a
treef66c50ada67d4e6bec764b9eb569c1a1bdaf201d
parent191e2b1d4aad18794bc5612459384f0321ffdf38
Comment HTML tag name machers: move from StringSwitch to an efficient
TableGen-generated string matcher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162969 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CMakeLists.txt
include/clang/AST/CommentHTMLTags.td [new file with mode: 0644]
include/clang/AST/CommentSema.h
include/clang/AST/Makefile
lib/AST/CMakeLists.txt
lib/AST/CommentLexer.cpp
lib/AST/CommentSema.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/ClangCommentHTMLTagsEmitter.cpp [new file with mode: 0644]
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h