Clang: Move exception classes into single header/source unit

Change-Id: I60b4ce61e46d6f4ba87a2be49e6bbc219508c471
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2016-09-09 14:25:59 +02:00
parent e1ff0a1823
commit 9606988989
28 changed files with 377 additions and 855 deletions

View File

@@ -29,7 +29,7 @@
#include "clangcodecompleteresults.h"
#include "clangstring.h"
#include "cursor.h"
#include "codecompletefailedexception.h"
#include "clangexceptions.h"
#include "codecompletionsextractor.h"
#include "sourcelocation.h"
#include "unsavedfile.h"