[all-commits] [llvm/llvm-project] 9b2ab4: Revert "[MS] Fix assert handling enum forward decl...

rdhindsa14 via All-commits all-commits at lists.llvm.org
Mon Apr 20 10:41:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b2ab41037f45ad92ab4e850591093ffc45d3e10
      https://github.com/llvm/llvm-project/commit/9b2ab41037f45ad92ab4e850591093ffc45d3e10
  Author: Rumeet Dhindsa <rdhindsa at google.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M clang/lib/Sema/SemaType.cpp
    R clang/test/Modules/Inputs/ms-enums/A.h
    R clang/test/Modules/Inputs/ms-enums/B.h
    R clang/test/Modules/Inputs/ms-enums/module.map
    R clang/test/Modules/ms-enums.cpp

  Log Message:
  -----------
  Revert "[MS] Fix assert handling enum forward decls in hasVisibleDefinition"

This reverts commit e62dc1f6252c1dcdcc2a64e8e3b07a32412e9d89.

Reverting as per discussion with the patch author.
This patch causes module import error, but there was no intended
behavior change for code that does not use Microsoft extensions.




More information about the All-commits mailing list