[all-commits] [llvm/llvm-project] e6ea5b: [LLVM] Update formatv() documentation to clarify n...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Jul 22 15:31:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e6ea5b388b0d463dc9b5710d3f945387a0e4f206
https://github.com/llvm/llvm-project/commit/e6ea5b388b0d463dc9b5710d3f945387a0e4f206
Author: Rahul Joshi <jurahul at google.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/include/llvm/Support/FormatVariadic.h
M llvm/unittests/Support/FormatVariadicTest.cpp
Log Message:
-----------
[LLVM] Update formatv() documentation to clarify no escape for `}`
- Update documentation to clarify that `}` does not need to be doubled up.
- Update `EscapedBrace` test case to test this behavior
Differential Revision: https://reviews.llvm.org/D83888
More information about the All-commits
mailing list