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

David Majnemer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from David Majnemer <[email protected]> ---
Please try with trunk, this doesn't reproduce for me with clang version 3.7.0
(trunk 228066) (llvm/trunk 228068)


foo.cpp:2:15: error: use of undeclared identifier 'sizeo'; did you mean
'sizeof'?
  return test(sizeo);
              ^~~~~
              sizeof
foo.cpp:2:20: error: expected expression
  return test(sizeo);

-- 
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