Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb14956

Browse filesBrowse files
committed
Fix 97: missing testcases
1 parent 795f67c commit bb14956
Copy full SHA for bb14956

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎cpp/autosar/test/rules/A3-3-1/test.cpp

Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A3-3-1/test.cpp
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ namespace n {
3535
void f5() { // COMPLIANT
3636
int i = 0;
3737
}
38-
} // namespace n
38+
} // namespace n
39+
40+
const int c = 1; // COMPLIANT - internal linkage
41+
const char *const str2 = "foo"; // COMPLIANT - internal linkage
42+
constexpr int k = 1; // COMPLIANT - internal linkage

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.