This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not created by myself and therefore exempt: test/cpp2008/6-4-4.cpp The public domain note is from the Firebird project and got adapted by me: * http://firebirdsql.org/manual/migration-mssql-pdnotice.html
- Loading branch information
1 parent
90e3d29
commit 394e8da
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
If not stated differently, all files in this folder and sub-folders have been | ||
put in the Public Domain by its author(s), thereby relinquishing all copyrights. | ||
Everyone is free to use, modify, republish, sell or give away this work without | ||
prior consent from anybody. | ||
|
||
This documentation is provided on an “as is” basis, without warranty of any | ||
kind. Use at your own risk! Under no circumstances shall the author(s) or | ||
contributor(s) be liable for damages resulting directly or indirectly from the | ||
use or non-use of this documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
If not stated differently, all files in this folder and sub-folders have been | ||
put in the Public Domain by its author(s), thereby relinquishing all copyrights. | ||
Everyone is free to use, modify, republish, sell or give away this work without | ||
prior consent from anybody. | ||
|
||
This documentation is provided on an “as is” basis, without warranty of any | ||
kind. Use at your own risk! Under no circumstances shall the author(s) or | ||
contributor(s) be liable for damages resulting directly or indirectly from the | ||
use or non-use of this documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Developed and copyright by: bansan85 <[email protected]> | ||
// RUN: %python %S/../check_clang_tidy.py %s misra-cpp2008-6-4-4 %t | ||
void compliant(int a) { | ||
switch (a) { | ||
|