[LLVMbugs] [Bug 8888] [MS Bugs] char/signed char decl compatibility.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jul 26 12:16:45 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=8888
Nico Weber <nicolasweber at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |nicolasweber at gmx.de
Resolution|--- |FIXED
--- Comment #2 from Nico Weber <nicolasweber at gmx.de> ---
Looks like we fixed this:
Nicos-MacBook-Pro:llvm-rw thakis$ cat test.cc
int __cdecl _access( const char * _Filename, int _AccessMode);
int __cdecl _access( const signed char *path,int amode)
{
return 0;
}
Nicos-MacBook-Pro:llvm-rw thakis$ ../llvm-build/bin/clang-cl /c test.cc
(clang-cl supports /J too.)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140726/5608a4db/attachment.html>
More information about the llvm-bugs
mailing list