Author: Joseph Huber
Date: 2023-01-06T21:14:31-06:00
New Revision: faa29ee0f9c941b193161ad48a46713a04a81163
URL:
https://github.com/llvm/llvm-project/commit/faa29ee0f9c941b193161ad48a46713a04a81163
DIFF:
https://github.com/llvm/llvm-project/commit/faa29ee0f9c941b193161ad48a46713a04a81163.diff
phosek added inline comments.
Comment at: clang/CMakeLists.txt:35
+ include(StandaloneBuildHelpers)
+ get_llvm_utility_binary_path("llvm-tblgen" "LLVM_TABLEGEN_EXE")
It's somewhat unusual to quote output variable names in our CMake files, I'd
prefer to follo
vsapsai updated this revision to Diff 487043.
vsapsai added a comment.
Rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140073/new/
https://reviews.llvm.org/D140073
Files:
clang/include/clang/AST/DeclObjC.h
clang/include/clang/AST/ODRDiag
v1nh1shungry updated this revision to Diff 487044.
v1nh1shungry added a comment.
add more tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141107/new/
https://reviews.llvm.org/D141107
Files:
clang-tools-extra/clang-tidy/bugprone/StandaloneEmp
v1nh1shungry marked an inline comment as done.
v1nh1shungry added a comment.
Thank you for reviewing and giving suggestions! @cjdb
Hope there are enough test cases now, and not too many tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141107/ne
vsapsai updated this revision to Diff 487045.
vsapsai added a comment.
Serialize/deserialize `ObjCInterfaceTypeLoc::NameEndLoc` as it is used in
diagnostic about a mismatching superclass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140073/new/
h
vsapsai added a comment.
Thanks for the review!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140073/new/
https://reviews.llvm.org/D140073
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://
yonghong-song accepted this revision.
yonghong-song added a comment.
This revision is now accepted and ready to land.
LGTM. I will add `// REQUIRES: bpf-registered-target` in the test to ensure it
only executed with bpf target.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
Author: Eduard Zingerman
Date: 2023-01-06T22:48:52-08:00
New Revision: 58bdf8f9a8c3331c6c4d5f631395fb6f786d1e9c
URL:
https://github.com/llvm/llvm-project/commit/58bdf8f9a8c3331c6c4d5f631395fb6f786d1e9c
DIFF:
https://github.com/llvm/llvm-project/commit/58bdf8f9a8c3331c6c4d5f631395fb6f786d1e9c.di
This revision was automatically updated to reflect the committed changes.
Closed by commit rG58bdf8f9a8c3: [BPF] preserve btf_decl_tag for parameters of
extern functions (authored by eddyz87, committed by yonghong-song).
Changed prior to commit:
https://reviews.llvm.org/D140970?vs=486295&id=487
brad created this revision.
brad added a reviewer: atanasyan.
brad added a project: clang.
Herald added subscribers: jrtc27, arichardson, sdardis.
Herald added a project: All.
brad requested review of this revision.
Do not define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for MIPS-I
Repository:
r
101 - 111 of 111 matches
Mail list logo