Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge cxx v2.1.3 into cxx 2.2.0 branch #2751

Merged
merged 59 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
cd10eed
Bump junit-jupiter.version from 5.10.3 to 5.11.0
dependabot[bot] Aug 14, 2024
4101ef0
Prepare for next development iteration
guwirth Aug 16, 2024
edf017f
Merge pull request #2719 from guwirth/cxx-v2.1.3
guwirth Aug 16, 2024
10371d3
Merge pull request #2713 from SonarOpenCommunity/dependabot/maven/jun…
guwirth Aug 16, 2024
ba7407f
Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
dependabot[bot] Aug 19, 2024
717b92a
Merge pull request #2722 from SonarOpenCommunity/dependabot/maven/com…
guwirth Aug 20, 2024
3b1406e
Bump org.python:jython-standalone from 2.7.3 to 2.7.4
dependabot[bot] Aug 20, 2024
63ea30a
Merge pull request #2723 from SonarOpenCommunity/dependabot/maven/org…
guwirth Aug 21, 2024
ac16585
Bump org.apache.maven.plugins:maven-dependency-plugin
dependabot[bot] Aug 22, 2024
20c54bf
JSON Compilation Database: support case sensitive paths
guwirth Aug 23, 2024
f55e1a1
Merge pull request #2725 from guwirth/json-db-filenames
guwirth Aug 27, 2024
41ab59e
Merge pull request #2724 from SonarOpenCommunity/dependabot/maven/org…
guwirth Aug 27, 2024
68ef722
preprocessor handle directories as files
guwirth Aug 27, 2024
d5be6e4
use modern API Files.isRegularFile
guwirth Aug 27, 2024
908ba34
C++23 preprocessor extensions
guwirth Aug 28, 2024
3dfda75
C++23 if consteval
guwirth Aug 28, 2024
3c02416
Merge pull request #2727 from guwirth/cpp23-preprocessor
guwirth Aug 28, 2024
d1d6f27
Merge pull request #2728 from guwirth/cpp23-if-consteval
guwirth Aug 28, 2024
c60c634
C++23 deducing this
guwirth Aug 28, 2024
d8cfd5f
Merge pull request #2729 from guwirth/cpp23-deducing-this
guwirth Aug 28, 2024
74f83bb
Merge pull request #2726 from guwirth/fix-2692
guwirth Aug 28, 2024
30530e0
Bump org.mockito:mockito-core from 5.12.0 to 5.13.0
dependabot[bot] Aug 28, 2024
754e5c9
Merge pull request #2730 from SonarOpenCommunity/dependabot/maven/org…
guwirth Aug 28, 2024
3f0a703
C++23 attributte assume
guwirth Aug 29, 2024
696d8f3
Merge pull request #2732 from guwirth/cpp23-attribute-assume
guwirth Aug 29, 2024
993f5b6
C++23 multidimensional subscript operator
guwirth Aug 29, 2024
dc0e8d1
Merge pull request #2733 from guwirth/cpp23-multidimensional-subscrip…
guwirth Aug 29, 2024
dddc9db
C++23 extend init-statement to allow alias-declaration
guwirth Aug 29, 2024
203facf
Merge pull request #2734 from guwirth/cpp23-init-statement
guwirth Aug 29, 2024
31167d0
Bump org.apache.ant:ant from 1.10.14 to 1.10.15
dependabot[bot] Aug 29, 2024
15c3f42
Merge pull request #2735 from SonarOpenCommunity/dependabot/maven/org…
guwirth Aug 29, 2024
c98012f
C++23 lambda changes
guwirth Aug 30, 2024
0a8339b
Merge pull request #2736 from guwirth/cpp23-optional-parenthesis-lambdas
guwirth Aug 30, 2024
8d13a91
C++23: labels at the end of compound statements
guwirth Sep 2, 2024
fab0556
Merge pull request #2737 from guwirth/cpp23-labels-at-the-end
guwirth Sep 2, 2024
be44729
C++23: meaningful exports
guwirth Sep 2, 2024
1136201
Merge pull request #2738 from guwirth/cpp23-meaningful-exports
guwirth Sep 2, 2024
230c5d6
C++23: some more grammar changes
guwirth Sep 2, 2024
34c41b1
Merge pull request #2740 from guwirth/cpp23-grammar
guwirth Sep 2, 2024
960d74a
C++23: literal suffix for (signed) size_t
guwirth Sep 3, 2024
df8b1e0
Merge pull request #2742 from guwirth/cpp23-literal-suffix-size_t
guwirth Sep 3, 2024
f000b41
C++23: floting point suffixes
guwirth Sep 4, 2024
ef659c9
Merge pull request #2743 from guwirth/cpp23_extended_floating_point_t…
guwirth Sep 4, 2024
19728ba
C++23: escape sequences
guwirth Sep 4, 2024
68854cc
Merge pull request #2744 from guwirth/cpp23-escape-sequences
guwirth Sep 4, 2024
8c53778
generate_cppcheck_resources.cmd: take all the libraries from folder
Nekto89 Sep 9, 2024
073a607
Cppcheck v2.15.0 support
Nekto89 Sep 9, 2024
af3f198
undo copyright change
Nekto89 Sep 9, 2024
95ea2ae
Merge pull request #2745 from Nekto89/feature/cppcheck_2_15
guwirth Sep 9, 2024
7d716e1
Bump commons-io:commons-io from 2.16.1 to 2.17.0
dependabot[bot] Sep 19, 2024
94b0a7f
Merge pull request #2748 from SonarOpenCommunity/dependabot/maven/com…
guwirth Sep 20, 2024
6d6b60c
Improve handling of relative file paths in report files
guwirth Sep 10, 2024
7bd54f1
use FilenameUtils.getName because this works on Windows and Linux als…
guwirth Sep 21, 2024
9e98b51
C++23: Trimming whitespaces before line splicing
guwirth Sep 5, 2024
48e17ab
Merge pull request #2749 from guwirth/cpp23_line_splicing
guwirth Sep 21, 2024
862df1e
Merge pull request #2747 from guwirth/fix-2741
guwirth Sep 24, 2024
6e2c98e
merge v2.1.3 master into SQ-10 branch
guwirth Sep 25, 2024
afb5aea
update copyright in license headers
guwirth Sep 25, 2024
9dc34f9
fix integration test
guwirth Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<pre>
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2013 SonarSource
* Copyright (C) 2010-2024 SonarSource
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* SonarQube is free software; you can redistribute it and/or
Expand Down
14 changes: 14 additions & 0 deletions cxx-sensors/src/main/resources/cppcheck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8111,6 +8111,20 @@ Pointer arithmetic overflow.
<remediationFunction>CONSTANT_ISSUE</remediationFunction>
<remediationFunctionBaseEffort>5min</remediationFunctionBaseEffort>
</rule>
<!-- ########### New in Cppcheck 2.15.0 ########### -->
<rule>
<key>suspiciousFloatingPointCast</key>
<name>Floating-point cast causes loss of precision</name>
<description><![CDATA[
<p>
If this cast is not intentional, remove it to avoid loss of precision
</p>
<h2>References</h2>
<p><a href="https://cwe.mitre.org/data/definitions/398.html" target="_blank">CWE-398</a></p>
]]></description>
<tag>cwe</tag>
<severity>MINOR</severity>
</rule>
<!-- ########### Internal Cppcheck errors (not in errorlist) ########### -->
<rule>
<key>internalAstError</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void createRulesTest() {
def.define(context);

RulesDefinition.Repository repo = context.repository(CxxCppCheckRuleRepository.KEY);
assertThat(repo.rules()).hasSize(685);
assertThat(repo.rules()).hasSize(686);
}

}
2 changes: 1 addition & 1 deletion cxx-sensors/src/tools/clangsa_createrules.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -*- coding: utf-8 -*-
# SonarQube C++ Community Plugin (cxx plugin)
# Copyright (C) 2010-2022 SonarOpenCommunity
# Copyright (C) 2010-2024 SonarOpenCommunity
# http://github.com/SonarOpenCommunity/sonar-cxx
#
# This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion cxx-sensors/src/tools/clangtidy_createrules.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# SonarQube C++ Community Plugin (cxx plugin)
# Copyright (C) 2010-2022 SonarOpenCommunity
# Copyright (C) 2010-2024 SonarOpenCommunity
# http://github.com/SonarOpenCommunity/sonar-cxx
#
# This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion cxx-sensors/src/tools/cppcheck_createrules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C++ Community Plugin (cxx plugin)
# Copyright (C) 2010-2022 SonarOpenCommunity
# Copyright (C) 2010-2024 SonarOpenCommunity
# http://github.com/SonarOpenCommunity/sonar-cxx
#
# This program is free software; you can redistribute it and/or
Expand Down
8 changes: 7 additions & 1 deletion cxx-sensors/src/tools/generate_cppcheck_resources.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ SET SCRIPT_DIR=%~dp0
SET CPPCHECK_DIR=C:\Program Files\Cppcheck\
SET PYTHON_DIR=C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\

