parent
584a428025
commit
c51fb3864a
|
@ -6247,6 +6247,14 @@ private:
|
||||||
" b->hash = (decltype(b->hash))(p);\n"
|
" b->hash = (decltype(b->hash))(p);\n"
|
||||||
"}\n"));
|
"}\n"));
|
||||||
|
|
||||||
|
ASSERT_NO_THROW(tokenizeAndStringify("void a(int);\n" // #10801
|
||||||
|
" struct b {\n"
|
||||||
|
" static int c();\n"
|
||||||
|
"} d;\n"
|
||||||
|
"void f() {\n"
|
||||||
|
" (decltype (&a)(d.c))(0);\n"
|
||||||
|
"}\n"));
|
||||||
|
|
||||||
// #10334: Do not hang!
|
// #10334: Do not hang!
|
||||||
tokenizeAndStringify("void foo(const std::vector<std::string>& locations = {\"\"}) {\n"
|
tokenizeAndStringify("void foo(const std::vector<std::string>& locations = {\"\"}) {\n"
|
||||||
" for (int i = 0; i <= 123; ++i)\n"
|
" for (int i = 0; i <= 123; ++i)\n"
|
||||||
|
|
Loading…
Reference in New Issue