[all-commits] [llvm/llvm-project] fd3a52: [libc++][nfc] Add more nasty macros.

mordante via All-commits all-commits at lists.llvm.org
Thu Jun 3 09:23:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd3a5260852aad1e0d7f997f57ecb75a6be9a7ab
      https://github.com/llvm/llvm-project/commit/fd3a5260852aad1e0d7f997f57ecb75a6be9a7ab
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
    M libcxx/test/support/nasty_macros.h

  Log Message:
  -----------
  [libc++][nfc] Add more nasty macros.

D101613 added some macros used by Microsofts SAL. D103425 uses `__pre`
and `__post`. They are also used by SAL and cause issues when used on
Windows. Add them to the blacklist making it easier to figure out what
the issue is.

Differential Revision: https://reviews.llvm.org/D103541




More information about the All-commits mailing list