SET CPPCHECK_LIBRARY_ARGS=--library=avr.cfg --library=bento4.cfg --library=boost.cfg --library=bsd.cfg --library=cairo.cfg --library=cppcheck-lib.cfg --library=cppunit.cfg --library=dpdk.cfg --library=embedded_sql.cfg --library=emscripten.cfg --library=ginac.cfg --library=gnu.cfg --library=googletest.cfg --library=gtk.cfg --library=icu.cfg --library=kde.cfg --library=libcerror.cfg --library=libcurl.cfg --library=libsigc++.cfg --library=lua.cfg --library=mfc.cfg --library=microsoft_atl.cfg --library=microsoft_sal.cfg --library=microsoft_unittest.cfg --library=motif.cfg --library=nspr.cfg --library=ntl.cfg --library=opencv2.cfg --library=opengl.cfg --library=openmp.cfg --library=openssl.cfg --library=pcre.cfg --library=posix.cfg --library=python.cfg --library=qt.cfg --library=ruby.cfg --library=sdl.cfg --library=sfml.cfg --library=sqlite3.cfg --library=std.cfg --library=tinyxml2.cfg --library=vcl.cfg --library=windows.cfg --library=wxsqlite3.cfg --library=wxsvg.cfg --library=wxwidgets.cfg --library=zlib.cfg
setlocal ENABLEDELAYEDEXPANSION

