Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

clang-analyzer-16.0.6-4.fc38 RPM for noarch

From Fedora 38 updates for aarch64 / Packages / c

Name: clang-analyzer Distribution: Fedora Project
Version: 16.0.6 Vendor: Fedora Project
Release: 4.fc38 Build date: Thu Feb 1 10:57:07 2024
Group: Unspecified Build host: buildhw-x86-03.iad2.fedoraproject.org
Size: 501010 Source RPM: clang-16.0.6-4.fc38.src.rpm
Packager: Fedora Project
Url: http://llvm.org
Summary: A source code analysis framework
The Clang Static Analyzer consists of both a source code analysis
framework and a standalone tool that finds bugs in C and Objective-C
programs. The standalone tool is invoked from the command-line, and is
intended to run in tandem with a build of a project or code base.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception OR NCSA OR MIT

Changelog

* Wed Jan 31 2024 Kefu Chai <kefu.chai@scylladb.com> - 16.0.6-4
  - Fix the too-early instantiation of conditional "explict" by applying the patch
    of https://github.com/llvm/llvm-project/commit/128b3b61fe6768c724975fd1df2be0abec848cf6
* Thu Aug 24 2023 Kefu Chai <kefu.chai@scylladb.com> - 16.0.6-3
  - Fix the stack-use-after-return when using coroutine
    See https://github.com/llvm/llvm-project/issues/59723
* Wed Jul 12 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.6-2
  - Fix rhbz#2221585
* Tue Jul 11 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.6-1
  - Update to LLVM 16.0.6
* Tue Jun 06 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.5-1
  - Update to LLVM 16.0.5
* Fri May 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.4-1
  - Update to LLVM 16.0.4
* Mon May 15 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.3-2
  - Remove patch for ppc64le triple in favor of https://reviews.llvm.org/D149746
* Tue May 09 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.3-1
  - Update to LLVM 16.0.3
* Wed Apr 26 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.2-1
  - Update to LLVM 16.0.2
* Wed Apr 12 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-1
  - Update to LLVM 16.0.1
* Wed Apr 12 2023 Timm Bäder <tbaeder@redhat.com> - 16.0.0-3
  - Use correct source for clang.macros file
* Thu Mar 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-2
  - Remove unnecessary patch and macro
* Mon Mar 20 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-1
  - Update to LLVM 16.0.0
* Thu Mar 16 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-2
  - Fix tests with the right triple
* Tue Mar 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
  - Update to LLVM 16.0.0 RC4
* Tue Mar 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-2
  - Fix RPM macro clang_resource_dir
* Thu Feb 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-1
  - Update to LLVM 16.0.0 RC3
* Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3
  - Update license to SPDX identifiers.
  - Include the Apache license adopted in 2019.
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 12 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-1
  - Update to LLVM 15.0.7
* Thu Jan 12 2023 Nikita Popov <npopov@redhat.com> - 15.0.6-5
  - Fix resource-filesystem ownership conflict
* Mon Jan 09 2023 Tom Stellard <tstellar@redhat.com> - 15.0.6-4
  - Omit frame pointers when building
* Wed Dec 21 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-3
  - Add clang-devel dep to python3-clang
* Mon Dec 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-2
  - Backport patches for ucrt64 toolchain detection
* Mon Dec 05 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-1
  - Update to LLVM 15.0.6
* Thu Nov 03 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
  - Update to LLVM 15.0.4
* Wed Oct 19 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-6
  - Enable ieeelongdouble for ppc64le, fix rhbz#2136099
* Thu Oct 13 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-5
  - Default to non-pie, fix rhbz#2134146
* Wed Oct 05 2022 sguelton@redhat.com - 15.0.0-4
  - Package clang-tidy headers in clang-tools-extra-devel, fix rhbz#2123479
* Thu Sep 22 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
  - Add patch for inline builtins with asm label
* Sat Sep 17 2022 sguelton@redhat.com - 15.0.0-3
  - Improve integration of llvm's libunwind
* Wed Sep 14 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
  - Downgrade implicit int and implicit function declaration to warning only
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
  - Update to LLVM 15.0.0
