pcwang-thead created this revision.
Herald added subscribers: lxfind, dang.
pcwang-thead requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Since C++14 has been released for about seven years and most standard
libraries have implemented sized
pcwang-thead updated this revision to Diff 383781.
pcwang-thead added a comment.
Herald added a project: clang-tools-extra.
Fix errors in
clang-tools-extra\test\clang-tidy\checkers\misc-new-delete-overloads.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.l
pcwang-thead updated this revision to Diff 383789.
pcwang-thead added a comment.
Herald added subscribers: usaxena95, kadircet, arphaman.
Add `-fno-sized-allocation` to:
- `clang\test\AST\ast-dump-expr-json.cpp`
- `clang\test\AST\ast-dump-stmt-json.cpp`
- `clang\test\CodeGenCXX\dllimport.cpp`
- `
pcwang-thead updated this revision to Diff 383953.
pcwang-thead added a comment.
- Changes to `Args.AddLastArg(CmdArgs, ...)`
- Adds a note to `clang/docs/ReleaseNotes.rst`
- Fixs clangd test failure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D11
pcwang-thead updated this revision to Diff 383970.
pcwang-thead added a comment.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Removes unnecessary -fno-sized-deallocation and some comments.
Repository:
rG LLVM Github Monorepo
CHANG
pcwang-thead updated this revision to Diff 383981.
pcwang-thead marked an inline comment as done.
pcwang-thead added a comment.
- Regenerate `clang\test\AST\ast-dump-stmt-json.cpp` and
`clang\test\AST\ast-dump-expr-json.cpp`.
- Format code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L
pcwang-thead updated this revision to Diff 384089.
pcwang-thead added a comment.
Makes required changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112921/new/
https://reviews.llvm.org/D112921
Files:
clang-tools-extra/clangd/unittests/FindTarg
pcwang-thead updated this revision to Diff 384344.
pcwang-thead marked an inline comment as done.
pcwang-thead added a comment.
Adds `ADDITIONAL_COMPILE_FLAGS` and guard macros to:
-
`libcxx\test\std\language.support\support.dynamic\new.delete\new.delete.single\sized_delete14.pass.cpp`
-
`libcx