SET CPPCHECK_LIBRARY_ARGS=

for %%i in ("%CPPCHECK_DIR%cfg\*.cfg") do (
SET CPPCHECK_LIBRARY_ARGS=!CPPCHECK_LIBRARY_ARGS! "--library=%%~nxi"
)

rem download cwec_latest.xml.zip and extract it to unzip cwec_vx.y.xml
rem wget https://cwe.mitre.org/data/xml/cwec_latest.xml.zip --output-document=cwec_latest.xml.zip && unzip -j -o cwec_latest.xml.zip
Expand Down
2 changes: 1 addition & 1 deletion cxx-sensors/src/tools/infer_createrules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C++ Community Plugin (cxx plugin)
# Copyright (C) 2010-2019 SonarOpenCommunity
# Copyright (C) 2010-2024 SonarOpenCommunity
# http://github.com/SonarOpenCommunity/sonar-cxx
#
# This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion cxx-sensors/src/tools/utils_createrules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C++ Community Plugin (cxx plugin)
# Copyright (C) 2010-2022 SonarOpenCommunity
# Copyright (C) 2010-2024 SonarOpenCommunity
# http://github.com/SonarOpenCommunity/sonar-cxx
#
# This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion cxx-sensors/src/tools/vc_createrules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# C++ Community Plugin (cxx plugin)
# Copyright (C) 2020 SonarOpenCommunity
# Copyright (C) 2020-2024 SonarOpenCommunity
# http://github.com/SonarOpenCommunity/sonar-cxx
#
# This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion cxx-squid-bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In the original version, some features were discontinued in subsequent versions,
```Java
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion cxx-squid-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>Cxx :: Language Recognizer :: Squid Bridge</name>

<properties>
<license.years>2021-2022</license.years>
<license.years>2021-2024</license.years>
<!-- in addition, a dependency must be set in 'integration-tests/pom.xml' to aggregate the results -->
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/../${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>
</properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* C++ Community Plugin (cxx plugin)
* Copyright (C) 2021-2022 SonarOpenCommunity
* Copyright (C) 2021-2024 SonarOpenCommunity
* http://github.com/SonarOpenCommunity/sonar-cxx
*
* This program is free software; you can redistribute it and/or
Expand Down
Loading