Home
last modified time | relevance | path

Searched defs:digit_seps (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dpre-c2x-compat.c3 int digit_seps = 123'456; // expected-warning {{digit separators are incompatible with C standards before C23}} variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat.cpp411 int digit_seps = 123'456; // expected-warning {{digit separators are incompatible with C++ standards before C++14}} variable