RE: [clang] 4bafe65 - Add support for floating-point option `ffp-eval-method` and for

2022-02-23 Thread Ammarguellat, Zahira via cfe-commits
https://reviews.llvm.org/D109239 -Original Message- From: Roman Lebedev Sent: Tuesday, February 15, 2022 5:26 PM To: Ammarguellat, Zahira ; Zahira Ammarguellat Cc: cfe-commits@lists.llvm.org Subject: Re: [clang] 4bafe65 - Add support for floating-point option `ffp-eval-method` and

RE: [clang] 6278682 - In spir functions, llvm.dbg.declare intrinsics created

2021-11-08 Thread Ammarguellat, Zahira via cfe-commits
https://reviews.llvm.org/D112963 -Original Message- From: Aaron Ballman Sent: Monday, November 8, 2021 6:51 AM To: Ammarguellat, Zahira ; Zahira Ammarguellat Cc: cfe-commits Subject: Re: [clang] 6278682 - In spir functions, llvm.dbg.declare intrinsics created Hello! Was this code

RE: r324991 - Fix for PR32992. Static const classes not exported.

2018-02-20 Thread Ammarguellat, Zahira via cfe-commits
Hello, Please see https://reviews.llvm.org/D42968 For the fix of the assertion belwo. Thanks. -Original Message- From: hwennb...@google.com [mailto:hwennb...@google.com] On Behalf Of Hans Wennborg Sent: Tuesday, February 20, 2018 4:04 AM To: Ammarguellat, Zahira

RE: r324991 - Fix for PR32992. Static const classes not exported.

2018-02-19 Thread Ammarguellat, Zahira via cfe-commits
Hans, The reproducer below generates wrong export symbols compared to MSVC but I am not sure it is related to my change. Compiling this with MSVC generates these symbols: ksh-3.2$ dumpbin /directives t3.obj | grep EXPORT /EXPORT:??4?$d@H@@QEAAAEAV0@AEBV0@@Z

Disable fms-extensions?

2017-03-07 Thread Ammarguellat, Zahira via cfe-commits
Hello, Clang implements MS extensions when using -fms-extension. On windows this option is enabled by default. Is there any way of disabling it to mirror the behavior of the /Za (-permissive-) option of CL? Thanks, -Zahira ___ cfe-commits mailing

Multiple versions of VS

2017-02-24 Thread Ammarguellat, Zahira via cfe-commits
Hello, Is there any plan from the community to have clang support multiple versions of VS? Thanks. -Zahira ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits