http://llvm.org/bugs/show_bug.cgi?id=9320

Kaelyn Uhrain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Kaelyn Uhrain <[email protected]> ---
$ clang --version
clang version 3.3 
Target: x86_64-unknown-linux-gnu
Thread model: posix

$ cat t.cc 
void revoke(const char*x) {}

void Test() {
  Invoke();
}

$ clang -cc1 -fsyntax-only t.cc
t.cc:4:3: error: use of undeclared identifier 'Invoke'
  Invoke();
  ^
1 error generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to