ui: store and display translation unit of recorded indexing errors

This commit is contained in:
mlangkabel
2018-07-02 13:00:41 +02:00
parent 6794b61fab
commit 7c09f3339b
17 changed files with 77 additions and 49 deletions
+2 -1
View File
@@ -166,7 +166,8 @@ private:
const ParseLocation& location,
const std::wstring& message,
bool fatal,
bool indexed) override
bool indexed,
const FilePath& translationUnit) override
{
if (location.isValid())
{