serge-sans-paille added a comment.
@MarcoFalke it's in, thanks for the patch o/
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57528/new/
https://reviews.llvm.org/D57528
___
cfe-commits mailing list
cfe-commits@lists.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353707: [tools] Fix python DeprecationWarning: invalid
escape sequence (authored by serge_sans_paille, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior
MarcoFalke added a comment.
No, I don't have commit right
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57528/new/
https://reviews.llvm.org/D57528
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists
serge-sans-paille accepted this revision.
serge-sans-paille added a comment.
This revision is now accepted and ready to land.
Herald added a project: clang.
LGTM, do you have commit right?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57528/new/
https://reviews.l
MarcoFalke created this revision.
Herald added subscribers: cfe-commits, whisperity.
Herald added a reviewer: serge-sans-paille.
The python documentation says "it’s highly recommended that you use raw strings
for all but the simplest expressions."
(https://docs.python.org/3/library/re.html)
So