OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fix
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
Diagnostic.cpp
61
if (!D.Message.
Fix
.empty())
62
return &D.Message.
Fix
;
64
return !D.
Fix
.empty();
67
return &Iter->
Fix
;
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
DiagnosticsYaml.h
44
for (auto &Replacements : M.
Fix
) {
49
for (auto &
Fix
: Fixes) {
50
llvm::Error Err = M.
Fix
[
Fix
.getFilePath()].add(
Fix
);
53
llvm::errs() << "
Fix
conflicts with existing
fix
: "
/src/external/gpl2/grep/dist/
grep.spec
92
-
Fix
up echo A |grep '[A-Z0-9]' in locales other than C
98
-
Fix
up the i18n patch - it used to break "grep '[]a]'" (#49003)
102
-
Fix
"echo Linux forever |grep -D skip Linux"
106
-
Fix
a bug with "directories" being uninitialized
109
-
Fix
up the --color option to behave like the one from ls (--color=auto)
133
-
fix
download URL
139
-
fix
description
/src/external/historical/nawk/dist/
FIXES
34
Fix
signal for system-status test. Thanks to Tim van der Molen.
44
for spotting the ARGV issue and Todd Miller for the
fix
.
58
the issue and providing a
fix
, and to Miguel Pineiro Jr.
59
for the alternative
fix
.
68
Matchop dereference after free problem
fix
when the first
70
Fix
inconsistent handling of --csv and FS set in the
75
Fix
exit status of system on MacOS. Update to REGRESS.
77
Fix
inconsistent handling of -F and --csv, and loss of csv
81
Fix
issue #199: gototab improvements to dynamically resize the
86
Fix
Issue #169, related to escape sequences in strings
[
all
...]
FIXES.1e
29
Fix
edge case where FS is changed on commandline. Thanks to
32
Fix
regular expression clobbering in the lexer, where lexer does
78
The
fix
for #83 changed the code to insert 2 chars, but the
87
Fix
readrec's definition of a record. This fixes an issue
91
Fix
regular expression RS ^-anchoring. RS ^-anchoring needs to
96
Fix
size computation in replace_repeat() for special case
100
Small
fix
so that awk will compile again with g++. Thanks to
104
Fix
a decision bug with trailing stuff in lib.c:is_valid_number
108
Fix
problems converting inf and NaN values in lib.c:is_valid_number.
127
Fix
to argument parsing to avoid printing spurious newlines
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
Diagnostic.h
59
llvm::StringMap<Replacements>
Fix
;
112
/// Get the first
fix
to apply for this diagnostic.
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
PartialDiagnostic.h
108
// Copy
fix
-its.
165
// Add all
fix
-its.
166
for (const FixItHint &
Fix
: DiagStorage->FixItHints)
167
DB.AddFixItHint(
Fix
);
182
/// and removing all of its arguments, ranges, and
fix
-it hints.
/src/sys/arch/m68k/060sp/dist/
changes
73
Fix
:
/src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
716
const FixItHint &
Fix
= *I;
717
if (
Fix
.isNull())
721
AddCharSourceRangeToRecord(
Fix
.RemoveRange, Record, SM);
722
Record.push_back(
Fix
.CodeToInsert.size());
724
Fix
.CodeToInsert);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
812
/// The FixIt hints which can be used to
fix
the Bad candidate.
813
ConversionFixItGenerator
Fix
;
884
bool CanFix =
Fix
.tryToFixConversion(
891
Fix
.clear();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp
202
ProtectedScopeFixer
Fix
(BodyCtx);
/src/tests/usr.bin/xlint/lint1/
check-expect.lua
195
-- TODO:
Fix
crashes in tests with '# line file' preprocessing directives.
/src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x
320
* hp300bsd-dep.c:
Fix
copyright notice.
413
* sparc-opcode.h (rett):
Fix
notation to use suggested assembler
423
* gdb.texinfo (Output):
Fix
description of echo to match
477
* Makefile.dist (libreadline.a):
Fix
syntax of "CC=${CC}".
510
* sparc-opcode.h (tst):
Fix
all 3 patterns.
518
Also
fix
mistaken comment about preserving order of original table.
520
* sparc-opcode.h (clr, mov):
Fix
incorrect lose entries.
974
* m-symmetry (REGISTER_BYTE):
Fix
dumb mistake.
1085
* README (second paragraph):
Fix
trivial errors.
1105
* Makefile:
Fix
typo in CLIBS for SYSV
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x
320
* hp300bsd-dep.c:
Fix
copyright notice.
413
* sparc-opcode.h (rett):
Fix
notation to use suggested assembler
423
* gdb.texinfo (Output):
Fix
description of echo to match
477
* Makefile.dist (libreadline.a):
Fix
syntax of "CC=${CC}".
510
* sparc-opcode.h (tst):
Fix
all 3 patterns.
518
Also
fix
mistaken comment about preserving order of original table.
520
* sparc-opcode.h (clr, mov):
Fix
incorrect lose entries.
974
* m-symmetry (REGISTER_BYTE):
Fix
dumb mistake.
1085
* README (second paragraph):
Fix
trivial errors.
1105
* Makefile:
Fix
typo in CLIBS for SYSV
[
all
...]
/src/external/gpl2/send-pr/dist/send-pr/
send-pr.sh
382
>
Fix
:
555
/^>
Fix
:/,/^>[A-Za-z-]*:/s;$FIX_C;;
/src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp
1766
for (const tooling::Replacement &
Fix
: Fixes.first) {
1768
SourceMgr, OriginLoc.getLocWithOffset(
Fix
.getOffset()),
1769
Fix
.getLength(),
Fix
.getReplacementText()));
/src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
mul_basecase.asm
57
C *
Fix
the addmul_2 fluctuation affecting SBR.
/src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
mul_basecase.asm
57
C *
Fix
slowdown for un=vn=3 (67->71) compared to default code.
/src/external/bsd/ipf/dist/
HISTORY
170
3479974 copyright dates are wrong (
fix
)
208
3439495 ipf_rand_push never called (
fix
brackets)
209
3437732 getnattype does not need to use ipnat_t (
fix
variable name)
343
fix
ipmon -F
347
fix
keep state for ICMP ECHO
356
fix
up RST generation for non-Solaris
362
Fix
bug in dealing with "hlen == 1 and opt > 1" - Itojun
374
add ratoui() and
fix
parsing of group numbers to allow 0 - UINT_MAX
380
fix
up screen/tty when leaving "top mode" of ipfstat
387
fix
handling of map NAT rules with "from/to" host spec
[
all
...]
/src/external/bsd/pdisk/dist/
dump.c
57
#error Change in strlen in partition entries!
Fix
constants
/src/common/dist/zlib/
make_vms.com
17
$! 0.06 20120111
Fix
missing amiss_err, update zconf_h.in,
fix
new examples
/src/external/gpl3/binutils/dist/zlib/
make_vms.com
17
$! 0.06 20120111
Fix
missing amiss_err, update zconf_h.in,
fix
new examples
/src/external/gpl3/binutils.old/dist/zlib/
make_vms.com
17
$! 0.06 20120111
Fix
missing amiss_err, update zconf_h.in,
fix
new exmples
/src/external/gpl3/gdb/dist/zlib/
make_vms.com
17
$! 0.06 20120111
Fix
missing amiss_err, update zconf_h.in,
fix
new exmples
/src/external/gpl3/gdb.old/dist/zlib/
make_vms.com
17
$! 0.06 20120111
Fix
missing amiss_err, update zconf_h.in,
fix
new exmples
Completed in 90 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026