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
a3aef788ec
llvm-project
/
clang
/
test
/
Parser
/
2008-10-31-parse-noop-failu...
5 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Fix broken tests, exposed by improved -verify. llvm-svn: 88749
2009-11-14 11:24:04 +08:00
// RUN: clang-cc -verify -parse-noop %s
"One" line fix for -parse-noop failure, "id" and several other things were being treated as type names for non-Objective-C files. - Other lines are just because MinimalAction didn't have access to the LangOptions. llvm-svn: 58498
2008-10-31 16:56:51 +08:00
void
add_attribute
(
id
)
int
id
;
{
}