[all-commits] [llvm/llvm-project] 30b676: Don't crash when code completing `using enum ^Foo`.

Sam McCall via All-commits all-commits at lists.llvm.org
Sun Sep 25 19:52:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30b676ac5f3041a5494b1eb9c9a3322cfc56d480
      https://github.com/llvm/llvm-project/commit/30b676ac5f3041a5494b1eb9c9a3322cfc56d480
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-09-26 (Mon, 26 Sep 2022)

  Changed paths:
    M clang/lib/Parse/ParseDecl.cpp
    A clang/test/CodeCompletion/using-enum.cpp

  Log Message:
  -----------
  Don't crash when code completing `using enum ^Foo`.

Fixes https://github.com/clangd/clangd/issues/1281

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




More information about the All-commits mailing list