[llvm-bugs] [Bug 41585] New: clang-cl crashes when creating precompiled headers that have SAL
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 24 12:33:49 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41585
Bug ID: 41585
Summary: clang-cl crashes when creating precompiled headers
that have SAL
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: tiagomacarios at gmail.com
CC: blitzrakete at gmail.com, dgregor at apple.com,
erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
clang-cl -Wno-everything /Yc /Tp pch.h
#pragma once
#include "sal.h"
void f(_Inout_count_(a) wchar_t *b, unsigned long a);
--
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/20190424/4f6d711f/attachment.html>
More information about the llvm-bugs
mailing list