This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
7c678de861
llvm-project
/
clang
/
test
/
Parser
/
bracket-crash.cpp
7 lines
86 B
C++
Raw
Normal View
History
Unescape
Escape
Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed decltype expression. llvm-svn: 151515
2012-02-27 13:24:00 +08:00
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s
revert a hunk of code that Argiris added in r106213, which is the root cause of PR7481 and probably more, and has no apparent testcases. I don't understand the logic here so I can't repair it. llvm-svn: 108119
2010-07-12 09:48:28 +08:00
// PR7481
Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed decltype expression. llvm-svn: 151515
2012-02-27 13:24:00 +08:00
decltype
(
;
revert a hunk of code that Argiris added in r106213, which is the root cause of PR7481 and probably more, and has no apparent testcases. I don't understand the logic here so I can't repair it. llvm-svn: 108119
2010-07-12 09:48:28 +08:00
struct
{
a
}