[all-commits] [llvm/llvm-project] 128f39: Fix crash in getFullyQualifiedName for inline name...

Alexey Bader via All-commits all-commits at lists.llvm.org
Sat Dec 28 08:39:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 128f39da932be50cb49646084820119e6e0d1e22
      https://github.com/llvm/llvm-project/commit/128f39da932be50cb49646084820119e6e0d1e22
  Author: Alexey Bader <alexey.bader at intel.com>
  Date:   2019-12-28 (Sat, 28 Dec 2019)

  Changed paths:
    M clang/lib/AST/QualTypeNames.cpp
    M clang/unittests/Tooling/QualTypeNamesTest.cpp

  Log Message:
  -----------
  Fix crash in getFullyQualifiedName for inline namespace

Summary: The ICE happens when the most outer namespace is an inline namespace.

Reviewers: bkramer, ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: ebevhan, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list