[PATCH] D77470: [clang] NFC: Fix trivial typo in comments and document

2022-12-20 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 added inline comments. Herald added a project: All. Comment at: clang/lib/Lex/PPDirectives.cpp:115 // vends a module map, one might want to avoid hitting intermediate build -// products containing the the module map or avoid finding the system installed +//

[PATCH] D77470: [clang] NFC: Fix trivial typo in comments and document

2021-09-04 Thread Kazuaki Ishizaki via Phabricator via cfe-commits
kiszk added a comment. Thank you very much at https://github.com/llvm/llvm-project/commit/8f77dc459e31aad6daab89a124fa92067916274c Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77470/new/ https://reviews.llvm.org/D77470

[PATCH] D77470: [clang] NFC: Fix trivial typo in comments and document

2021-09-04 Thread Shivam Gupta via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG8f77dc459e31: [clang] NFC: Fix trivial typo in comments and document (authored by kiszk, committed by xgupta). Changed prior to commit:

[PATCH] D77470: [clang] NFC: Fix trivial typo in comments and document

2021-08-31 Thread Shivam Gupta via Phabricator via cfe-commits
xgupta accepted this revision. xgupta added a comment. This revision is now accepted and ready to land. LGTM, Thank! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77470/new/ https://reviews.llvm.org/D77470

[PATCH] D77470: [clang] NFC: Fix trivial typo in comments and document

2020-04-04 Thread Kazuaki Ishizaki via Phabricator via cfe-commits
kiszk created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. `the the` -> `the` Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D77470 Files: clang/docs/LibASTMatchersReference.html clang/include/clang/AST/ASTStructuralEquivalence.h