Home
last modified time | relevance | path

Searched refs:Fixes (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp58 tooling::Replacements &Fixes, in replaceToken() argument
61 auto Err = Fixes.add(Replacement); in replaceToken()
70 tooling::Replacements &Fixes, in removeToken() argument
74 replaceToken(SourceMgr, Fixes, Range, ""); in removeToken()
78 tooling::Replacements &Fixes, in insertQualifierAfter() argument
87 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierAfter()
91 tooling::Replacements &Fixes, in insertQualifierBefore() argument
100 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierBefore()
116 tooling::Replacements &Fixes, const FormatToken *First, in rotateTokens() argument
152 replaceToken(SourceMgr, Fixes, Range, NewText); in rotateTokens()
[all …]
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock() argument
173 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, "")); in endUsingDeclarationBlock()
197 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, Text)); in endUsingDeclarationBlock()
217 tooling::Replacements Fixes; in analyze() local
223 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
228 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
235 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
241 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
243 return {Fixes, 0}; in analyze()
H A DQualifierAlignmentFixer.h66 tooling::Replacements &Fixes);
70 tooling::Replacements &Fixes,
77 tooling::Replacements &Fixes,
H A DFormat.cpp2799 tooling::Replacements Fixes; in generateFixes() local
2815 Fixes.add(tooling::Replacement(Env.getSourceManager(), SR, "")); in generateFixes()
2825 return Fixes; in generateFixes()
3765 tooling::Replacements Fixes; in reformat() local
3772 Fixes = Fixes.merge(PassFixes.first); in reformat()
3778 tooling::calculateRangesAfterReplacements(Fixes, Ranges), in reformat()
3791 for (const tooling::Replacement &Fix : Fixes) { in reformat()
3801 Fixes = std::move(NonNoOpFixes); in reformat()
3804 return {Fixes, Penalty}; in reformat()
/freebsd/contrib/libcbor/
H A DCHANGELOG.md67 - BREAKING: Fix `cbor_tag_item` not increasing the reference count on the tagged item reference it returns [[Fixes #109](https://github.com/PJK/libcbor/issues/109)] (discovered bt [JohnGilmour](https://github.com/JohnGilmour))
76 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (discovered by [BSipos-RKF](https://github.com/BSipos-RKF))
78 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://github.com/PJK/libcbor/issues/112) (discovered by [yami36](https://github.com/yami36))
79 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
82 - Fix memory_allocation_test breaking the build without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://github.com/PJK/libcbor/issues/128) (by [panlinux](https://github.com/panlinux))
96 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/52).
99 - Correctly set OSX dynamic library version [[Fixes #75]](https://github.com/PJK/libcbor/issues/75)
102 and builder helper functions [[Fixes #84]](https://github.com/PJK/libcbor/issues/84)
105 - Globally enforced code style [[Fixes #83]](https://github.com/PJK/libcbor/issues/83)
109 running on a big-endian machine [[Fixes #9
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h43 std::vector<clang::tooling::Replacement> Fixes; in LLVM_YAML_IS_SEQUENCE_VECTOR()
45 llvm::append_range(Fixes, Replacements.second); in LLVM_YAML_IS_SEQUENCE_VECTOR()
47 Io.mapRequired("Replacements", Fixes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
48 for (auto &Fix : Fixes) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/share/doc/papers/relengr/
H A Dref.bib4 %T Bug Fixes and Changes in 4.3BSD
/freebsd/contrib/bzip2/
H A DCHANGES270 Fixes some minor bugs since the last version, 1.0.2.
284 * Fixes for various compilation warnings with newer versions of
293 Fixes some minor bugs since the last version, 1.0.3.
305 * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758
318 Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
/freebsd/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md10 Fixes: <Short hash and title line of commit fixed by this change>
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h123 FixItList &&Fixes, const Decl *D,
/freebsd/contrib/libpcap/
H A DCHANGES36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes
60 Convert the module to C. Fixes issue #1114.
61 Address a few compiler warnings. Fixes issue #1114.
62 Fix various build problems. Fixes issue #1114.
114 support, if no capture mechanism was found. Fixes issue #1016.
118 Better handle enabling and disabling of sanitizers. Fixes issue
695 Fixes for captures on MacOS, utun0
1087 Fixes for Linux USB capture
1119 Fixes to autoconf and general build environment
1155 Fixes to discard unread packets when changing filters
[all …]
/freebsd/contrib/lutok/
H A DNEWS7 appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md125 message with `Fixes #N.` where `N` is the number of the issue being fixed and
131 `Fixes #N.` in any of the individual commit messages of the branch nor include
/freebsd/lib/libc/db/
H A Dchangelog100 existing database. Fixes to byte-order conversions.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2132 FixItList Fixes; in getFixits() local
2153 Fixes.push_back(FixItHint::CreateReplacement( in getFixits()
2157 Fixes.push_back(FixItHint::CreateInsertion( in getFixits()
2159 return Fixes; in getFixits()
2174 FixItList Fixes; in getFixits() local
2187 Fixes.push_back(FixItHint::CreateReplacement( in getFixits()
2189 return Fixes; in getFixits()
/freebsd/contrib/tnftp/
H A DChangeLog12 Fixes build when using newer glibc.
56 Fixes PR 38589.
59 Fixes PR 35630.
190 Fixes NetBSD Problem Report 17617.
295 Fixes build issue on older Darwin where the previous autoconf check
376 cast to int. Fixes build problem for alpha.
419 Fixes build problem on HP-UX with cc.
431 Fixes build problem on OSX.3.
467 setsockopt(3) in various places. Fixes a problem noted by
802 80. Fixes [bin/15415] from Takahiro Kambe
[all …]
/freebsd/contrib/tcpdump/
H A DCHANGES561 Fixes issue where statistics not reported when -G and -W options used
587 CFM: Fixes to match the IEEE standard, additional bounds and length checks
1052 Fixes for compiling under MSVC++
1067 Fixes for 64bit compiling
1097 Fixes for compiling on nearly every platform,
1102 Fixes for recent version of GCC to eliminate warnings
1138 Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184
1162 Fixes for ASN.1 decoder for 2.100.3 forms.
1166 Fixes for HP C compiler builds.
1169 Fixes to 802.11 decoding.
[all …]
/freebsd/contrib/tcsh/
H A DFixes384 48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac)
385 47. Fixes constness warnings with !SHORT_STRINGS: short2str is "strip()",
389 46. Fixes some constness warnings with SHORT_STRINGS; this is orthogonal
635 15. Fixes to polish nls locale (Pawe� Niewiadomski)
778 51. Fixes for irix configuration (Kaveh)
835 1. Ported Fixes (Tom)
1033 84. Completion Fixes from Tom
1087 37. Fixes in bind compatibility code to bindkey.
1225 59. Fixes for Henry Spenser's regex in the Makefiles
1280 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst119 Fixes subsection
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.432 …are a negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found…
148 …h chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184.
177 o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
/freebsd/contrib/libevent/
H A DChangeLog-1.432 …are a negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found…
148 …h chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184.
177 o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
/freebsd/crypto/openssl/
H A DNEWS.md1034 * Fixes for bugs introduced with 0.9.8f.
1066 * Fixes for VC++ 2005.
1071 * Fixes auto dynamic engine loading in Win32.
1201 * Fixes to PKCS#7 (S/MIME) code.
1310 * Fixes for length problems.
1311 * Fixes for uninitialised variables.
1312 * Fixes for memory leaks, some unusual crashes and some race conditions.
1313 * Fixes for smaller building problems.
1418 * Fixes to make s_client, s_server work under Windows
/freebsd/contrib/libarchive/
H A DNEWS57 May 18, 2019: Fixes for reading Android APK and JAR archives
212 Feb 17, 2011: Fixes for AIX, TRU64, and other platforms
702 Jan 9, 2007: Fixes for large ISOs. The code should correctly handle
719 Fixes a bug adding files when writing archive to pipe or when
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md32 * [Coverity Defect Fixes](#coverity-defect-fixes)
229 #### Coverity Defect Fixes
/freebsd/contrib/nvi/regex/
H A DWHATSNEW15 makefile has generally been cleaned up some. Fixes have been made

123