forked from OSchip/llvm-project
parent
b155fa5fb5
commit
9439c528fe
|
@ -81,7 +81,7 @@ bool Input::setCurrentDocument() {
|
|||
void Input::nextDocument() {
|
||||
++DocIterator;
|
||||
}
|
||||
|
||||
|
||||
bool Input::mapTag(StringRef Tag, bool Default) {
|
||||
StringRef foundTag = CurrentNode->_node->getVerbatimTag();
|
||||
if (foundTag.empty()) {
|
||||
|
|
Loading…
Reference in New Issue