LLVM/project 15f7d14lldb/include/lldb/Host JSONTransport.h, lldb/include/lldb/Protocol/MCP Client.h

[lldb] Add an MCP client and asynchronous request binding (#208371)

This PR contains the groundwork to convert lldb-mcp from a naive
forwarder into a multiplexer. This requires acting both an MCP server
and MCP client.

This PR adds a new MCP Client abstraction, a thin wrapper over
MCPTransport and MCPBinder exposing the protocol's requests as typed
asynchronous calls. BindAsync hands an incoming-request handler a Reply
it may invoke later.

This PR also makes fromJSON symmetric with toJSON for
ServerCapabilities. The former only restored supportsToolsList and
silently dropped the resources, completions and logging capabilities, so
a client parsing an initialize result never saw them.

Assisted-by: Claude
DeltaFile
+223-0lldb/unittests/Protocol/MCPClientTest.cpp
+93-0lldb/include/lldb/Protocol/MCP/Client.h
+87-0lldb/source/Protocol/MCP/Client.cpp
+54-0lldb/include/lldb/Host/JSONTransport.h
+51-0lldb/unittests/Host/JSONTransportTest.cpp
+29-6lldb/unittests/TestingSupport/Host/JSONTransportTestUtilities.h
+537-64 files not shown
+564-610 files

LLVM/project c56b452clang/docs ReleaseNotes.md, clang/lib/Sema SemaTemplate.cpp

[clang] fix typo-correction for template name lookup

Only consider candidates which are templates.

Disable spell checking for a DR test in order to not introduce noise,
as spell checking is never helpful in those.

Fixes #207498
DeltaFile
+22-0clang/test/SemaCXX/typo-correction.cpp
+19-1clang/lib/Sema/SemaTemplate.cpp
+7-7clang/test/CXX/drs/cwg5xx.cpp
+1-0clang/docs/ReleaseNotes.md
+49-84 files

LLVM/project 76066e5orc-rt/include/orc-rt-utils CommandLine.h, orc-rt/test/unit CommandLineTest.cpp CMakeLists.txt

[orc_rt] adding a very simple CLI flags parser in (#172987)

Adds orc_rt::CommandLineParser, a small header-only option parser in
  orc-rt-utils for use by orc-rt tools that need argument handling.

  Features:
   - Long (--name, --name=value) and short (-n, -nvalue) options.
   - Short-flag clustering (e.g. -vp9999) and "--" to terminate option
     parsing, with remaining tokens collected as positionals.
   - Typed values, with parse failures returning an orc_rt::Error.
   - printHelp() with aligned, optionally short-name-aware output.

  Values are bound to caller-owned storage supplied at registration time and
  reset to their defaults on each parse().

  Also adds CommandLineTest.cpp to the CoreTests unittest and fixes the
  indentation of the docs subdirectory guard in orc-rt/CMakeLists.txt.
DeltaFile
+256-0orc-rt/include/orc-rt-utils/CommandLine.h
+145-0orc-rt/test/unit/CommandLineTest.cpp
+1-0orc-rt/test/unit/CMakeLists.txt
+402-03 files

NetBSD/pkgsrc-wip 1b055f3whisper.cpp Makefile

wip/whisper.cpp: Update HOMEPAGE and MASTER_SITES to new GitHub organization
DeltaFile
+2-2whisper.cpp/Makefile
+2-21 files

LLVM/project dcfcd3elibc/docs conf.py, libc/docs/dev building_docs.md

Fix trouble shooting definition list
DeltaFile
+6-9libc/docs/dev/building_docs.md
+2-0libc/docs/conf.py
+8-92 files

LLVM/project f5169f2libcxx/include unordered_set unordered_map, libcxx/test/std/containers/associative/multimap/multimap.cons iter_iter_comp_alloc.pass.cpp

[libc++] Enable missing allocator constructors in C++11 (#204845)

LWG2210 was a patch to N2554 (C++11) which added missing
allocator-extended constructors to various containers. When LWG2210 was
implemented, the constructors were gated with C++14. However, we
normally apply LWG issue resolutions as DRs.

This patch enables these constructors in C++11 mode too.

Fixes #204843

---------

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Co-authored-by: A. Jiang <de34 at live.cn>
DeltaFile
+40-0libcxx/test/std/containers/associative/multimap/multimap.cons/iter_iter_comp_alloc.pass.cpp
+12-24libcxx/include/unordered_set
+18-18libcxx/include/unordered_map
+16-9libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp
+8-16libcxx/include/set
+17-7libcxx/test/std/containers/sequences/list/list.cons/size_type.pass.cpp
+111-7437 files not shown
+159-14443 files

LLVM/project be9bea7clang/include/clang/Basic BuiltinsAMDGPU.td, llvm/include/llvm/IR IntrinsicsAMDGPU.td

[AMDGPU] Guard more intrinsics with target features
DeltaFile
+1-51llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+0-42llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+16-17llvm/lib/Target/AMDGPU/AMDGPU.td
+0-24llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+15-2llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+4-4clang/include/clang/Basic/BuiltinsAMDGPU.td
+36-14024 files not shown
+82-17630 files

LLVM/project b2b67ballvm/lib/CodeGen/GlobalISel IRTranslator.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.permlane16.swap.ll

[GISel] Don't return false when an intrinsic is not supported (#208567)

This will abort immediately by default, which is not ideal.
DeltaFile
+0-2llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
+1-1llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane16.swap.ll
+1-32 files

LLVM/project 880f3d0mlir/include/mlir/Dialect/XeGPU/Transforms XeGPULayoutImpl.h, mlir/lib/Dialect/XeGPU/Transforms XeGPULayoutImpl.cpp XeGPUPropagateLayout.cpp

[mlir][xegpu] Support subgroup layout assignment for scatter stores (#205955)

Add getStoreSubgroupLayouts() to derive the subgroup (sg_layout/sg_data)
anchor layout for store_scatter and store_matrix. It factorizes numSg
into the most balanced sg_layout that divides the workgroup tile with
sg_data a multiple of inst_data (lane_layout * lane_data).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
DeltaFile
+32-25mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp
+47-0mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
+24-2mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp
+4-0mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h
+107-274 files

Linux/linux a635d67fs/smb/server smb2pdu.c auth.c, fs/smb/server/mgmt user_session.c

Merge tag 'v7.2-rc2-smb3-server-fixes' of git://git.samba.org/ksmbd

Pull smb server fixes from Steve French:
 "This contains a set of SMB server fixes mostly around session setup,
  multichannel/session binding, and protocol-compatible error reporting:

   - Fix SID-to-id mapping so only SIDs with a valid local Unix
     representation are translated, while preserving other Windows
     SIDs in NT ACL xattrs

   - Fix SMB3 multichannel binding across multi-round authentication,
     keep the derived channel key separate from the established session
     key, and enforce the 32-channel session limit

   - Match Windows-compatible close timestamp behavior by coalescing
     automatic write time updates smaller than 15ms

   - Return STATUS_DISK_FULL for SET_INFO allocation failures caused
     by ENOSPC or EFBIG

    [22 lines not shown]
DeltaFile
+151-54fs/smb/server/smb2pdu.c
+28-21fs/smb/server/auth.c
+17-4fs/smb/server/smbacl.c
+14-2fs/smb/server/server.c
+4-3fs/smb/server/auth.h
+2-2fs/smb/server/mgmt/user_session.c
+216-862 files not shown
+218-868 files

LLVM/project 27d83e2clang/lib/Basic/Targets PPC.cpp PPC.h, clang/test/Sema attr-target.c

[AIX] diagnose invalid feature strings on the target attribute (#208059)

Currently, Sema calls `getTargetInfo().isValidFeatureName(S)` to
validate string inputs on the `target` attribute. `PPCTargetInfo`
doesn't override the function and the base class implementation returns
true unconditionally. This results in the FE accepting invalid feature
strings on `target` attribute, and generates invalid target-feature
values in the IR.

Co-authored-by: Wael Yehia <wyehia at ca.ibm.com>
DeltaFile
+8-0clang/lib/Basic/Targets/PPC.cpp
+7-0llvm/lib/TargetParser/PPCTargetParser.cpp
+2-2clang/test/Sema/attr-target.c
+3-0llvm/include/llvm/TargetParser/TargetParser.h
+2-0clang/lib/Basic/Targets/PPC.h
+1-0llvm/include/llvm/TargetParser/PPCTargetParser.h
+23-26 files

LLVM/project f40ad8fclang/docs AMDGPUSupport.rst, clang/include/clang/Basic BuiltinsAMDGPUDocs.td BuiltinsAMDGPU.td

[Clang][AMDGPU] Add __builtin_amdgcn_s_buffer_load_<T> (#203352)

Expose `llvm.amdgcn.s.buffer.load` intrinsic overloads for OpenCL via
`__builtin_amdgcn_s_buffer_load_*` builtins.

Function prototypes:
```
  <return-type>
  __builtin_amdgcn_s_buffer_load_<suffix>(
      v4i32 rsrc,  // 4-dword buffer resource in SGPRs
      int offset,  // byte offset from the base of the buffer
      int aux);    // cache-policy, control flags. Must be compile-time const.
```
Where:
```
  return-type       suffix
  ----------------  ------
  char              i8
  unsigned char     u8

    [25 lines not shown]
DeltaFile
+286-0clang/test/CodeGenOpenCL/builtins-amdgcn-s-buffer-load.cl
+125-0clang/test/SemaOpenCL/builtins-amdgcn-s-buffer-load-error.cl
+51-0clang/include/clang/Basic/BuiltinsAMDGPUDocs.td
+40-0clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
+30-0clang/include/clang/Basic/BuiltinsAMDGPU.td
+7-0clang/docs/AMDGPUSupport.rst
+539-06 files

LLVM/project cd6d0adclang/docs ReleaseNotes.md, clang/lib/Sema SemaTemplate.cpp

[clang] fix typo-correction for template name lookup

Only consider candidates which are templates.

Disable spell checking for a DR test in order to not introduce noise,
as spell checking is never helpful in those.

Fixes #207498
DeltaFile
+19-1clang/lib/Sema/SemaTemplate.cpp
+7-7clang/test/CXX/drs/cwg5xx.cpp
+11-0clang/test/SemaCXX/typo-correction.cpp
+1-0clang/docs/ReleaseNotes.md
+38-84 files

LLVM/project 09ad7f1llvm/utils/gn/secondary/clang/include/clang/Basic BUILD.gn, llvm/utils/gn/secondary/clang/lib/Basic BUILD.gn

[gn build] Port commits (#208584)

0f9f5a2aba97
a1fcdd1a7a69
c0ddc3c5ce0e
cfa5d6f59db9
DeltaFile
+4-0llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/lib/ScalableStaticAnalysis/SourceTransformation/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/unittests/ScalableStaticAnalysis/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/lib/ABI/BUILD.gn
+9-01 files not shown
+10-07 files

LLVM/project 1eb67aalibc/config/baremetal config.json

[libc] Disable baremetal modular printf (#208576)

This reverts commit a14d084bbb1a7261d8a71c56120159abb6af330b.
Though the modular printf works as intented, we noticed a few challenges
using this feature. Without diagnostic help it is difficult to
understand which "modules" got linked in and why. Disabling this to be
the default setting until this is sorted.
DeltaFile
+3-6libc/config/baremetal/config.json
+3-61 files

LLVM/project 2c04b33llvm/docs conf.py LibFuzzer.md, llvm/docs/_static custom.css copybutton.js

[Docs] Migrate LLVM docs to furo (#184440)

Implements the proposal at
https://discourse.llvm.org/t/rfc-update-llvm-docs-to-furo-theme/90053

Furo output at https://nigham.github.io/llvm_docs_furo/LangRef.html

- Switched theme to Furo
- Removed `:content` directives from RSTs, since Furo always has a TOC
on the side.

Credits for various pieces of feedback and improvements: @Pierre-vh
@aengelke @slinder1 @jhuber6 @fmayer @llvm/infrastructure-area-team
@petrhosek @rnk @boomanaiden154 (see discussions in the RFC)
DeltaFile
+62-0llvm/docs/_static/custom.css
+56-0llvm/docs/_static/copybutton.js
+39-0llvm/docs/_static/copybutton.css
+16-15llvm/docs/conf.py
+4-16llvm/docs/LibFuzzer.md
+0-16llvm/docs/ReleaseProcess.rst
+177-47154 files not shown
+194-553160 files

LLVM/project e2bd9ceoffload/ci openmp-offload-amdgpu-libc-runtime.py openmp-offload-amdgpu-runtime.py, offload/cmake/caches FlangOffload.cmake AMDGPULibcBot.cmake

Revert "[Offload][CI][AMDGPU] Update build scripts for updated triple" (#208583)

Reverts llvm/llvm-project#208568

It breaks bots.
DeltaFile
+5-5offload/cmake/caches/FlangOffload.cmake
+4-4offload/ci/openmp-offload-amdgpu-libc-runtime.py
+4-4offload/cmake/caches/AMDGPULibcBot.cmake
+3-3offload/cmake/caches/Offload.cmake
+2-2offload/ci/openmp-offload-amdgpu-runtime.py
+2-2offload/ci/openmp-offload-amdgpu-clang-flang.py
+20-201 files not shown
+22-227 files

FreeBSD/ports a9d08adsysutils/py-nvitop distinfo Makefile

sysutils/py-nvitop: Update to 1.7.0

ChangeLog: https://github.com/XuehaiPan/nvitop/releases/tag/v1.7.0

MFH:            2026Q3
(cherry picked from commit b2c6543e3d8bad102ca535e4cbd1ff8f77424eb0)
DeltaFile
+3-3sysutils/py-nvitop/distinfo
+1-1sysutils/py-nvitop/Makefile
+4-42 files

FreeBSD/ports b2c6543sysutils/py-nvitop distinfo Makefile

sysutils/py-nvitop: Update to 1.7.0

ChangeLog: https://github.com/XuehaiPan/nvitop/releases/tag/v1.7.0

MFH:            2026Q3
DeltaFile
+3-3sysutils/py-nvitop/distinfo
+1-1sysutils/py-nvitop/Makefile
+4-42 files

LLVM/project 3a3d2cbmlir/lib/Dialect/XeGPU/IR XeGPUDialect.cpp, mlir/test/Dialect/XeGPU propagate-layout-inst-data.mlir propagate-layout-subgroup.mlir

[mlir][xegpu] Fix expandDim distribution for shape_cast layout inference (#205987)

The expanded dims of a shape_cast collapse are row-major (innermost is
fastest-varying), so sg_layout/lane_layout must be distributed
inner-to-outer rather than outer-to-inner, and jointly with the data
component: distribute sg_data/lane_data first, then stride
sg_layout/lane_layout over the per-dim leftover.

Example — shape_cast [8,32,32] -> [256,32] (consumer lane_layout=[8,4],
lane_data=[2,1], order=[0,1]),
  inferred source layout:
before: inst_data=[8,2,4], lane_layout=[8,1,4], lane_data=[1,2,1],
order=[1,0,2] # lanes on slow dim
after: inst_data=[1,16,4], lane_layout=[1,8,4], lane_data=[1,2,1],
order=[1,0,2] # lanes wrap to fast dim

This also fixes wrap-around, e.g. [2,16]->[32] with sg_layout=[4],
sg_data=[4] → sg_layout=[1,4], sg_data=[1,4].


    [2 lines not shown]
DeltaFile
+57-81mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
+28-37mlir/test/Dialect/XeGPU/propagate-layout-inst-data.mlir
+18-1mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
+1-1mlir/test/Dialect/XeGPU/propagate-layout.mlir
+104-1204 files

FreeBSD/ports 6372668emulators/86Box Makefile

emulators/86Box: Add vde to Makefile

- Add net/vde2 as dependency for Network Distributed Ethernet
- Bump portrevision
- Pet Makefile

PR:             295559
Reported by:    Ariel Millennium Thornton <arielmt at thornton2.com>
MFH:            2023Q3

(cherry picked from commit 00cab903f60289b134de646ef5d7c59351ddc842)
DeltaFile
+7-3emulators/86Box/Makefile
+7-31 files

FreeBSD/ports 00cab90emulators/86Box Makefile

emulators/86Box: Add vde to Makefile

- Add net/vde2 as dependency for Network Distributed Ethernet
- Bump portrevision
- Pet Makefile

PR:             295559
Reported by:    Ariel Millennium Thornton <arielmt at thornton2.com>
MFH:            2023Q3
DeltaFile
+7-3emulators/86Box/Makefile
+7-31 files

LLVM/project 9cfb4b6clang/lib/CodeGen CGExprScalar.cpp, clang/lib/Parse ParseOpenMP.cpp

Fix review comments
DeltaFile
+17-0clang/lib/Sema/SemaOpenMP.cpp
+10-6clang/lib/Parse/ParseOpenMP.cpp
+0-1clang/lib/CodeGen/CGExprScalar.cpp
+27-73 files

LLVM/project 3145761flang/lib/Optimizer/Builder CUDAIntrinsicCall.cpp, flang/test/Lower/CUDA cuda-device-proc.cuf

[flang][cuda] Fix atomicCAS to return the old value (#208558)

atomicCAS returned cmpxchg's success flag instead of the old value,
breaking spinlock idioms. Extract element 0 (bitcast back for floats).
DeltaFile
+7-3flang/lib/Optimizer/Builder/CUDAIntrinsicCall.cpp
+4-4flang/test/Lower/CUDA/cuda-device-proc.cuf
+11-72 files

FreeNAS/freenas 3b822eesrc/middlewared/middlewared/plugins/boot_environment crud.py __init__.py, tests README.md

boot.environment: replace zectl with the truenas_bootenv engine

The typesafe boot_environment plugin now calls the engine from the
truenas_pylibzfs truenas_bootenv package on the middleware
thread-local libzfs handle instead of shelling out to zectl. Mutations
serialize under an asyncio lock, the boot menu regenerates through
etc.generate('grub') behind a truenas:grub_pending marker that setup()
reconciles after a crash, activate rolls bootfs back when the menu
cannot be written, and the pool is synced afterwards so the menu
change is crash durable.

Re-activating the activated boot environment is allowed again as the
retry path after a failed menu regeneration; the api2 test asserting
the old rejection now asserts the retry succeeds. can_activate treats
a missing truenas:kernel_version as not activatable instead of only
the literal dash. The boot-time dataset promotion uses the engine
instead of parsing zfs list -j output.
DeltaFile
+202-88src/middlewared/middlewared/plugins/boot_environment/crud.py
+99-1src/middlewared/middlewared/plugins/boot_environment/__init__.py
+0-19src/middlewared/middlewared/plugins/boot_environment/utils.py
+4-5tests/api2/test_boot_environments.py
+4-5tests/README.md
+309-1185 files

LLVM/project 80d57d1llvm/lib/Transforms/IPO AttributorAttributes.cpp Attributor.cpp, llvm/test/Transforms/Attributor undefined_behavior.ll

[Attributor] Add remarks when UB is optimized to unreachable (#207864)

These often bite LTO users in surprising and hard-to-debug ways. Adding
remarks to give at least a small bread-crumb as to 'why' we're
optimizing out chunks of code.
DeltaFile
+82-16llvm/lib/Transforms/IPO/AttributorAttributes.cpp
+54-0llvm/test/Transforms/Attributor/undefined_behavior.ll
+8-2llvm/lib/Transforms/IPO/Attributor.cpp
+144-183 files

LLVM/project 9cfa768offload/ci openmp-offload-amdgpu-libc-runtime.py openmp-offload-amdgpu-clang-flang.py, offload/cmake/caches FlangOffload.cmake AMDGPULibcBot.cmake

[Offload][CI][AMDGPU] Update build scripts for updated triple (#208568)

As new triple is introduced
https://github.com/llvm/llvm-project/pull/206480, updated the build
scripts accordingly.
DeltaFile
+5-5offload/cmake/caches/FlangOffload.cmake
+4-4offload/ci/openmp-offload-amdgpu-libc-runtime.py
+4-4offload/cmake/caches/AMDGPULibcBot.cmake
+3-3offload/cmake/caches/Offload.cmake
+2-2offload/ci/openmp-offload-amdgpu-clang-flang.py
+2-2offload/cmake/caches/AMDGPUBot.cmake
+20-201 files not shown
+22-227 files

LLVM/project 9dabe38mlir/lib/Conversion/VectorToXeGPU VectorToXeGPU.cpp, mlir/test/Conversion/VectorToXeGPU transfer-read-to-xegpu.mlir transfer-write-to-xegpu.mlir

[mlir][xegpu] Fix crash on 0D vector in vector-to-xegpu transfer lowering (#205812)

`transferPreconditions` accepted rank-0 vectors, which then reached
`computeOffsets` and indexed an empty `SmallVector` (`broadcasted[0]`),
asserting `idx < size()` and crashing. For example:

```mlir
vector.transfer_write %arg0, %arg1[%1] : vector<f32>, memref<3xf32>
```

This is valid IR (the verifier accepts it; 0D vector transfers are part
of the vector dialect spec), so the conversion pass should not crash on
it.

Bail out via `notifyMatchFailure` for 0D vectors in the shared
`transferPreconditions`, so both `transfer_read` and `transfer_write`
are left unconverted instead of crashing. This matches how the core
vector lowering already treats 0D transfers as an unsupported corner
case (see `mlir/lib/Dialect/Vector/Transforms/LowerVectorTransfer.cpp`).

    [3 lines not shown]
DeltaFile
+19-1mlir/test/Conversion/VectorToXeGPU/transfer-read-to-xegpu.mlir
+17-0mlir/test/Conversion/VectorToXeGPU/transfer-write-to-xegpu.mlir
+2-0mlir/lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp
+38-13 files

LLVM/project a5d6462clang/lib/ScalableStaticAnalysis/Analyses/PinnedPointers PinnedPointers.cpp, clang/test/Analysis/Scalable/PinnedPointers pinned-pointers.cpp

[SSAF][PinnedPointers] Add pointer parameters of 'main' as pinned pointers

Similar to some pointer entities of operator new/delete overload
functions, pointer type parameters of the main function shall also
retain its type during clang-reforge transformation.

rdar://179151882
DeltaFile
+27-0clang/unittests/ScalableStaticAnalysis/Analyses/PinnedPointers/PinnedPointersExtractorTest.cpp
+8-0clang/test/Analysis/Scalable/PinnedPointers/pinned-pointers.cpp
+8-0clang/lib/ScalableStaticAnalysis/Analyses/PinnedPointers/PinnedPointers.cpp
+43-03 files

LLVM/project d776249clang/include/clang/ScalableStaticAnalysis/Analyses/OperatorNewDelete OperatorNewDeletePointers.h, clang/include/clang/ScalableStaticAnalysis/Analyses/PinnedPointers PinnedPointers.h

[SSAF][NFC] Rename operator new/delete pointers analysis to pinned pointers

Other pointer entities, such as the pointer parameters of the main
function, must also retain their type during the clang-reforge
transformation. Since they are extracted and processed similarly,
combining them into a single analysis simplifies maintenance.
DeltaFile
+260-0clang/unittests/ScalableStaticAnalysis/Analyses/PinnedPointers/PinnedPointersExtractorTest.cpp
+0-260clang/unittests/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointersExtractorTest.cpp
+0-258clang/lib/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointers.cpp
+254-0clang/lib/ScalableStaticAnalysis/Analyses/PinnedPointers/PinnedPointers.cpp
+0-79clang/include/clang/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointers.h
+76-0clang/include/clang/ScalableStaticAnalysis/Analyses/PinnedPointers/PinnedPointers.h
+590-59721 files not shown
+884-89127 files