зеркало из https://github.com/github/codeql.git
C++: Fix database inconsistency issue from ODR violation.
This commit is contained in:
Родитель
56b5010f6b
Коммит
cd65e73ade
|
@ -1,4 +1,4 @@
|
|||
template<typename T> void range(T);
|
||||
#include "test_util.h"
|
||||
|
||||
struct List {
|
||||
struct List* next;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
template<typename T> void range(T value);
|
||||
#include "test_util.h"
|
||||
int f1(int x, int y) {
|
||||
if (x < 500) {
|
||||
if (x > 400) {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
template<typename T> void range(T value);
|
Загрузка…
Ссылка в новой задаче