| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | QualifierAlignmentFixer.cpp | 71 tooling::Replacements Fixes; in analyze() local 77 Fixes = Fixes.merge(PassFixes.first); in analyze() 82 tooling::calculateRangesAfterReplacements(Fixes, Ranges), in analyze() 93 for (const tooling::Replacement &Fix : Fixes) { in analyze() 108 tooling::Replacements &Fixes, in replaceToken() argument 111 auto Err = Fixes.add(Replacement); in replaceToken() 120 tooling::Replacements &Fixes, in removeToken() argument 124 replaceToken(SourceMgr, Fixes, Range, ""); in removeToken() 128 tooling::Replacements &Fixes, in insertQualifierAfter() argument 139 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierAfter() [all …]
|
| D | UsingDeclarationsSorter.cpp | 139 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()
|
| D | NamespaceEndCommentsFixer.cpp | 222 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() 364 addEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() 367 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() 371 return {Fixes, 0}; in analyze()
|
| D | QualifierAlignmentFixer.h | 77 tooling::Replacements &Fixes, 84 tooling::Replacements &Fixes,
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/ |
| D | DiagnosticsYaml.h | 43 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()
|
| /openbsd/src/gnu/usr.bin/perl/ext/Hash-Util/ |
| D | Changes | 7 Doc Fixes. 10 Build Fixes.
|
| /openbsd/src/gnu/usr.bin/perl/dist/base/ |
| D | Changes | 36 Bug Fixes 43 Bug Fixes 60 Test Fixes
|
| /openbsd/src/gnu/usr.bin/perl/dist/encoding-warnings/ |
| D | Changes | 30 - Fixes various typo and punctuations.
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | TODO | 7 GDB 5.1 - Fixes 88 GDB 5.2 - Fixes 219 New Features and Fixes
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | GitHub.rst | 18 Backporting Fixes to the Release Branches
|
| /openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| D | Changes | 185 - Make Data::Dumper XS ignore Freezer return value. Fixes RT #116364. 264 Fixes core perl RT #74170 (handle the stack changing in the 311 - Minor release to sync with version in 5.005_03. Fixes dump of 340 - Fixes from Gisle Aas <gisle@aas.no> to make Dumper() work with
|
| /openbsd/src/lib/libpcap/ |
| D | CHANGES | 40 - Fixes for HP-UX 10.20 (which is similar to HP-UX 9). Thanks to 109 - Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram 115 - Fixes for AIX (although this system is not yet supported). Thanks to
|
| /openbsd/src/gnu/llvm/llvm/ |
| D | CREDITS.TXT | 82 D: Fixes to the Reassociation pass, various improvement patches 403 D: Fixes and improvements to the AArch64 backend 448 D: Fixes and improvements to the ARM fast-isel pass 449 D: Fixes and improvements to the AArch64 backend
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | MAINTAINERS | 129 ------------- Obvious Fixes ------------- 131 Fixes for obvious mistakes do not need approval, and can be checked in
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ReleaseNotes.rst | 258 Notable Bug Fixes to C++20 Features: 715 Bug Fixes in This Version 728 Bug Fixes to Compiler Builtins 745 - Fixes to builtin template emulation of regular templates. 754 Bug Fixes to Attribute Support 756 - Fixes an accepts-invalid bug in C when using a ``_Noreturn`` function 789 Bug Fixes to C++ Support 837 Concepts Specific Fixes: 872 Consteval Specific Fixes: 882 - Fixes an assert crash caused by looking up missing vtable information on ``consteval`` [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | ChangeLog | 297 Fixes PR java/8955. 333 to `int'. Fixes PR java/8676. 413 Fixes PR java/8296. 545 where \r appears at EOF. Fixes PR java/7950. 776 Fixes PR java/6865. 1035 paths. Fixes PR java/2791. 1194 use java.lang.Throwable. Fixes PR java/5986. 1307 Fixes PR java/5876. 1329 anonymous class. Fixes PR java/5935. 1347 UTF-8, not UCS-2. Fixes PR java/5923. [all …]
|
| /openbsd/src/lib/libc/db/ |
| D | changelog | 102 existing database. Fixes to byte-order conversions.
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5124delta.pod | 21 =head1 Selected Bug Fixes
|
| D | perl5162delta.pod | 56 =head1 Selected Bug Fixes
|
| D | perl5123delta.pod | 30 =head1 Bug Fixes
|
| D | perl5242delta.pod | 50 =head1 Selected Bug Fixes
|
| D | perl5341delta.pod | 71 =head1 Selected Bug Fixes
|
| D | perl5121delta.pod | 166 F<lib/blib.t> and F<lib/locale.t>: Fixes for test failures on Darwin/PPC 187 =head1 Bug Fixes
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | MAINTAINERS | 144 ------------- Obvious Fixes ------------- 146 Fixes for obvious mistakes do not need approval, and can be checked in
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | how_to_write_a_perldelta.pod | 131 "Selected Bug Fixes" section. 316 =item Selected Bug Fixes
|