summaryrefslogtreecommitdiff
path: root/lang/clang-static-analyzer/PLIST
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-03-10 15:01:52 +0000
committertnn <tnn@pkgsrc.org>2016-03-10 15:01:52 +0000
commit80a9629db9070d8296a7ed683318f857b6af4fbf (patch)
tree90b47c11610c464b8a241db18cb4262181952ebb /lang/clang-static-analyzer/PLIST
parent2c7f4264bd1ae14e7705895ef0e48ef26d68e96a (diff)
downloadpkgsrc-80a9629db9070d8296a7ed683318f857b6af4fbf.tar.gz
Update to clang-3.8.0. Split out llvm tools to lang/llvm.
Packaged in pkgsrc-wip by myself and Kamil. Remove stale pkgsrc/SunOS bread crumbs that were difficult to merge following the build framework switch. Needs to be redone. (Sorry!) Summary of significant changes in LLVM: - switch build framework from autoconf to CMake - llvm-ar now supports thin archives. - llvm doesn t produce .data.rel.ro.local or .data.rel sections anymore. - opional support for linking clang and the LLVM tools with a single libLLVM shared library pkgsrc note: we have this library in lang/libLLVM, but we don't currently use it. We may do so in the future if/when the API matures. - The optimization to move the prologue and epilogue of functions in colder code path (shrink-wrapping) is now enabled by default - new target-independent gcc-compatible emulated Thread Local Storage mode - various target specific optimizations Summary of significant changes in Clang: - new compiler flags for tuning what DWARF information is included - better strict alignment handling - better support for __builtin_object_size
Diffstat (limited to 'lang/clang-static-analyzer/PLIST')
-rw-r--r--lang/clang-static-analyzer/PLIST20
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/clang-static-analyzer/PLIST b/lang/clang-static-analyzer/PLIST
index bcd245caf81..35ed2ab4fe4 100644
--- a/lang/clang-static-analyzer/PLIST
+++ b/lang/clang-static-analyzer/PLIST
@@ -1,15 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2015/11/06 13:50:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/03/10 15:01:52 tnn Exp $
+bin/clang-check
bin/scan-build
bin/scan-view
libexec/c++-analyzer
libexec/ccc-analyzer
man/man1/scan-build.1
-share/llvm/static-analyzer/Reporter.py
-share/llvm/static-analyzer/Resources/FileRadar.scpt
-share/llvm/static-analyzer/Resources/GetRadarVersion.scpt
-share/llvm/static-analyzer/Resources/bugcatcher.ico
-share/llvm/static-analyzer/ScanView.py
-share/llvm/static-analyzer/scan-view
-share/llvm/static-analyzer/scanview.css
-share/llvm/static-analyzer/sorttable.js
-share/llvm/static-analyzer/startfile.py
+share/scan-build/scanview.css
+share/scan-build/sorttable.js
+share/scan-view/FileRadar.scpt
+share/scan-view/GetRadarVersion.scpt
+share/scan-view/Reporter.py
+share/scan-view/ScanView.py
+share/scan-view/bugcatcher.ico
+share/scan-view/startfile.py