Author: Jan Svoboda
Date: 2023-08-03T20:35:42-07:00
New Revision: acd1ab869fca0cfa09065aac518da399f755ed5c
URL:
https://github.com/llvm/llvm-project/commit/acd1ab869fca0cfa09065aac518da399f755ed5c
DIFF:
https://github.com/llvm/llvm-project/commit/acd1ab869fca0cfa09065aac518da399f755ed5c.diff
L
This revision was automatically updated to reflect the committed changes.
Closed by commit rGacd1ab869fca: [clang] NFC: Avoid double allocation when
generating command line (authored by jansvoboda11).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157
Author: Jan Svoboda
Date: 2023-08-03T20:36:34-07:00
New Revision: 8fd56ea11256f220502fe9819b496b15582f8d1e
URL:
https://github.com/llvm/llvm-project/commit/8fd56ea11256f220502fe9819b496b15582f8d1e
DIFF:
https://github.com/llvm/llvm-project/commit/8fd56ea11256f220502fe9819b496b15582f8d1e.diff
L
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8fd56ea11256: [clang][deps] NFC: Speed up canonical context
hash computation (authored by jansvoboda11).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157052
jansvoboda11 added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:4323
+GenerateArg(Consumer, OPT_darwin_target_variant_sdk_version_EQ,
+Opts.DarwinTargetVariantSDKVersion.getAsString());
}
benlangmuir wrote:
> Maybe n
jansvoboda11 created this revision.
jansvoboda11 added a reviewer: benlangmuir.
Herald added a subscriber: ributzka.
Herald added a project: All.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The current `ASTReader::visitInpu
jansvoboda11 updated this revision to Diff 547097.
jansvoboda11 added a comment.
Remove leftover `std::string` constructor
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157066/new/
https://reviews.llvm.org/D157066
Files:
clang/include/clang/Seri
bnbarham added a comment.
> Are there other users of incremental processing mode, other than the REPL /
> IncrementalParser?
It seems Swift's clang importer also uses incremental processing mode, I'm
assuming to keep the `TUScope` and `CurLexer` alive after EOF. We also end up
using the same c
Author: Justin Bogner
Date: 2023-08-03T22:55:22-07:00
New Revision: 7affa07cadd19c1413b3806e5cb6fb95f0a6fa8b
URL:
https://github.com/llvm/llvm-project/commit/7affa07cadd19c1413b3806e5cb6fb95f0a6fa8b
DIFF:
https://github.com/llvm/llvm-project/commit/7affa07cadd19c1413b3806e5cb6fb95f0a6fa8b.diff
Author: Justin Bogner
Date: 2023-08-03T22:55:22-07:00
New Revision: 121e15f96ce401c875e717992a4d054e308ba775
URL:
https://github.com/llvm/llvm-project/commit/121e15f96ce401c875e717992a4d054e308ba775
DIFF:
https://github.com/llvm/llvm-project/commit/121e15f96ce401c875e717992a4d054e308ba775.diff
kadircet created this revision.
kadircet added a reviewer: hokein.
Herald added a subscriber: arphaman.
Herald added a project: All.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
To enable custo
tbaeder created this revision.
tbaeder added reviewers: jcranmer-intel, clang.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Split out from https://reviews.llvm.org/D156506.
Before adding this behavio
tschuett added inline comments.
Comment at: flang/include/flang/Frontend/CodeGenOptions.h:72
+ enum RemarkKind {
+RK_Missing,// Remark argument not present on the command line.
enum class?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
201 - 213 of 213 matches
Mail list logo