Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp61 auto Err = Fixes.add(Replacement); in replaceToken()
70 tooling::Replacements &Fixes, in removeToken() argument
74 replaceToken(SourceMgr, Fixes, Range, ""); in removeToken()
87 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierAfter()
100 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierBefore()
152 replaceToken(SourceMgr, Fixes, Range, NewText); in rotateTokens()
362 replaceToken(SourceMgr, Fixes, Range, ""); in analyzeRight()
503 removeToken(SourceMgr, Fixes, Tok); in analyzeLeft()
537 tooling::Replacements Fixes; in analyze() local
540 return {Fixes, 0}; in analyze()
[all …]
H A DObjCPropertyAttributeOrderFixer.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()
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 DNamespaceEndCommentsFixer.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()
H A DQualifierAlignmentFixer.h57 tooling::Replacements &Fixes);
61 tooling::Replacements &Fixes,
68 tooling::Replacements &Fixes,
H A DObjCPropertyAttributeOrderFixer.h30 tooling::Replacements &Fixes,
34 tooling::Replacements &Fixes,
H A DFormat.cpp2766 tooling::Replacements Fixes; in generateFixes() local
2782 Fixes.add(tooling::Replacement(Env.getSourceManager(), SR, "")); in generateFixes()
2792 return Fixes; in generateFixes()
3723 tooling::Replacements Fixes; in reformat() local
3730 Fixes = Fixes.merge(PassFixes.first); in reformat()
3736 tooling::calculateRangesAfterReplacements(Fixes, Ranges), in reformat()
3749 for (const tooling::Replacement &Fix : Fixes) { in reformat()
3759 Fixes = std::move(NonNoOpFixes); in reformat()
3762 return {Fixes, Penalty}; in reformat()
/freebsd/contrib/libcbor/
H A DCHANGELOG.md79 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
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 #99](https://github.com/PJK/libcbor/issues/99), [#100](htt…
121 - Reworked (re)allocation to handle huge inputs and overflows in size_t [[Fixes #16]](https://githu…
123 - Fixed Linux installation directory depending on architecture [[Fixes #34]](https://github.com/PJK…
124 - Improved 32-bit support [[Fixes #35]](https://github.com/PJK/libcbor/issues/35)
125 - Fixed MSVC compatibility [[Fixes #31]](https://github.com/PJK/libcbor/issues/31)
[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/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h79 FixItList &&Fixes, const Decl *D) = 0;
/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/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/contrib/byacc/package/debian/
H A Dchangelog513 * Converted to new source format (Fixes #8085).
515 * Fixed to allow compilation on non-i386 (Fixes #3361).
516 * Added extended description (Fixes #3567).
517 * Added diversion to avoid conflict with bison (Fixes #8086).
/freebsd/contrib/lutok/
H A DNEWS7 appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04
/freebsd/contrib/libpcap/
H A DCHANGES530 Fixes for captures on MacOS, utun0
922 Fixes for Linux USB capture
954 Fixes to autoconf and general build environment
990 Fixes to discard unread packets when changing filters
1008 Fixes for MPLS packet generation (link layer)
1030 Fixes for HP-UX
1032 Fixes for filters on MPLS-encapsulated packets
1040 Fixes for compiling on nearly every platform,
1147 - Fixes for NetBSD.
1196 - Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1853 FixItList Fixes; in getFixits() local
1874 Fixes.push_back(FixItHint::CreateReplacement( in getFixits()
1878 Fixes.push_back(FixItHint::CreateInsertion( in getFixits()
1880 return Fixes; in getFixits()
1894 FixItList Fixes; in getFixits() local
1908 Fixes.push_back(FixItHint::CreateReplacement( in getFixits()
1910 return Fixes; in getFixits()
/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.
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
804 - Fix bad mode passed by mls() to recvrequest(). Fixes
[all …]
/freebsd/contrib/tcpdump/
H A DCHANGES927 Fixes for compiling under MSVC++
942 Fixes for 64bit compiling
972 Fixes for compiling on nearly every platform,
977 Fixes for recent version of GCC to eliminate warnings
1013 Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184
1037 Fixes for ASN.1 decoder for 2.100.3 forms.
1041 Fixes for HP C compiler builds.
1044 Fixes to 802.11 decoding.
1045 Fixes to PIM decoder.
1048 Fixes to Frame-Relay decoder for Q.933/922 frames.
[all …]
/freebsd/crypto/openssl/
H A DNEWS.md995 * Fixes for bugs introduced with 0.9.8f.
1027 * Fixes for VC++ 2005.
1032 * Fixes auto dynamic engine loading in Win32.
1162 * Fixes to PKCS#7 (S/MIME) code.
1271 * Fixes for length problems.
1272 * Fixes for uninitialised variables.
1273 * Fixes for memory leaks, some unusual crashes and some race conditions.
1274 * Fixes for smaller building problems.
1379 * Fixes to make s_client, s_server work under Windows
/freebsd/contrib/tcsh/
H A DFixes384 48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac)
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
1610 86. Fixes in listing and completion of non-unique commands.
1927 21. Fixes for _SEQUENT_ ut_host.
2024 25. Convex Fixes.
[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)

123