index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
FixIt
Age
Commit message (
Expand
)
Author
2009-11-17
Drop unnecessary #include.
Daniel Dunbar
2009-11-14
Improve test to make sure -fixit is really working.
Daniel Dunbar
2009-11-14
Update FixIt tests to make it more obvious they use a separate mode.
Daniel Dunbar
2009-11-10
When trying to assign a regular string literal to an Objective-C 'id' type or...
Anders Carlsson
2009-11-10
If a function with a default argument is redefined and the new function also ...
Anders Carlsson
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-06
Rework the fix-it hint for code like
Douglas Gregor
2009-10-26
Add 'fixit' hint on mis-use of pointer-to-member
Fariborz Jahanian
2009-05-16
Update test case; I'm confused why this wasn't failing on the buildbot
Daniel Dunbar
2009-04-06
Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris!
Douglas Gregor
2009-04-03
add fixit advice to an archiac ObjC issue.
Chris Lattner
2009-04-02
Move the rest of the fixit tests to the FixIt area.
Mike Stump
2009-04-02
Add a new command-line option "-fixit-at=file:line:column" that only
Douglas Gregor
2009-04-02
Move the fix-it tests into their own subdirectory
Douglas Gregor