[all-commits] [llvm/llvm-project] a668ad: [libc++][test] MSVC has no __PRETTY_FUNCTION__

Casey Carter via All-commits all-commits at lists.llvm.org
Mon Oct 19 17:21:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a668ad92d5e2161e07e1a435a19ea5072f52a989
      https://github.com/llvm/llvm-project/commit/a668ad92d5e2161e07e1a435a19ea5072f52a989
  Author: Casey Carter <Casey at Carter.net>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

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

  Log Message:
  -----------
  [libc++][test] MSVC has no __PRETTY_FUNCTION__

Use `__FUNCSIG__` instead when compiling with MSVC. While we're touching `makeTypeIDImp`, remove the warning suppression for C4640 "construction of local static object is not thread safe" since C1XX now correctly constant-initializes `id`.




More information about the All-commits mailing list