[PATCH] D41887: [libcxxabi][demangler] Clean up and llvm-ify the expression parser
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 31 14:45:44 PST 2018
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: src/cxa_demangle.cpp:1992
+const char*
+parse_expression(const char* first, const char* last, Db& db)
+{
----------------
I think clang-format would place the `*` and `&` differently. Should you rerun clang-format-diff.py?
https://reviews.llvm.org/D41887
More information about the cfe-commits
mailing list