hanchenye-llvm-project/clang/test/FixIt
Daniel Dunbar 8b57697954 Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.

llvm-svn: 86430
2009-11-08 01:45:36 +00:00
..
fixit-at.c Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
fixit-c90.c
fixit-errors-1.c Move the rest of the fixit tests to the FixIt area. 2009-04-02 23:44:32 +00:00
fixit-errors.c Rework the fix-it hint for code like 2009-11-06 06:30:47 +00:00
fixit-objc.m Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
fixit-pmem.cpp Add 'fixit' hint on mis-use of pointer-to-member 2009-10-26 20:45:27 +00:00
fixit.c Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! 2009-04-06 18:45:53 +00:00
fixit.cpp