]> granicus.if.org Git - clang/commit
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to
authorTed Kremenek <kremenek@apple.com>
Tue, 18 Mar 2008 21:26:34 +0000 (21:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 18 Mar 2008 21:26:34 +0000 (21:26 +0000)
commitc22efea6f999e98733f3431db03b10ce619faa8b
tree4bca027d7b1f754d50808ed5b9be1bf0b30e9cf8
parent6a34083e9f74a45e2f79c9fab66f177809a5db66
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to
indicate whether or not the new tag should be the outermost tag at the specified
location (in the case that other tags have been inserted at the same spot).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48506 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Rewrite/HTMLRewrite.h
lib/Rewrite/HTMLRewrite.cpp