[all-commits] [llvm/llvm-project] 6dad7e: [clang] Fix noderef for AddrOf on MemberExpr

Jann via All-commits all-commits at lists.llvm.org
Mon Dec 7 14:54:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dad7ec539cbcf6f59b63753a86b8015bd6ea66f
      https://github.com/llvm/llvm-project/commit/6dad7ec539cbcf6f59b63753a86b8015bd6ea66f
  Author: Jann Horn <jannh at google.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M clang/lib/Sema/SemaExprMember.cpp
    M clang/test/Frontend/noderef.c

  Log Message:
  -----------
  [clang] Fix noderef for AddrOf on MemberExpr

Committing on behalf of thejh (Jann Horn).

As part of this change, one existing test case has to be adjusted
because it accidentally stripped the NoDeref attribute without
getting caught.

Depends on D92140

Differential Review: https://reviews.llvm.org/D92141




More information about the All-commits mailing list