[all-commits] [llvm/llvm-project] 38d090: Removing a default constructor argument; NFC
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Sep 27 06:42:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38d09080c938c132279644e70001e8607a2998fb
https://github.com/llvm/llvm-project/commit/38d09080c938c132279644e70001e8607a2998fb
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M clang/include/clang/Lex/LiteralSupport.h
M clang/lib/Lex/LiteralSupport.cpp
Log Message:
-----------
Removing a default constructor argument; NFC
The argument is always used with its default value, so remove the
argument entirely.
More information about the All-commits
mailing list