curdeius accepted this revision.
curdeius added a comment.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116561/new/
https://reviews.llvm.org/D116561
___
cfe-commits mailing list
cfe-commits@lists.
curdeius accepted this revision.
curdeius added a comment.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116562/new/
https://reviews.llvm.org/D116562
___
cfe-commits mailing list
cfe-commits@lists.
curdeius accepted this revision.
curdeius added a comment.
LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116557/new/
https://reviews.llvm.org/D116557
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
curdeius accepted this revision.
curdeius added a comment.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116563/new/
https://reviews.llvm.org/D116563
___
cfe-commits mailing list
cfe-commits@lists.
denzor200 created this revision.
Herald added subscribers: carlosgalvezp, xazax.hun, mgorny.
denzor200 requested review of this revision.
Herald added a project: clang-tools-extra.
Added a check for converting ``BOOST_FOREACH(..., ...)`` loops to use the new
range-based loops in C++11.
This check
Author: Marek Kurdej
Date: 2022-01-04T08:28:12+01:00
New Revision: e2b6e21f19da6fe0da9349264e43286f0441b4ca
URL:
https://github.com/llvm/llvm-project/commit/e2b6e21f19da6fe0da9349264e43286f0441b4ca
DIFF:
https://github.com/llvm/llvm-project/commit/e2b6e21f19da6fe0da9349264e43286f0441b4ca.diff
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe2b6e21f19da: [clang-format] Fix incorrect formatting of
lambdas inside brace initialisation (authored by curdeius).
Repository:
rG LLVM Github Mo
achieveartificialintelligence updated this revision to Diff 397206.
achieveartificialintelligence added a comment.
Use `DAGOperand` instead of `RegisterOperand`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93298/new/
https://reviews.llvm.org/D9329
usaxena95 added inline comments.
Comment at: clang/lib/Sema/SemaCodeComplete.cpp:3699
+ unsigned ChunkIndex = 0;
+ auto AddChunk = [&](std::string Placeholder) {
+if (ChunkIndex > 0)
nit: const ref.
Comment at: clang/lib/Sema/SemaCodeComp
201 - 209 of 209 matches
Mail list logo