Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDQualifierAlignmentFixer.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 …]
HDObjCPropertyAttributeOrderFixer.cpp38 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() argument
151 auto Err = Fixes.add(Replacement); in sortPropertyAttributes()
160 tooling::Replacements &Fixes, const FormatToken *Tok) { in analyzeObjCPropertyDecl() argument
178 sortPropertyAttributes(SourceMgr, Fixes, LParenTok->Next, RParenTok); in analyzeObjCPropertyDecl()
186 tooling::Replacements Fixes; in analyze() local
209 analyzeObjCPropertyDecl(SourceMgr, Keywords, Fixes, Tok); in analyze()
216 return {Fixes, 0}; in analyze()
HDUsingDeclarationsSorter.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()
HDNamespaceEndCommentsFixer.cpp222 tooling::Replacements *Fixes) { in addEndComment() argument
225 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in addEndComment()
234 tooling::Replacements *Fixes) { in updateEndComment() argument
239 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in updateEndComment()
286 tooling::Replacements Fixes; in analyze() local
301 return {Fixes, 0}; in analyze()
336 updateEndComment(EndCommentPrevTok, std::string(), SourceMgr, &Fixes); in analyze()
369 SourceMgr, &Fixes); in analyze()
373 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()
377 return {Fixes, 0}; in analyze()
HDQualifierAlignmentFixer.h66 tooling::Replacements &Fixes);
70 tooling::Replacements &Fixes,
77 tooling::Replacements &Fixes,
HDObjCPropertyAttributeOrderFixer.h30 tooling::Replacements &Fixes,
34 tooling::Replacements &Fixes,
HDFormat.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-13-stable/contrib/libcbor/
HDCHANGELOG.md54 … increasing the reference count on the tagged item reference it returns [[Fixes #109](https://gith…
63 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (disc…
65 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://gi…
66 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
69 - Fix memory_allocation_test breaking the build without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://gi…
83 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/52).
86 - Correctly set OSX dynamic library version [[Fixes #75]](https://github.com/PJK/libcbor/issues/75)
89 and builder helper functions [[Fixes #84]](https://github.com/PJK/libcbor/issues/84)
92 - Globally enforced code style [[Fixes #83]](https://github.com/PJK/libcbor/issues/83)
96 …running on a big-endian machine [[Fixes #99](https://github.com/PJK/libcbor/issues/99), [#100](htt…
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDDiagnosticsYaml.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-13-stable/contrib/byacc/package/debian/
HDchangelog410 * Converted to new source format (Fixes #8085).
412 * Fixed to allow compilation on non-i386 (Fixes #3361).
413 * Added extended description (Fixes #3567).
414 * Added diversion to avoid conflict with bison (Fixes #8086).
/freebsd-13-stable/share/doc/papers/relengr/
HDref.bib4 %T Bug Fixes and Changes in 4.3BSD
/freebsd-13-stable/contrib/bzip2/
HDCHANGES270 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-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDUnsafeBufferUsage.h123 FixItList &&Fixes, const Decl *D,
/freebsd-13-stable/contrib/lutok/
HDNEWS7 appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04
/freebsd-13-stable/contrib/libpcap/
HDCHANGES36 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-13-stable/contrib/kyua/
HDCONTRIBUTING.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-13-stable/crypto/openssl/
HDNEWS593 o Fixes for bugs introduced with 0.9.8f.
625 o Fixes for VC++ 2005.
630 o Fixes auto dynamic engine loading in Win32.
760 o Fixes to PKCS#7 (S/MIME) code.
869 o Fixes for length problems.
870 o Fixes for uninitialised variables.
871 o Fixes for memory leaks, some unusual crashes and some race conditions.
872 o Fixes for smaller building problems.
977 o Fixes to make s_client, s_server work under Windows
/freebsd-13-stable/lib/libc/db/
HDchangelog100 existing database. Fixes to byte-order conversions.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDUnsafeBufferUsage.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-13-stable/contrib/tnftp/
HDChangeLog12 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-13-stable/contrib/tcpdump/
HDCHANGES561 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-13-stable/contrib/tcsh/
HDFixes384 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-13-stable/contrib/llvm-project/lld/docs/
HDReleaseNotes.rst119 Fixes subsection
/freebsd-13-stable/contrib/libevent/
HDChangeLog-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-13-stable/contrib/ntp/sntp/libevent/
HDChangeLog-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)

123