Skip to content
Snippets Groups Projects
Commit 251b18d7 authored by Bill Wendling's avatar Bill Wendling
Browse files

This is now passing. Uncomment and close out PR6281.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192869 91177308-0d34-0410-b5e6-96231b3b80d8
parent b754974e
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,8 @@ int x = sizeof(f0()); ...@@ -12,10 +12,8 @@ int x = sizeof(f0());
static void f3(); static void f3();
extern void f3() { } // expected-warning{{unused}} extern void f3() { } // expected-warning{{unused}}
// FIXME: This will trigger a warning when it should not. inline static void f4();
// Update once PR6281 is fixed. void f4() { } // expected-warning{{unused}}
//inline static void f4();
//void f4() { }
static void __attribute__((used)) f5() {} static void __attribute__((used)) f5() {}
static void f6(); static void f6();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment