[LLVMbugs] [Bug 17145] New: LLVM Toolset does not understand #pragma warning
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Sep 7 02:46:02 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17145
Bug ID: 17145
Summary: LLVM Toolset does not understand #pragma warning
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: wolfeinstein at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Clang issues an unrecognized pragma warning for #pragma warning, which is
supported by Visual Studio. Some uses of this pragma are for MSVC-specific
warnings, like turning off or enabling a specific warning which might be
impractical to translate, but some uses are simply general warning levels,
which should be reasonably approximable by Clang- especially 0.
--
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/20130907/1230c2da/attachment.html>
More information about the llvm-bugs
mailing list