Clang: Rename HighlightingInformation to HighlightingMark

Change-Id: I3954c7c9abe593ea04092337f48ac2b153e883ba
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2016-02-29 13:09:39 +01:00
parent a1a6c5dd13
commit 2349b13ae5
20 changed files with 1104 additions and 1145 deletions

View File

@@ -23,8 +23,7 @@
**
****************************************************************************/
#ifndef CLANGBACKEND_HIGHLIGHTINGMARKCONTAINER_H
#define CLANGBACKEND_HIGHLIGHTINGMARKCONTAINER_H
#pragma once
#include "clangbackendipc_global.h"
@@ -63,5 +62,3 @@ CMBIPC_EXPORT void PrintTo(HighlightingType highlightingType, ::std::ostream *os
void PrintTo(const HighlightingMarkContainer &container, ::std::ostream *os);
} // namespace ClangBackEnd
#endif // CLANGBACKEND_HIGHLIGHTINGMARKCONTAINER_H