[PATCH] D97499: [PM] Show the pass argument in pre/post-pass IR dumps

2021-02-25 Thread Nicolas Guillemot via Phabricator via cfe-commits
nlguillemot created this revision. nlguillemot added reviewers: jroelofs, thegameg, dsanders. Herald added subscribers: dexonsmith, hiraditya. nlguillemot requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. This patch adds eac

[PATCH] D68155: [clang][NFC] Make various uses of Regex const

2019-11-19 Thread Nicolas Guillemot via Phabricator via cfe-commits
nlguillemot added a comment. In D68155#1751826 , @thopre wrote: > My sincere apologies, I forgot to change the author in the commit. I don't > often commit on behalf of others so didn't think enough. No worries. Thanks again for helping with the commit!

[PATCH] D68155: [clang][NFC] Make various uses of Regex const

2019-09-27 Thread Nicolas Guillemot via Phabricator via cfe-commits
nlguillemot created this revision. nlguillemot added a reviewer: thopre. Herald added a project: clang. Herald added a subscriber: cfe-commits. The const-correctness of match() was fixed in rL372764 , which allows uses of Regex objects to be const in cases they