[all-commits] [llvm/llvm-project] e59c88: MemoryBuiltins: trailing , on collection literal
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Thu Aug 19 09:33:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e59c88294b9f710efbbc7a243ff98ed12678a4e9
https://github.com/llvm/llvm-project/commit/e59c88294b9f710efbbc7a243ff98ed12678a4e9
Author: Augie Fackler <augie at google.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M llvm/lib/Analysis/MemoryBuiltins.cpp
Log Message:
-----------
MemoryBuiltins: trailing , on collection literal
This was probably bugging more than is reasonable, but it makes merging
changes in this file slightly less annoying to have the trailing comma
here. I only noticed this because Rust is currently carrying a patch to
this file and it kept making life a little difficult.
More information about the All-commits
mailing list