| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | /****************************************************************************
 | 
					
						
							|  |  |  | ** | 
					
						
							| 
									
										
										
										
											2016-01-15 14:55:33 +01:00
										 |  |  | ** Copyright (C) 2016 The Qt Company Ltd. | 
					
						
							|  |  |  | ** Contact: https://www.qt.io/licensing/
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | ** | 
					
						
							|  |  |  | ** This file is part of Qt Creator. | 
					
						
							|  |  |  | ** | 
					
						
							|  |  |  | ** Commercial License Usage | 
					
						
							|  |  |  | ** Licensees holding valid commercial Qt licenses may use this file in | 
					
						
							|  |  |  | ** accordance with the commercial license agreement provided with the | 
					
						
							|  |  |  | ** Software or, alternatively, in accordance with the terms contained in | 
					
						
							| 
									
										
										
										
											2016-01-15 14:55:33 +01:00
										 |  |  | ** a written agreement between you and The Qt Company. For licensing terms | 
					
						
							|  |  |  | ** and conditions see https://www.qt.io/terms-conditions. For further
 | 
					
						
							|  |  |  | ** information use the contact form at https://www.qt.io/contact-us.
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | ** | 
					
						
							| 
									
										
										
										
											2016-01-15 14:55:33 +01:00
										 |  |  | ** GNU General Public License Usage | 
					
						
							|  |  |  | ** Alternatively, this file may be used under the terms of the GNU | 
					
						
							|  |  |  | ** General Public License version 3 as published by the Free Software | 
					
						
							|  |  |  | ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT | 
					
						
							|  |  |  | ** included in the packaging of this file. Please review the following | 
					
						
							|  |  |  | ** information to ensure the GNU General Public License requirements will | 
					
						
							|  |  |  | ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | ** | 
					
						
							|  |  |  | ****************************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | #include <clangbackendipc_global.h>
 | 
					
						
							|  |  |  | #include <diagnosticcontainer.h>
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | #include <diagnosticset.h>
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | #include <fixitcontainer.h>
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | #include <projectpart.h>
 | 
					
						
							| 
									
										
										
										
											2015-08-31 12:40:14 +02:00
										 |  |  | #include <projects.h>
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | #include <sourcelocation.h>
 | 
					
						
							|  |  |  | #include <sourcelocationcontainer.h>
 | 
					
						
							|  |  |  | #include <sourcerangecontainer.h>
 | 
					
						
							| 
									
										
										
										
											2015-11-24 11:17:18 +01:00
										 |  |  | #include <clangtranslationunit.h>
 | 
					
						
							| 
									
										
										
										
											2015-08-31 12:40:14 +02:00
										 |  |  | #include <translationunits.h>
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | #include <unsavedfiles.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <clang-c/Index.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <gmock/gmock.h>
 | 
					
						
							|  |  |  | #include <gmock/gmock-matchers.h>
 | 
					
						
							|  |  |  | #include <gtest/gtest.h>
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | #include "matcher-diagnosticcontainer.h"
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | #include "gtest-qt-printing.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | using ::testing::Contains; | 
					
						
							|  |  |  | using ::testing::Not; | 
					
						
							|  |  |  | using ::testing::PrintToString; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | using ::ClangBackEnd::Diagnostic; | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | using ::ClangBackEnd::DiagnosticSet; | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | using ::ClangBackEnd::DiagnosticContainer; | 
					
						
							|  |  |  | using ::ClangBackEnd::FixItContainer; | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | using ::ClangBackEnd::ProjectPart; | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | using ::ClangBackEnd::SourceLocation; | 
					
						
							|  |  |  | using ::ClangBackEnd::SourceLocationContainer; | 
					
						
							|  |  |  | using ::ClangBackEnd::TranslationUnit; | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | using ::ClangBackEnd::UnsavedFiles; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | const Utf8String headerFilePath = Utf8StringLiteral(TESTDATA_DIR"/diagnostic_diagnosticset_header.cpp"); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | class DiagnosticSet : public ::testing::Test | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | protected: | 
					
						
							|  |  |  |     ProjectPart projectPart{Utf8StringLiteral("projectPartId"), {Utf8StringLiteral("-pedantic")}}; | 
					
						
							| 
									
										
										
										
											2015-08-31 12:40:14 +02:00
										 |  |  |     ClangBackEnd::ProjectParts projects; | 
					
						
							|  |  |  |     ClangBackEnd::UnsavedFiles unsavedFiles; | 
					
						
							|  |  |  |     ClangBackEnd::TranslationUnits translationUnits{projects, unsavedFiles}; | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  |     TranslationUnit translationUnit{Utf8StringLiteral(TESTDATA_DIR"/diagnostic_diagnosticset.cpp"), | 
					
						
							| 
									
										
										
										
											2015-08-31 12:40:14 +02:00
										 |  |  |                                     projectPart, | 
					
						
							| 
									
										
										
										
											2015-11-05 13:57:57 +01:00
										 |  |  |                                     Utf8StringVector(), | 
					
						
							| 
									
										
										
										
											2015-08-31 12:40:14 +02:00
										 |  |  |                                     translationUnits}; | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  |     TranslationUnit translationUnitMainFile{Utf8StringLiteral(TESTDATA_DIR"/diagnostic_diagnosticset_mainfile.cpp"), | 
					
						
							|  |  |  |                                             projectPart, | 
					
						
							|  |  |  |                                             Utf8StringVector(), | 
					
						
							|  |  |  |                                             translationUnits}; | 
					
						
							|  |  |  |     ::DiagnosticSet diagnosticSetWithChildren{translationUnitMainFile.diagnostics()}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | protected: | 
					
						
							|  |  |  |     enum ChildMode { WithChild, WithoutChild }; | 
					
						
							|  |  |  |     DiagnosticContainer expectedDiagnostic(ChildMode childMode) const; | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, SetHasContent) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     const auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_THAT(set.size(), 1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, MoveConstructor) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     const auto set2 = std::move(set); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(set.isNull()); | 
					
						
							|  |  |  |     ASSERT_FALSE(set2.isNull()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, MoveAssigment) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     auto set2 = std::move(set); | 
					
						
							|  |  |  |     set = std::move(set2); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(set2.isNull()); | 
					
						
							|  |  |  |     ASSERT_FALSE(set.isNull()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, MoveSelfAssigment) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     set = std::move(set); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_FALSE(set.isNull()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, FirstElementEqualBegin) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(set.front() == *set.begin()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, BeginIsUnequalEnd) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(set.begin() != set.end()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, BeginPlusOneIsEqualEnd) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     auto set = translationUnit.diagnostics(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(++set.begin() == set.end()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  | TEST_F(DiagnosticSet, ToDiagnosticContainersLetThroughByDefault) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     const auto diagnosticContainerWithoutChild = expectedDiagnostic(WithChild); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     const auto diagnostics = translationUnitMainFile.diagnostics().toDiagnosticContainers(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_THAT(diagnostics, Contains(IsDiagnosticContainer(diagnosticContainerWithoutChild))); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEST_F(DiagnosticSet, ToDiagnosticContainersFiltersOutTopLevelItem) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     const auto acceptNoDiagnostics = [](const Diagnostic &) { return false; }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     const auto diagnostics = diagnosticSetWithChildren.toDiagnosticContainers(acceptNoDiagnostics); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ASSERT_TRUE(diagnostics.isEmpty()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DiagnosticContainer DiagnosticSet::expectedDiagnostic(DiagnosticSet::ChildMode childMode) const | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     QVector<DiagnosticContainer> children; | 
					
						
							|  |  |  |     if (childMode == WithChild) { | 
					
						
							|  |  |  |         const auto child = DiagnosticContainer( | 
					
						
							|  |  |  |             Utf8StringLiteral("note: previous definition is here"), | 
					
						
							|  |  |  |             Utf8StringLiteral("Semantic Issue"), | 
					
						
							|  |  |  |             {Utf8String(), Utf8String()}, | 
					
						
							|  |  |  |             ClangBackEnd::DiagnosticSeverity::Note, | 
					
						
							| 
									
										
										
										
											2015-12-02 20:07:29 +01:00
										 |  |  |             SourceLocationContainer(headerFilePath, 1, 6), | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  |             {}, | 
					
						
							|  |  |  |             {}, | 
					
						
							|  |  |  |             {} | 
					
						
							|  |  |  |         ); | 
					
						
							|  |  |  |         children.append(child); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     return DiagnosticContainer( | 
					
						
							|  |  |  |         Utf8StringLiteral("error: redefinition of 'f'"), | 
					
						
							|  |  |  |         Utf8StringLiteral("Semantic Issue"), | 
					
						
							|  |  |  |         {Utf8String(), Utf8String()}, | 
					
						
							|  |  |  |         ClangBackEnd::DiagnosticSeverity::Error, | 
					
						
							| 
									
										
										
										
											2015-12-02 20:07:29 +01:00
										 |  |  |         SourceLocationContainer(translationUnitMainFile.filePath(), 3, 6), | 
					
						
							| 
									
										
										
										
											2015-09-18 17:01:32 +02:00
										 |  |  |         {}, | 
					
						
							|  |  |  |         {}, | 
					
						
							|  |  |  |         children | 
					
						
							|  |  |  |     ); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 16:28:26 +02:00
										 |  |  | } |