Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
be133a8757103c430a36f15d6210f99a0206921f
/
clang
/
test
/
FixIt
/
fixit-errors.c
699ad11
This test actually passes, just add the missing expected-error
by Dmitri Gribenko
· 13 years ago
3ab1555
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
by Richard Smith
· 14 years ago
21836f7
Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system.
by Anders Carlsson
· 15 years ago
784fad7
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
by Nick Lewycky
· 16 years ago
a1e20de
Teach -fixit to modify all of its inputs instead of just the main file, unless
by Nick Lewycky
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
6c39d45
Update FixIt tests to make it more obvious they use a separate mode.
by Daniel Dunbar
· 16 years ago
d82ae38
Rework the fix-it hint for code like
by Douglas Gregor
· 16 years ago
68bc539
Move the fix-it tests into their own subdirectory
by Douglas Gregor
· 17 years ago
[Renamed from clang/test/Sema/fixit-errors.c]
7e70204
Update comments in fixit tests
by Douglas Gregor
· 17 years ago
578dae5
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
by Douglas Gregor
· 17 years ago
170512f
Add some more code modification hints
by Douglas Gregor
· 17 years ago