data: re-added element_id index for occurrences

This commit is contained in:
malte_langkabel
2016-11-09 12:42:45 +01:00
parent 3f27c89965
commit 338335acf3
2 changed files with 29 additions and 7 deletions
@@ -71,7 +71,7 @@ bool CxxVerboseAstVisitor::TraverseTypeLoc(clang::TypeLoc tl)
if (!tl.isNull())
{
ParseLocation loc = getParseLocation(tl.getSourceRange());
LOG_WARNING_STREAM_BARE(
LOG_INFO_STREAM_BARE(
<< "Indexer - "
<< getIndentString() << typeLocClassToString(tl)
<< "TypeLoc <" << loc.startLineNumber << ":" << loc.startColumnNumber