[PATCH] D51699: [clang-tidy] minor bug fix to AbseilMatcher.h
Eric Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 5 12:05:34 PDT 2018
ioeric added inline comments.
================
Comment at: AbseilMatcher.h:52
static const char *AbseilLibraries[] = {
- "algorithm", "base", "container", "debugging",
+ "algorithm", "base", "container", "debugging", "flags"
"memory", "meta", "numeric", "strings",
----------------
hugoeg wrote:
> ioeric wrote:
> > did you run clang-format on this? It looks a bit strange.
> yea, clang-format was vastly different to what was originally there, so I tried to follow those conventions, should I go back to clang-format?
Let's go with clang-format ;)
Repository:
rL LLVM
https://reviews.llvm.org/D51699
More information about the llvm-commits
mailing list