mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C++: remove constexpr in stl.h temporarily
This commit is contained in:
@@ -703,15 +703,21 @@
|
||||
| string.cpp:331:18:331:24 | world | string.cpp:331:18:331:25 | call to basic_string | TAINT |
|
||||
| string.cpp:331:18:331:25 | call to basic_string | string.cpp:338:18:338:19 | s4 | |
|
||||
| string.cpp:331:18:331:25 | call to basic_string | string.cpp:338:30:338:31 | s4 | |
|
||||
| string.cpp:334:8:334:9 | ref arg s1 | string.cpp:335:8:335:9 | s1 | |
|
||||
| string.cpp:334:8:334:9 | s1 | string.cpp:334:11:334:16 | call to append | TAINT |
|
||||
| string.cpp:334:18:334:19 | ref arg s2 | string.cpp:334:30:334:31 | s2 | |
|
||||
| string.cpp:334:18:334:19 | s2 | string.cpp:334:21:334:25 | call to begin | TAINT |
|
||||
| string.cpp:334:21:334:25 | call to begin | string.cpp:334:8:334:9 | ref arg s1 | TAINT |
|
||||
| string.cpp:334:21:334:25 | call to begin | string.cpp:334:11:334:16 | call to append | TAINT |
|
||||
| string.cpp:334:33:334:35 | call to end | string.cpp:334:8:334:9 | ref arg s1 | TAINT |
|
||||
| string.cpp:334:33:334:35 | call to end | string.cpp:334:11:334:16 | call to append | TAINT |
|
||||
| string.cpp:338:8:338:9 | ref arg s3 | string.cpp:339:8:339:9 | s3 | |
|
||||
| string.cpp:338:8:338:9 | s3 | string.cpp:338:11:338:16 | call to append | TAINT |
|
||||
| string.cpp:338:18:338:19 | ref arg s4 | string.cpp:338:30:338:31 | s4 | |
|
||||
| string.cpp:338:18:338:19 | s4 | string.cpp:338:21:338:25 | call to begin | TAINT |
|
||||
| string.cpp:338:21:338:25 | call to begin | string.cpp:338:8:338:9 | ref arg s3 | TAINT |
|
||||
| string.cpp:338:21:338:25 | call to begin | string.cpp:338:11:338:16 | call to append | TAINT |
|
||||
| string.cpp:338:33:338:35 | call to end | string.cpp:338:8:338:9 | ref arg s3 | TAINT |
|
||||
| string.cpp:338:33:338:35 | call to end | string.cpp:338:11:338:16 | call to append | TAINT |
|
||||
| string.cpp:344:18:344:24 | hello | string.cpp:344:18:344:25 | call to basic_string | TAINT |
|
||||
| string.cpp:344:18:344:25 | call to basic_string | string.cpp:347:28:347:29 | s1 | |
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace std
|
||||
basic_string& append(const charT* s);
|
||||
basic_string& append(size_type n, charT c);
|
||||
template<class InputIterator>
|
||||
constexpr basic_string& append(InputIterator first, InputIterator last);
|
||||
/* constexpr */ basic_string& append(InputIterator first, InputIterator last);
|
||||
basic_string& assign(const basic_string& str);
|
||||
basic_string& assign(size_type n, charT c);
|
||||
basic_string& insert(size_type pos, const basic_string& str);
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
| string.cpp:311:9:311:12 | call to data | string.cpp:308:16:308:21 | call to source |
|
||||
| string.cpp:322:9:322:14 | call to substr | string.cpp:319:16:319:21 | call to source |
|
||||
| string.cpp:334:11:334:16 | call to append | string.cpp:329:18:329:23 | call to source |
|
||||
| string.cpp:335:8:335:9 | s1 | string.cpp:329:18:329:23 | call to source |
|
||||
| string.cpp:353:8:353:8 | call to operator* | string.cpp:345:18:345:23 | call to source |
|
||||
| string.cpp:354:13:354:13 | call to operator[] | string.cpp:345:18:345:23 | call to source |
|
||||
| string.cpp:367:8:367:8 | call to operator* | string.cpp:360:18:360:23 | call to source |
|
||||
|
||||
@@ -90,6 +90,7 @@
|
||||
| string.cpp:311:9:311:12 | string.cpp:308:16:308:21 | AST only |
|
||||
| string.cpp:322:9:322:14 | string.cpp:319:16:319:21 | AST only |
|
||||
| string.cpp:334:11:334:16 | string.cpp:329:18:329:23 | AST only |
|
||||
| string.cpp:335:8:335:9 | string.cpp:329:18:329:23 | AST only |
|
||||
| string.cpp:353:8:353:8 | string.cpp:345:18:345:23 | AST only |
|
||||
| string.cpp:354:13:354:13 | string.cpp:345:18:345:23 | AST only |
|
||||
| string.cpp:367:8:367:8 | string.cpp:360:18:360:23 | AST only |
|
||||
|
||||
Reference in New Issue
Block a user