forked from qt-creator/qt-creator
ClangCodeModel: Add test for "follow symbol"
These are the tests from clangbackend, so we are now up to par coverage- wise. Change-Id: I7b8a63109bff17745782a646f684fd795f732672 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
QString error;
|
||||
};
|
||||
|
||||
enum CompilationDbPurpose { Project, CodeModel };
|
||||
enum class CompilationDbPurpose { Project, CodeModel };
|
||||
GenerateCompilationDbResult generateCompilationDB(CppTools::ProjectInfo projectInfo,
|
||||
CompilationDbPurpose purpose);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user