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

added Emacs C++ marker to header comments [skip ci] #6346

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/cmdlinelogger.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/cmdlineparser.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/cppcheckexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/cppcheckexecutorseh.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/executor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/filelister.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/precompiled.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/processexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/signalhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/singleexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/stacktrace.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/threadexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/aboutdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/application.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/applicationdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/applicationlist.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/checkstatistics.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/checkthread.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditorstyle.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditstylecontrols.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditstyledialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/compliancereportdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/cppchecklibrarydata.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/csvreport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/erroritem.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/filelist.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/fileviewdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/helpdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/libraryaddfunctiondialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/librarydialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/libraryeditargdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/newsuppressiondialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/platforms.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/precompiled.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/precompiled_qmake.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2022 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/printablereport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/projectfile.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/projectfiledialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/report.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2022 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/resultstree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/resultsview.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/scratchpad.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/settingsdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/showtypes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/statsdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/cppchecklibrarydata/testcppchecklibrarydata.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/filelist/testfilelist.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/projectfile/testprojectfile.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/resultstree/testresultstree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/translationhandler/testtranslationhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/xmlreportv2/testxmlreportv2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/threadhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/threadresult.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/translationhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/txtreport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/xmlreport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2022 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/xmlreportv2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/addoninfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/analyzer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/analyzerinfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/astutils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/calculate.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/check.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
Loading
Loading