[all-commits] [llvm/llvm-project] b777d3: [clang][DeclPrinter] Fix printing for noexcept exp...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Wed Jan 26 07:05:02 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b777d354f6703afd58b1803fdfb6d43a607d8fd6
      https://github.com/llvm/llvm-project/commit/b777d354f6703afd58b1803fdfb6d43a607d8fd6
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M clang/lib/AST/DeclPrinter.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp

  Log Message:
  -----------
  [clang][DeclPrinter] Fix printing for noexcept expressions

We are already building into the final result, no need to append it
again.

Fixes https://github.com/clangd/vscode-clangd/issues/290.

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




More information about the All-commits mailing list