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 512e271

Browse filesBrowse files
committed
Make new predicate private
1 parent 097681e commit 512e271
Copy full SHA for 512e271

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll‎

Copy file name to clipboardExpand all lines: cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ module CsvValidation {
353353
)
354354
}
355355

356-
string getIncorrectConstructorSummaryOutput() {
356+
private string getIncorrectConstructorSummaryOutput() {
357357
exists(string namespace, string type, string name, string output |
358358
type = name or
359359
type = name + "<" + any(string s)

0 commit comments

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