[all-commits] [llvm/llvm-project] ee6ec9: [demangler] Parenthesize >> inside template args
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Mon Apr 4 06:36:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee6ec9e861e6d7d4d29712e9a7176fcbb975f519
https://github.com/llvm/llvm-project/commit/ee6ec9e861e6d7d4d29712e9a7176fcbb975f519
Author: Nathan Sidwell <nathan at acm.org>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/test/test_demangle.pass.cpp
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
[demangler] Parenthesize >> inside template args
Both > and >> expressions need to be parenthesized inside template
argument lists.
Reviewed By: dblaikie, rjmccall
Differential Revision: https://reviews.llvm.org/D122474
More information about the All-commits
mailing list