Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
05fcbd3dc28f4cba4a6d33e7aeaabb5f6f7837e3
/
test
/
FixIt
/
fixit.c
c9f3517
Extend the "expected ';' after struct" logic to also apply to enums, and to
by Richard Smith
· 12 years ago
85b29a4
Reject continue/break statements within members of local functions nested within
by Richard Smith
· 13 years ago
58196dc
Revert most of r145372 for now. Lookahead beyond the ';' in a function
by Richard Smith
· 13 years ago
874d253
PR10101: Recover better from a common copy-paste error: if a function
by Richard Smith
· 13 years ago
0706df4
Improve the diagnostic when a comma ends up at the end of a declarator group
by Richard Smith
· 13 years ago
2315318
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
by Richard Smith
· 13 years ago
d5612a2
Add a fixit for removal of unused label.
by Anna Zaks
· 13 years ago
b5303aa
Allow the fixit for missing ':' in the ?: ternary operator if it is pointing
by Argyrios Kyrtzidis
· 13 years ago
b8a9d3b
Fixit suggestion for adding missing tag name should have a space after the tag name. Fixes rdar://9295072
by Argyrios Kyrtzidis
· 14 years ago
751f692
Improve recovery when a comma is missing between enumerators in an
by Douglas Gregor
· 14 years ago
ae2fb14
When complaining about a duplicate declspec, provide a Fix-It that
by Douglas Gregor
· 14 years ago
ba5f6ec
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
by Nick Lewycky
· 15 years ago
e5deae9
fix the ?: fixit that ted added to recover properly.
by Chris Lattner
· 15 years ago
987aa87
Add fixit hint for missing ':' in ternary expressions.
by Ted Kremenek
· 15 years ago
03a4bee
Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
d8aefab
Drop unnecessary #include.
by Daniel Dunbar
· 15 years ago
266cc53
Improve test to make sure -fixit is really working.
by Daniel Dunbar
· 15 years ago
73dd768
Update FixIt tests to make it more obvious they use a separate mode.
by Daniel Dunbar
· 15 years ago
a86b832
Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris!
by Douglas Gregor
· 16 years ago
dd6f4ab
Move the fix-it tests into their own subdirectory
by Douglas Gregor
· 16 years ago
[Renamed from test/Sema/fixit.c]
ef5cc75
Make darned sure that the -fixit tests are testing what we want them to test
by Douglas Gregor
· 16 years ago
fe057ac
Update comments in fixit tests
by Douglas Gregor
· 16 years ago
558cb56
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
by Douglas Gregor
· 16 years ago
a3a8351
Add some more code modification hints
by Douglas Gregor
· 16 years ago
9b3064b
Add code modification hints to various parsing-related diagnostics.
by Douglas Gregor
· 16 years ago