Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp55 tooling::Replacements &Fixes, in replaceToken() argument
58 auto Err = Fixes.add(Replacement); in replaceToken()
67 tooling::Replacements &Fixes, in removeToken() argument
71 replaceToken(SourceMgr, Fixes, Range, ""); in removeToken()
75 tooling::Replacements &Fixes, in insertQualifierAfter() argument
84 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierAfter()
88 tooling::Replacements &Fixes, in insertQualifierBefore() argument
97 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierBefore()
113 tooling::Replacements &Fixes, const FormatToken *First, in rotateTokens() argument
151 replaceToken(SourceMgr, Fixes, Range, NewText); in rotateTokens()
[all …]
H A DObjCPropertyAttributeOrderFixer.cpp36 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() argument
146 auto Err = Fixes.add(Replacement); in sortPropertyAttributes()
155 tooling::Replacements &Fixes, const FormatToken *Tok) { in analyzeObjCPropertyDecl() argument
173 sortPropertyAttributes(SourceMgr, Fixes, LParenTok->Next, RParenTok); in analyzeObjCPropertyDecl()
181 tooling::Replacements Fixes; in analyze() local
204 analyzeObjCPropertyDecl(SourceMgr, Keywords, Fixes, Tok); in analyze()
211 return {Fixes, 0}; in analyze()
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock() argument
172 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, "")); in endUsingDeclarationBlock()
196 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, Text)); in endUsingDeclarationBlock()
216 tooling::Replacements Fixes; in analyze() local
222 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
227 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
234 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
240 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
242 return {Fixes, 0}; in analyze()
H A DQualifierAlignmentFixer.h66 tooling::Replacements &Fixes);
70 tooling::Replacements &Fixes,
77 tooling::Replacements &Fixes,
H A DFormat.cpp2968 tooling::Replacements Fixes; in generateFixes() local
2984 Fixes.add(tooling::Replacement(Env.getSourceManager(), SR, "")); in generateFixes()
2994 return Fixes; in generateFixes()
3953 tooling::Replacements Fixes; in reformat() local
3960 Fixes = Fixes.merge(PassFixes.first); in reformat()
3966 tooling::calculateRangesAfterReplacements(Fixes, Ranges), in reformat()
3979 for (const tooling::Replacement &Fix : Fixes) { in reformat()
3989 Fixes = std::move(NonNoOpFixes); in reformat()
3992 return {Fixes, Penalty}; in reformat()
/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/contrib/libcbor/
H A DCHANGELOG.md105 … increasing the reference count on the tagged item reference it returns [[Fixes #109](https://gith…
115 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (disc…
117 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://gi…
118 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
121 - Fix memory_allocation_test breaking the build without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://gi…
137 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/52).
140 - Correctly set OSX dynamic library version [[Fixes #75]](https://github.com/PJK/libcbor/issues/75)
143 and builder helper functions [[Fixes #84]](https://github.com/PJK/libcbor/issues/84)
146 - Globally enforced code style [[Fixes #83]](https://github.com/PJK/libcbor/issues/83)
150 …running on a big-endian machine [[Fixes #99](https://github.com/PJK/libcbor/issues/99), [#100](htt…
[all …]
/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/smart/
H A DChangelog37 - Fixes
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h139 FixItList &&Fixes, const Decl *D,
/freebsd/contrib/libpcap/
H A DCHANGES143 Avoid 32-bit unsigned integer overflow in USB captures. Fixes
167 Convert the module to C. Fixes issue #1114.
168 Address a few compiler warnings. Fixes issue #1114.
169 Fix various build problems. Fixes issue #1114.
221 support, if no capture mechanism was found. Fixes issue #1016.
225 Better handle enabling and disabling of sanitizers. Fixes issue
802 Fixes for captures on MacOS, utun0
1194 Fixes for Linux USB capture
1226 Fixes to autoconf and general build environment
1262 Fixes to discard unread packets when changing filters
[all …]
/freebsd/contrib/xz/
H A DChangeLog223 Fixes: 4cce3e27f529 ("liblzma: Add threaded .xz decompressor.")
352 Fixes: 8d13dd61ecb7 ("Translations: Update the Brazilian Portuguese translation")
392 Fixes: https://github.com/tukaani-project/xz/pull/240
535 Fixes: https://github.com/tukaani-project/xz/pull/239
627 Fixes: https://github.com/tukaani-project/xz/pull/238
663 Fixes: https://github.com/tukaani-project/xz/pull/232
678 Fixes: 5005914f1acf ("liblzma: Index decoder: Reject an obviously-bad Number of>
679 Fixes: 0352dc7929b1 ("liblzma: Silence a compiler warning")
690 Fixes: 10dfae83fd3b ("Tests: test_index: Add a test for the Index decoder memusage bug")
701 Fixes
[all...]
/freebsd/contrib/lutok/
H A DNEWS48 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/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/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db2120 existing database. Fixes to byte-order conversions.
/freebsd/contrib/tcpdump/
H A DCHANGES635 Fixes issue where statistics not reported when -G and -W options used
661 CFM: Fixes to match the IEEE standard, additional bounds and length checks
1126 Fixes for compiling under MSVC++
1141 Fixes for 64bit compiling
1171 Fixes for compiling on nearly every platform,
1176 Fixes for recent version of GCC to eliminate warnings
1212 Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184
1236 Fixes for ASN.1 decoder for 2.100.3 forms.
1240 Fixes for HP C compiler builds.
1243 Fixes to 802.11 decoding.
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst108 Fixes subsection
/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/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/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3093 FixItList Fixes; in getFixits() local
3114 Fixes.push_back(FixItHint::CreateReplacement( in getFixits()
3118 Fixes.push_back(FixItHint::CreateInsertion( in getFixits()
3120 return Fixes; in getFixits()
3135 FixItList Fixes; in getFixits() local
3148 Fixes.push_back(FixItHint::CreateReplacement( in getFixits()
3150 return Fixes; in getFixits()

123