* Mon Aug 29 2022 sguelton@redhat.com - 14.0.5-7
  - Add a Recommends on libatomic, see rhbz#2118592
* Wed Aug 10 2022 Nikita Popov <npopov@redhat.com> - 14.0.5-6
  - Revert powerpc -mabi=ieeelongdouble default
* Thu Aug 04 2022 Tom Stellard <tstellar@redhat.com> - 14.0.5-5
  - Re-enable ieee128 as the default long double format on ppc64le
* Thu Jul 28 2022 Amit Shah <amitshah@fedoraproject.org> - 14.0.5-4
  - Use the dist_vendor macro to identify the distribution
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 30 2022 Miro Hrončok <mhroncok@redhat.com> - 14.0.5-2
  - Revert "Use the ieee128 format for long double on ppc64le" until rhbz#2100546 is fixed
* Tue Jun 14 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
  - Update to 14.0.5
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 14.0.0-4
  - Rebuilt for Python 3.11
* Thu May 19 2022 Tom Stellard <tstellar@redhat.com> - 14.0.0-3
  - Use the ieee128 format for long double on ppc64le
* Mon Apr 04 2022 Jeremy Newton <alexjnewt AT hotmail DOT com> - 14.0.0-2
  - Add patch for HIP (cherry-picked from llvm trunk, to be LLVM15)
* Wed Mar 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
  - Update to 14.0.0
* Wed Feb 16 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-2
  - Fix some rpmlinter errors
* Thu Feb 03 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
  - Update to LLVM 13.0.1 final
* Tue Feb 01 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc3-1
  - Update to LLVM 13.0.1rc3

Files

/usr/bin/analyze-build
/usr/bin/intercept-build
/usr/bin/scan-build
/usr/bin/scan-build-py
/usr/bin/scan-view
/usr/lib/python3.11/site-packages/libear
/usr/lib/python3.11/site-packages/libear/__init__.py
/usr/lib/python3.11/site-packages/libear/__pycache__
/usr/lib/python3.11/site-packages/libear/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libear/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/libear/config.h.in
/usr/lib/python3.11/site-packages/libear/ear.c
/usr/lib/python3.11/site-packages/libscanbuild
/usr/lib/python3.11/site-packages/libscanbuild/__init__.py
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/analyze.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/analyze.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/arguments.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/arguments.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/clang.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/clang.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/compilation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/compilation.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/intercept.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/intercept.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/report.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/report.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/shell.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/libscanbuild/__pycache__/shell.cpython-311.pyc
/usr/lib/python3.11/site-packages/libscanbuild/analyze.py
/usr/lib/python3.11/site-packages/libscanbuild/arguments.py
/usr/lib/python3.11/site-packages/libscanbuild/clang.py
/usr/lib/python3.11/site-packages/libscanbuild/compilation.py
/usr/lib/python3.11/site-packages/libscanbuild/intercept.py
/usr/lib/python3.11/site-packages/libscanbuild/report.py
/usr/lib/python3.11/site-packages/libscanbuild/resources
/usr/lib/python3.11/site-packages/libscanbuild/resources/scanview.css
/usr/lib/python3.11/site-packages/libscanbuild/resources/selectable.js
/usr/lib/python3.11/site-packages/libscanbuild/resources/sorttable.js
/usr/lib/python3.11/site-packages/libscanbuild/shell.py
/usr/libexec/analyze-c++
/usr/libexec/analyze-cc
/usr/libexec/c++-analyzer
/usr/libexec/ccc-analyzer
/usr/libexec/intercept-c++
/usr/libexec/intercept-cc
/usr/share/man/man1/scan-build.1.gz
/usr/share/scan-build
/usr/share/scan-build/scanview.css
/usr/share/scan-build/sorttable.js
/usr/share/scan-view
/usr/share/scan-view/Reporter.py
/usr/share/scan-view/ScanView.py
/usr/share/scan-view/bugcatcher.ico
/usr/share/scan-view/startfile.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat May 4 01:46:20 2024