[all-commits] [llvm/llvm-project] c6da9e: clang: Fix assert on void pointer arithmetic with ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Oct 31 20:09:20 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c6da9ec0e90ea8798ecae583bb8d26bdf6b9b79f
      https://github.com/llvm/llvm-project/commit/c6da9ec0e90ea8798ecae583bb8d26bdf6b9b79f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/test/CodeGen/address-space.c

  Log Message:
  -----------
  clang: Fix assert on void pointer arithmetic with address_space

This attempted to always use the default address space void pointer
type instead of preserving the source address space.


  Commit: 10c1d0a452b561a9a0586e994f52066734316224
      https://github.com/llvm/llvm-project/commit/10c1d0a452b561a9a0586e994f52066734316224
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M llvm/utils/update_mir_test_checks.py

  Log Message:
  -----------
  Fix update_mir_test_checks after 3598b8100


Compare: https://github.com/llvm/llvm-project/compare/3479fd25b9d5...10c1d0a452b5


More information about the All-commits mailing list