Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/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-src/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-src/external/gpl2/gmake/dist/
H A DChangeLog8 CVS. Fixes Savannah bug #16236.
31 Fixes Savannah bug #16166.
40 if we have prerequisites that need second expansion. Fixes
85 Fixes Savannah bug #15913.
94 Fixes Savannah bug #16002.
152 Fixes Savannah bug #15757.
197 Fixes Savannah bug #11183.
239 one in struct file. Fixes Savannah bug #15641.
247 Fixes Savannah bug #15341.
264 Fixes Savannah bug #15533.
[all …]
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.24.rst
H A Dnotes-9.18.16.rst
H A Dnotes-9.18.3.rst
H A Dnotes-9.18.7.rst
H A Dnotes-9.18.19.rst
H A Dnotes-9.18.1.rst
H A Dnotes-9.18.11.rst
H A Dnotes-9.18.20.rst
H A Dnotes-9.18.17.rst
H A Dnotes-9.18.14.rst
H A Dnotes-9.18.4.rst
H A Dnotes-9.18.18.rst
H A Dnotes-9.18.12.rst
/netbsd-src/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-src/share/doc/papers/relengr/
H A Dref.bib4 %T Bug Fixes and Changes in 4.3BSD
/netbsd-src/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-src/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
/netbsd-src/sbin/mount_umap/
H A Dumap_manual128 Fixes: The mapping files don't know about this file's real user or group.
136 Fixes: Possibly, some mapping has not been set properly. Check to
156 Fixes: This is probably caused by a mistake in the mapping files. Check
163 Fixes: Probably a mistake in the mapping files. In particular, if
/netbsd-src/share/doc/papers/memfs/
H A Dref.bib4 %T Bug Fixes and Changes in 4.3BSD
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DChangeLog19 with DOS drive letters. Fixes Savannah bug #15947.
22 when a test fails to execute. Fixes Savannah bug #15942.
26 Fixes Savannah bug #15938.
34 fails. Fixes Savannah bug #15941.
83 $delete_command. Fixes bug #15085.
143 former works better with non-UNIX environments. Fixes Savannah
342 according to POSIX rules. Fixes bug #1276.
637 error (instead of dumping core). Fixes PR/1670.
/netbsd-src/external/mit/libcbor/dist/
H A DCHANGELOG.md50 - Fixes, polishing, niceties across the code base

1234567891011