[all-commits] [llvm/llvm-project] cd9a24: [clang] Fix the incorrect dependence bits for Depe...

Haojian Wu via All-commits all-commits at lists.llvm.org
Mon Jul 6 07:43:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cd9a241f165013902fc060ace88c66e402c7767a
      https://github.com/llvm/llvm-project/commit/cd9a241f165013902fc060ace88c66e402c7767a
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M clang/lib/AST/Type.cpp
    M clang/test/Sema/invalid-bitwidth-expr.mm

  Log Message:
  -----------
  [clang] Fix the incorrect dependence bits for DependentExtIntType.

The error-bit was missing, and the unexpandedpack bit seemed to be
set incorrectly.

Reviewed By: sammccall, erichkeane

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




More information about the All-commits mailing list