Displaying 2 results from an estimated 2 matches for "84370edf".
2016 Dec 30
2
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
Thanks for very accurate responses.
- I totally agree what Dave and Chandler said about explicit and implicit
operations, this is what I meant my first email.
I believe there are places like
v.emplace_back(A, B);
istead of
v.push_back(make_pair(A, B));b
That can make code simpler. I think in cases like this we can leave it
for judgement of contributor.
Having said that I think the
2016 Dec 30
0
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
...or.
>
*or reviewer*. ;]
I continue to think exceptions can be made in rare cases when folks have
good reasons. But I expect this to be quite rare. =]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161230/84370edf/attachment.html>