[PATCH] D158266: [OpenMP] Patch for Support to loop bind clause : Checking Parent Region

2023-10-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG85f6b2fac9a3: [OpenMP] Patch for Support to loop bind clause : Checking Parent Region (authored by koops, committed by Sandeep Kosuri kosu...@pe28vega.us.cray.com). Changed prior to commit:

[PATCH] D152206: [Basic] Support 64-bit x86 target for UEFI

2023-09-28 Thread 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 rG720e3bacbd9f: [Basic] Support 64-bit x86 target for UEFI (authored by prabhukr prabh...@google.com). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D152206: [Basic] Support 64-bit x86 target for UEFI

2023-09-27 Thread 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 rG315a407086b0: [Basic] Support 64-bit x86 target for UEFI (authored by prabhukr prabh...@google.com). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D159519: [clang][AST][ASTImporter] improve AST comparasion on VarDecl & GotoStmt

2023-09-20 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb8f056de025f: [clang][AST][ASTImporter] improve AST comparasion on VarDecl GotoStmt (#66976) (authored by jcsxky, committed by GitHub nore...@github.com). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D158156: [analyzer] Add C++ array delete checker

2023-10-10 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG71ae858c079f: [clang][analyzer] Rename DeleteWithNonVirtualDtorChecker to CXXDeleteChecker (authored by Viktor Cseh viktor.c...@ericsson.com). Changed prior to commit:

[PATCH] D145214: [TSAN] add support for riscv64

2023-10-06 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcd0a8245b0fe: add support for riscv64 (authored by alexfanqi, committed by AdityaK 1894981+hiradi...@users.noreply.github.com). Changed prior to commit:

[PATCH] D157777: [ASTMatcher] Add matcher for 'MacroQualifiedType'

2023-08-16 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGec483c29a95c: [clang][ASTMatcher] Add matcher for MacroQualifiedType (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D157780: [ASTImporter] Add import of MacroQualifiedType

2023-08-16 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3b0eeb6cdbd7: [clang][ASTImporter] Add import of MacroQualifiedType (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D157691: [ASTImporter] Remove extranous FunctionTemplateDecl introduced by templated friend

2023-08-16 Thread 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 rGeabc7add1f96: [clang][ASTImporter] Remove extra FunctionTemplateDecl introduced by templated… (authored by dingfei fd...@feysh.com). Repository:

[PATCH] D157684: [clang][ASTImporter] Repeated friend templates are partially imported

2023-08-23 Thread 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 rG1654634f6f8b: [clang][ASTImporter] Fix partially import of repeated friend templates (authored by dingfei fd...@feysh.com). Repository: rG LLVM

[PATCH] D158252: Fix regression of D157680

2023-08-18 Thread 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 rGb7cf9bbfde5e: Fix regression of D157680 (authored by XinWang10, committed by xin10.wang wangx...@scsel-icx-03.sc.intel.com). Repository: rG LLVM

[PATCH] D157680: [X86]Support options -mno-gather -mno-scatter

2023-08-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG993bdb047c90: [X86]Support options -mno-gather -mno-scatter (authored by XinWang10, committed by xin10.wang wangx...@scsel-icx-03.sc.intel.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[PATCH] D158145: [clang] Update NumFunctionDeclBits for FunctionDeclBitfields

2023-08-17 Thread 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 rG91c4b5550ecf: [clang] Update NumFunctionDeclBits for FunctionDeclBitfields (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github

[PATCH] D152054: [OpenMP] Codegen support for thread_limit on target directive

2023-08-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG08bbff4aad57: [OpenMP] Codegen support for thread_limit on target directive for host (authored by sandeepkosuri, committed by Sandeep Kosuri kosu...@pe28vega.us.cray.com). Repository: rG LLVM Github

[PATCH] D158570: [Darwin][StableABI][ASan] Remove version mismatch check from stable abi shim

2023-08-24 Thread 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 rG7cabb54f3867: [Darwin][StableABI][ASan] Remove version mismatch check from stable abi shim (authored by Blue Gaston bgast...@apple.com).

[PATCH] D142660: [AIX] supporting -X options for llvm-ranlib in AIX OS

2023-08-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf740bcb3707a: [AIX] supporting -X options for llvm-ranlib in AIX OS (authored by zhijian zhij...@ca.ibm.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D123464: [analyzer] Clean checker options from bool to DefaultBool (NFC)

2022-04-23 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5114db933dbf: [analyzer] Clean checker options from bool to DefaultBool (NFC) (authored by vabridgers, committed by einvbri vince.a.bridg...@ericsson.com). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D122841: [analyzer] Add option for AddrSpace in core.NullDereference check

2022-04-24 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3566bbe62f2e: [analyzer] Add option for AddrSpace in core.NullDereference check (authored by vabridgers, committed by einvbri vince.a.bridg...@ericsson.com). Repository: rG LLVM Github Monorepo

[PATCH] D125840: [Analyzer] Removed extra space from NSErrorChecker debug message and updated relevant tests

2022-05-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdd7233bc67e4: [Analyzer] Remove extra space from NSErrorChecker message. (authored by usama54321, committed by Artem Dergachev adergac...@apple.com). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D123235: [OpenMP] atomic compare fail : Parser & AST support

2022-05-24 Thread 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 rG232bf8189ef7: [OpenMP] atomic compare fail : Parser AST support (authored by koops, committed by Chi-Chun, Chen chichunchen...@gmail.com). Herald

[PATCH] D123286: [Clang][OpenMP] Support for omp nothing

2022-05-24 Thread 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 rGca27f3e3b26e: [Clang][OpenMP] Support for omp nothing (authored by koops, committed by Chi-Chun, Chen chichunchen...@gmail.com). Repository: rG

[PATCH] D127105: [analyzer] Fix null pointer deref in CastValueChecker

2022-06-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc7fa4e8a8bc4: [analyzer] Fix null pointer deref in CastValueChecker (authored by vabridgers, committed by einvbri vince.a.bridg...@ericsson.com). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D129269: [analyzer] Fix use of length in CStringChecker

2022-07-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1d7e58cfade1: [analyzer] Fix use of length in CStringChecker (authored by einvbri vince.a.bridg...@ericsson.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D124349: [analyzer] Get direct binding for specific punned case

2022-05-05 Thread 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 rGdf5801806d03: [analyzer] Get direct binding for specific punned case (authored by einvbri vince.a.bridg...@ericsson.com). Repository: rG LLVM

[PATCH] D122920: [Clang][CodeGen]Fix __builtin_dump_struct missing record type field name

2022-04-28 Thread 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 rGeaca933c59fd: [Clang][CodeGen]Fix __builtin_dump_struct missing record type field name (authored by jonasyhwang jonasyhw...@tencent.com).

[PATCH] D132911: [clang-format] Fix annotating when deleting array of pointers

2022-09-02 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3bbdf06b2827: [clang-format] Fix annotating when deleting array of pointers (authored by jackh jackhuang1...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D133308: [cmake] do not set execution permission to regular files

2022-09-06 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG73593145cb5b: [cmake] do not set execution permission to regular files. (authored by sinan, committed by Lin Sinan linsinan@alibaba-inc.com). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D119147: [AIX][clang][driver] Check the command string to the linker for exportlist opts

2022-08-30 Thread 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 rGfafa48e7b518: [AIX][clang][driver] Check the command string to the linker for exportlist opts (authored by zhijian zhij...@ca.ibm.com).

[PATCH] D134668: [LTO][clang] Using Single Dash Consistently when Passing LTO Options

2022-09-27 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG86cd3535206d: [LTO][clang] Using Single Dash Consistently when Passing LTO Options (authored by Qiongsi Wu qiongsiwu@Qiongsis-MacBook-Air.local). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D134042: [clang-format] Fix alignment in #else preprocessor blocks

2022-09-27 Thread 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 rGc0779756a0c4: [clang-format] Fix alignment in #else preprocessor blocks (authored by mitchell 56368743+mitchell-stel...@users.noreply.github.com).

[PATCH] D135908: [clang][LTO] Setting Desired Default AIX Debugging Options

2022-10-18 Thread 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 rG04615b695aad: [clang][LTO] Setting Desired Default AIX Debugging Options (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github

[PATCH] D136187: [clang][AIX] Omitting Explicit Debugger Tuning Option

2022-10-20 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf911598bd440: [clang][AIX] Omitting Explicit Debugger Tuning Option (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D135695: [OMPIRBuilder] Support depend clause for task construct

2022-10-19 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG614958912784: [OMPIRBuilder] Support depend clause for task (authored by psoni2628, committed by Prabhdeep Singh Soni (A) p00820...@china.huawei.com). Herald added a subscriber: cfe-commits. Repository:

[PATCH] D135885: [clang][LTO][NFC] Adding More Tests for AIX Options

2022-10-22 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGbdd11bbace5e: [clang][LTO][NFC] Adding More Tests for AIX Options (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D136604: Add clang_CXXMethod_isCopyAssignmentOperator to libclang

2022-10-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG476a497f729a: Add clang_CXXMethod_isCopyAssignmentOperator to libclang (authored by diseraluca, committed by Luca Di Sera luca.dis...@qt.io). Changed prior to commit:

[PATCH] D136874: [clang][LTO] Passing vec-extabi to the Backend on AIX

2022-10-28 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGfd448bbedce9: [clang][LTO] Passing vec-extabi to the Backend on AIX (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D134284: [AIX] change "llvm-nm" to "env OBJECT_MODE=any llvm-nm" in clang/test for AIX OS

2022-09-21 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd47f0be0e82b: [AIX] change llvm-nm to env OBJECT_MODE=any llvm-nm in clang/test for AIX OS (authored by zhijian zhij...@ca.ibm.com). Changed prior to commit:

[PATCH] D134820: [LTO][clang] Teaching Clang to Pass Plugin Options to the AIX Linker

2022-10-12 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGec94f372d1c1: [LTO][clang] Teaching Clang to Pass Plugin Options to the AIX Linker (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D135400: [clang][LTO] Remove the use of `--` for arange option

2022-10-06 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb924c8c71daa: [clang][LTO] Remove the use of `--` for arange option (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D131750: [clang-format] Distinguish logical and after bracket from reference

2022-08-12 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGef71383b0cfb: [clang-format] Distinguish logical and after bracket from reference (authored by jackh jackhuang1...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D138854: [AIX][LTO] Enabling Context Sensitive PGO Options

2022-11-30 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3faab85c12bc: [AIX][LTO] Enabling Context Sensitive PGO Options (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D139759: [analyzer] Fix assertion in getAPSIntType

2022-12-11 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG443b46e6d313: [analyzer] Fix assertion in getAPSIntType (authored by einvbri vince.a.bridg...@ericsson.com). Changed prior to commit: https://reviews.llvm.org/D139759?vs=481951=481955#toc Repository:

[PATCH] D137348: [-Wunsafe-buffer-usage] Introduce an abstraction for fixable code patterns.

2022-12-16 Thread 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 rG0d00a9722f3c: [-Wunsafe-buffer-usage] NFC: Introduce an abstraction for fixable code patterns. (authored by Artem Dergachev adergac...@apple.com).

[PATCH] D138253: [-Wunsafe-buffer-usage] NFC: Implement fix-strategies and variable-use-claiming.

2022-12-16 Thread 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 rG8086323a91b5: [-Wunsafe-buffer-usage] NFC: Implement fix-strategies and variable-use-claiming. (authored by Artem Dergachev adergac...@apple.com).

[PATCH] D139720: [clang][PPC] Checking Unknown Values Passed to -mcpu

2022-12-13 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1fdbe5c573b9: [clang][PPC] Checking Unknown Values Passed to -mcpu (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D140080: [clang][PPC] Supporting -mcpu=405

2022-12-15 Thread 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 rGde8deb5189c9: [clang][PPC] Supporting -mcpu=405 (authored by Qiongsi Wu qiongs...@gmail.com). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D137346: [-Wunsafe-buffer-usage] Initial commit - Transition away from raw buffer accesses.

2022-12-05 Thread 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 rG27ec85f8: [-Wunsafe-buffer-usage] Initial commit - Transition away from raw buffers. (authored by Artem Dergachev adergac...@apple.com). Herald

[PATCH] D138463: [windows-itanium] Propagate DLL storage class to Initialisation Guard Variables

2022-11-23 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG437ccf5af9c2: [windows-itanium] Propagate DLL storage class to Initialisation Guard Variables (authored by Ben Dunbobbin ben.dunbob...@sony.com). Herald added a project: clang. Repository: rG LLVM

[PATCH] D137149: Use PassGate from LLVMContext if any otherwise global one

2022-11-25 Thread 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 rG721f975d3518: Use PassGate from LLVMContext if any otherwise global one (authored by Evgeniy Brevnov ybrev...@azul.com). Repository: rG LLVM

[PATCH] D142627: [analyzer] Fix crash exposed by D140059

2023-01-26 Thread 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 rGf027dd55f32a: [analyzer] Fix crash exposed by D140059 (authored by einvbri vince.a.bridg...@ericsson.com). Changed prior to commit:

[PATCH] D140756: Add clang_CXXMethod_isExplicit to libclang

2023-01-27 Thread 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 rG0a51bc731bcc: Add clang_CXXMethod_isExplicit to libclang (authored by Luca Di Sera luca.dis...@qt.io). Changed prior to commit:

[PATCH] D137397: [Sanitizer] [Scudo] Add riscv64 support for scudo

2023-03-19 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2538e550420f: [Sanitizer] [Scudo] Add riscv64 support for scudo (authored by joshua-arch1, committed by AdityaK 1894981+hiradi...@users.noreply.github.com). Herald added projects: clang, Sanitizers.

[PATCH] D145600: [AIX] change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OS

2023-03-14 Thread 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 rG9afcebb2202e: [AIX] change llvm-ar to env OBJECT_MODE=any llvm-ar in clang/test for AIX OS (authored by zhijian zhij...@ca.ibm.com). Repository:

[PATCH] D146560: [PATCH] [PATCH] Enable targeting riscv64-linux-android

2023-03-23 Thread 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 rG1d30afdc2d97: [PATCH] Enable targeting riscv64-linux-android (authored by ccross, committed by AdityaK 1894981+hiradi...@users.noreply.github.com).

[PATCH] D146565: [clang] Remove mips target triple for Android

2023-03-23 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG156d966ec470: Remove mips target triple for Android (authored by AdityaK 1894981+hiradi...@users.noreply.github.com). Herald added a project: clang. Herald added a subscriber: cfe-commits. Changed prior

[PATCH] D145584: [libc] Add support for setjmp and longjmp in riscv

2023-03-24 Thread 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 rG0f6fd1b704c0: [libc] Add support for setjmp and longjmp in riscv (authored by Mikhail R. Gadelha mikh...@igalia.com). Repository: rG LLVM Github

[PATCH] D145999: [RISCV] Reserve X18 by default for Android

2023-03-15 Thread 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 rG9d0e5e79b0f3: [RISCV] Reserve X18 by default for Android (authored by AdityaK 1894981+hiradi...@users.noreply.github.com). Repository: rG LLVM

[PATCH] D143917: [clang-tidy] Clarify bugprone-branch-clone diagnostic message

2023-02-17 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2b51c8cd2ac6: [clang-tidy] Clarify bugprone-branch-clone diagnostic message (authored by donat.nagy, committed by Donát Nagy m1nag...@protonmail.com). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D145591: [clang][HIP][OpenMP] Add warning if mixed HIP / OpenMP offloading

2023-03-29 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG55916de2d377: [clang][HIP][OpenMP] Add warning if mixed HIP / OpenMP offloading (authored by Michael Halkenhaeuser michaelgerald.halkenhau...@amd.com). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D131230: [RISCV] Allow mismatched SmallDataLimit and use Min for conflicting values

2023-02-06 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG28bd84f55fc0: [RISCV] Allow mismatched SmallDataLimit and use Min for conflicting values (authored by AdityaK 1894981+hiradi...@users.noreply.github.com). Herald added a project: clang. Herald added a

[PATCH] D151512: Remove small data limit for riscv64.*android triples

2023-06-15 Thread Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG280930816fe0: Remove small data limit for riscv64.*android triples (authored by AdityaK

[PATCH] D152729: Enable zbb for riscv android

2023-06-13 Thread Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG6bcf57f0b7ec: Enable zbb for riscv android (authored by AdityaK 1894981+hiradi...@users.noreply.github.com). Herald added

[PATCH] D154221: [analyzer] Fix false negative when pass implicit cast nil to nonnull

2023-07-06 Thread 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 rGb22a5d46179b: [analyzer] Fix false negative when pass implicit cast nil to nonnull (authored by songruiwang songruiw...@kuaishou.com). Repository:

[PATCH] D155339: Enable zba and zbs for RISCV64 Android

2023-07-17 Thread 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 rGf7623f4f692d: Enable zba and zbs for RISCV64 Android (authored by AdityaK 1894981+hiradi...@users.noreply.github.com). Repository: rG LLVM Github

[PATCH] D154764: [ASTImporter] Fields are imported first and reordered for correct layout.

2023-07-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe9536698720e: [ASTImporter] Fields are imported first and reordered for correct layout (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D154701: [ASTImporter] Fix 'isVirtual()' assert failure while importing overridden methods

2023-07-18 Thread 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 rG5b99aa57f74e: [ASTImporter] Fix isVirtual() assert failure while import overridden methods (authored by dingfei fd...@feysh.com). Repository: rG

[PATCH] D154983: [clang-extdef-mapping] register necessary targest for ms-style asm block

2023-07-18 Thread 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 rG2c651184a2b0: [clang-extdef-mapping] register necessary targest for ms-style asm block (authored by dingfei fd...@feysh.com). Repository: rG LLVM

[PATCH] D155576: [NFC][clang-extdef-mapping] fix test failure on nonsupported targets

2023-07-18 Thread Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGc24f0f9bd6f4: [NFC][clang-extdef-mapping] fix test failure on

[PATCH] D146669: [-Wunsafe-buffer-usage] Hide fixits/suggestions behind an extra flag, -fsafe-buffer-usage-suggestions.

2023-05-18 Thread 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 rGb7bdf1996fd1: [-Wunsafe-buffer-usage] Hide fixits/suggestions behind an extra flag. (authored by Artem Dergachev adergac...@apple.com). Herald

[PATCH] D131594: [Triple] Add triple for UEFI

2023-06-06 Thread 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 rG30198bd788f4: [Triple] Add triple for UEFI (authored by prabhukr prabh...@google.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[PATCH] D146418: Support for OpenMP 5.0 sec 2.12.7 - Declare Target initializer expressions

2023-06-01 Thread 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 rG453e02ca0903: [OpenMP] Add support for declare target initializer expressions (authored by RitanyaB, committed by Sandeep Kosuri

[PATCH] D156718: [ASanStableABI][Driver] Stop linking to asan dylib when stable abi is enabled

2023-08-02 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG11b7ce26f2a2: [ASanStableABI][Driver] Stop linking to asan dylib when stable abi is enabled (authored by Blue Gaston bgast...@apple.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D155985: [clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl

2023-07-24 Thread 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 rG4b15bb9a317e: [clang][ASTDumper] Remove redundant dump of BlockDecls ParmVarDecl (authored by dingfei fd...@feysh.com). Changed prior to commit:

[PATCH] D155984: [Sema][ObjC] Invalidate BlockDecl with invalid ParmVarDecl

2023-07-24 Thread 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 rG3cb16f6d2ddd: [Sema][ObjC] Invalidate BlockDecl with invalid ParmVarDecl (authored by dingfei fd...@feysh.com). Changed prior to commit:

[PATCH] D155396: [Sema][ObjC] Invalidate BlockDecl with invalid return expr & its parent BlockExpr

2023-07-24 Thread 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 rG106bde9ab2bd: [Sema][ObjC] Invalidate BlockDecl with invalid return expr its parent… (authored by dingfei fd...@feysh.com). Changed prior to

[PATCH] D157584: [clang][Sema] Skip access check on arrays of zero-length element

2023-08-11 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0f73a2406a16: [clang][Sema] Skip access check on arrays of zero-length element (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D157637: [ASTImporter][NFC] Fix typo in testcase

2023-08-11 Thread 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 rGafff91de082d: [ASTImporter][NFC] Fix typo in testcase (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D157237: [clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType'

2023-08-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG4cce27d9184e: [clang][ASTMatcher] Add Matcher dependentSizedExtVectorType (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D157248: [clang][ASTMatcher] Add Matcher 'convertVectorExpr'

2023-08-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8baf86275639: [clang][ASTMatcher] Add Matcher convertVectorExpr (authored by dingfei fd...@feysh.com). Changed prior to commit: https://reviews.llvm.org/D157248?vs=547625=547771#toc Repository: rG

[PATCH] D157249: [clang][ASTImporter] Add import of 'ConvertVectorExpr'

2023-08-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdf21f9fc0373: [clang][ASTImporter] Add import of ConvertVectorExpr (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D157238: [clang][ASTImporter] Add import of 'DependentSizedExtVectorType'

2023-08-07 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdb92fb8726fc: [clang][ASTImporter] Add import of DependentSizedExtVectorType (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D156878: [OpenMP][OMPD][Doc] Update the implementation details of OMPD

2023-08-08 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG658490abc97a: [OpenMP][OMPD][Doc] Update OMPD implementations details. (authored by Vignesh Balasubramanian vignesh.balasubrman...@amd.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[PATCH] D157296: [AST][Coroutine] Fix CoyieldExpr missing end loc

2023-08-09 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8d60e10ce4bd: [AST][Coroutine] Fix CoyieldExpr missing end loc (authored by dingfei fd...@feysh.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D156201: [ASTImporter] Fix corrupted RecordLayout introduced by circular referenced fields

2023-08-01 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG91b7952afc82: [ASTImporter] Fix corrupted RecordLayout caused by circular referenced fields (authored by dingfei fd...@feysh.com). Changed prior to commit:

[PATCH] D155661: [clang][ASTImporter] Fix friend class template import within dependent context

2023-08-01 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5f2157f8fcae: [clang][ASTImporter] Fix friend class template import within dependent context (authored by dingfei fd...@feysh.com). Changed prior to commit:

[PATCH] D154176: [Driver][MSVC] Move lld specific flags before inputs

2023-07-01 Thread 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 rG289828b1c0a6: [Driver][MSVC] Move lld specific flags before inputs (authored by HaohaiWen, committed by hh whh...@live.com). Repository: rG LLVM

[PATCH] D150490: Enable frame pointer for all non-leaf functions on riscv64 Android

2023-05-15 Thread 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 rGf98698714e2e: Enable frame pointer for all non-leaf functions on riscv64 Android (authored by AdityaK 1894981+hiradi...@users.noreply.github.com).

[PATCH] D149980: Remove unused basic_android_tree/mipsel-linux-android

2023-05-05 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8f0eee16d9b4: Remove unused basic_android_tree/mipsel-linux-android (authored by AdityaK 1894981+hiradi...@users.noreply.github.com). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D29432: Modular Codegen: Emit inline asm into users, not modular objects

2017-02-01 Thread David Blaikie via Phabricator via cfe-commits
dblaikie created this revision. The best semantics I can come up with (based on discussions with Richard) for inline asm and namespace scope internal linkage variables in modular headers is to emit them into all users and never into modular objects. The reason for this is that such asm might

[PATCH] D29369: [ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)

2017-02-01 Thread Vedant Kumar via Phabricator via cfe-commits
vsk updated this revision to Diff 86746. vsk edited the summary of this revision. vsk added a comment. - Remove a stale test case in unsigned-promotion.c. https://reviews.llvm.org/D29369 Files: lib/CodeGen/CGExprScalar.cpp test/CodeGen/compound-assign-overflow.c

[PATCH] D29432: Modular Codegen: Emit inline asm into users, not modular objects

2017-02-01 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added a comment. Oh, one of the reasons I was sort of compelled to keep the 'classic' AST file compilation working was that when looking at the change history of the test cases exercising it I found that some changes had been motivated by a filed LLVM bug:

[PATCH] D29419: [Analyzer] Checker for mismatched iterators

2017-02-01 Thread Balogh , Ádám via Phabricator via cfe-commits
baloghadamsoftware created this revision. A new checker to check whether multiple iterators which should refer to the same container refer to different ones. Here we include comparisons, constructors which take an iterator pair and any template function which takes iterator pair(s).

[PATCH] D29369: [ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)

2017-02-01 Thread Vedant Kumar via Phabricator via cfe-commits
vsk marked an inline comment as done. vsk added inline comments. Comment at: lib/CodeGen/CGExprScalar.cpp:72 + if (const auto *UO = dyn_cast(Op.E)) +return IsPromotedInteger(UO->getSubExpr()); + efriedma wrote: > Checking isPromotableIntegerType doesn't

[PATCH] D29396: [clang-format] Don't reflow lines starting with TODO, FIXME or XXX.

2017-02-01 Thread Daniel Jasper via Phabricator via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. Looks good. https://reviews.llvm.org/D29396 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D29419: [Analyzer] Checker for mismatched iterators

2017-02-01 Thread Balogh , Ádám via Phabricator via cfe-commits
baloghadamsoftware updated this revision to Diff 86709. baloghadamsoftware added a comment. Herald added a subscriber: mgorny. The checker itself disappeared mystically from the previous diff... https://reviews.llvm.org/D29419 Files: include/clang/StaticAnalyzer/Checkers/Checkers.td

[PATCH] D29384: [analyzer] Fix an assertion fail in CStringSyntaxChecker

2017-02-01 Thread Devin Coughlin via Phabricator via cfe-commits
dcoughlin accepted this revision. dcoughlin added a comment. This revision is now accepted and ready to land. This looks good to me. Thanks for fixing this! Repository: rL LLVM https://reviews.llvm.org/D29384 ___ cfe-commits mailing list

[PATCH] D28952: [analyzer] Add new Z3 constraint manager backend

2017-02-01 Thread Dominic Chen via Phabricator via cfe-commits
ddcc added a comment. In https://reviews.llvm.org/D28952#659728, @nlopes wrote: > Let me give just 2 more Z3-related suggestions: > > - instead of re-creating the solver, it might be faster to do Z3_solver_reset > - "once in a while" it might be helpful to delete everything (all solvers, >

[PATCH] D29205: Change debug-info-for-profiling from a TargetOption to a function attribute.

2017-02-01 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added a comment. Oops, forgot to write stuff so the approval appears on-list. Anyway - looks good/approved. https://reviews.llvm.org/D29205 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D20561: Warn when taking address of packed member

2017-02-01 Thread Joerg Sonnenberger via Phabricator via cfe-commits
joerg added a comment. The last review left out the case of naturally aligned packed members, IIRC. I have to go over the warning list in NetBSD again, but I'm moderately sure it is not fixed. The better example is: struct __attribute__((__packed__)) bar { uint16_t x1; uint16_t

[PATCH] D16135: Macro Debug Info support in Clang

2017-02-01 Thread Amjad Aboud via Phabricator via cfe-commits
aaboud added a comment. Thanks Adrian for the fast response. See some answers below. I will update the code and upload a new patch soon. Comment at: lib/CodeGen/MacroPPCallbacks.cpp:154 +StringRef SearchPath, StringRef RelativePath, const Module *Imported) { + // Only

<    1   2   3   4   5   6   7   8   9   10   >