llvm-capstone/llvm
Stefan Gränitz 29f6c0fdfe [JITLink][AArch32] Fix MSVC error on missing constexpr capture
The Windows MSVC builder complains: 'ImmMask' cannot be implicitly captured because no default capture mode has been
specified
When adding the explicit capture, Clang warns: Lambda capture 'ImmMask' is not required to be captured for this use

This seems to be a known implementation divergence. Using a default value capture should avoid the issue.
2023-09-13 23:40:05 +02:00
..
benchmarks
bindings
cmake
docs [Docs][Github] explain how to rectify gh pr merge failure (#66223) 2023-09-13 14:03:24 -07:00
examples
include reland [InlineAsm] wrap ConstraintCode in enum class NFC (#66264) 2023-09-13 13:31:24 -07:00
lib [InstCombine] Rename some shadow variables; NFC 2023-09-13 15:50:18 -05:00
projects
resources
runtimes
test [InstCombine] Transform (icmp ult/uge (and X, Y), X) -> (icmp ne/eq (and X, Y), X) 2023-09-13 15:50:17 -05:00
tools [llvm-nm] Fix heap-use-after-free while executing 'llvm-nm -n --export-symbols' (#65668) 2023-09-13 19:39:03 +02:00
unittests [JITLink][AArch32] Fix MSVC error on missing constexpr capture 2023-09-13 23:40:05 +02:00
utils
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.