[all-commits] [llvm/llvm-project] f55cd3: [C-index] Fix test when using Debug target & MSVC STL

Alexandre Ganea via All-commits all-commits at lists.llvm.org
Tue Nov 19 10:30:47 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f55cd39f19134392b16bc1fd6c558214778a3bb8
      https://github.com/llvm/llvm-project/commit/f55cd39f19134392b16bc1fd6c558214778a3bb8
  Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M clang/include/clang/Frontend/FrontendOptions.h

  Log Message:
  -----------
  [C-index] Fix test when using Debug target & MSVC STL

Avoids a deadlock in "clang/test/Index/crash-recovery-modules.m" when building with the MSVC STL & _ITERATOR_DEBUG_LEVEL == 2 (meaning a DEBUG build)

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




More information about the All-commits mailing list