Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp116 const SourceManager &SourceMgr, tooling::Replacements *Fixes) { in endUsingDeclarationBlock() argument
145 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, "")); in endUsingDeclarationBlock()
169 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, Text)); in endUsingDeclarationBlock()
189 tooling::Replacements Fixes; in analyze() local
195 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes); in analyze()
199 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes); in analyze()
204 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes); in analyze()
209 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes); in analyze()
210 return {Fixes, 0}; in analyze()
H A DNamespaceEndCommentsFixer.cpp145 tooling::Replacements *Fixes) { in addEndComment() argument
148 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in addEndComment()
157 tooling::Replacements *Fixes) { in updateEndComment() argument
162 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in updateEndComment()
205 tooling::Replacements Fixes; in analyze() local
220 return {Fixes, 0}; in analyze()
257 updateEndComment(EndCommentPrevTok, std::string(), SourceMgr, &Fixes); in analyze()
284 addEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()
287 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze()
291 return {Fixes, 0}; in analyze()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h43 std::vector<clang::tooling::Replacement> Fixes; in LLVM_YAML_IS_SEQUENCE_VECTOR()
46 Fixes.push_back(Replacement); in LLVM_YAML_IS_SEQUENCE_VECTOR()
48 Io.mapRequired("Replacements", Fixes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
49 for (auto &Fix : Fixes) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd/external/gpl2/gmake/dist/
H A DChangeLog8 CVS. Fixes Savannah bug #16236.
31 Fixes Savannah bug #16166.
85 Fixes Savannah bug #15913.
474 Fixes bug # 14527.
497 Fixes bug # 13594.
579 Fixes bug #13665.
1531 Fixes bug # 6195.
1649 Fixes bug #2892.
1711 Fixes bug # 2238.
1794 Fixes Bug #1517.
[all …]
/netbsd/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.16.42.rst15 Security Fixes
33 Bug Fixes
H A Dnotes-9.16.20.rst15 Security Fixes
45 Bug Fixes
H A Dnotes-9.16.2.rst15 Security Fixes
43 Bug Fixes
H A Dnotes-9.16.27.rst15 Security Fixes
39 Bug Fixes
H A Dnotes-9.16.33.rst15 Security Fixes
55 Bug Fixes
H A Dnotes-9.16.37.rst15 Security Fixes
67 Bug Fixes
H A Dnotes-9.16.22.rst15 Security Fixes
68 Bug Fixes
H A Dnotes-9.16.23.rst15 Bug Fixes
H A Dnotes-9.16.29.rst15 Bug Fixes
H A Dnotes-9.16.41.rst15 Bug Fixes
H A Dnotes-9.16.3.rst15 Security Fixes
76 Bug Fixes
H A Dnotes-9.16.31.rst15 Bug Fixes
H A Dnotes-9.16.18.rst15 Bug Fixes
H A Dnotes-9.16.38.rst15 Bug Fixes
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/msp430/
H A Derrata_fixes.d1 #name: Fixes for Silicon Errata
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Derrata_fixes.d1 #name: Fixes for Silicon Errata
/netbsd/external/bsd/bzip2/dist/
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.
/netbsd/external/bsd/byacc/dist/package/debian/
H A Dchangelog422 * Converted to new source format (Fixes #8085).
424 * Fixed to allow compilation on non-i386 (Fixes #3361).
425 * Added extended description (Fixes #3567).
426 * Added diversion to avoid conflict with bison (Fixes #8086).
/netbsd/share/doc/papers/relengr/
H A Dref.bib4 %T Bug Fixes and Changes in 4.3BSD
/netbsd/external/gpl2/gettext/dist/
H A DChangeLog291 string.h, ctype.h. Fixes warnings on cygwin.
394 ctype.h, and return 127. Fixes warnings on cygwin.
419 ctype.h, and return 127. Fixes warnings on cygwin.
469 ctype.h, and return 127. Fixes warnings on cygwin.
492 ctype.h, and return 127. Fixes warnings on cygwin.
524 ctype.h, and return 127. Fixes warnings on cygwin.
592 and return 127. Fixes warnings on cygwin.
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst241 on the formatted new lines and not on the new lines in the file. (Fixes
249 statements on a single line. (Fixes https://llvm.org/PR50019.)
251 - ``git-clang-format`` no longer formats changes to symbolic links. (Fixes

12345678910>>...13