Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-14 | Update FixIt tests to make it more obvious they use a separate mode. | Daniel Dunbar | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88758 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-11-06 | Rework the fix-it hint for code like | Douglas Gregor | |
get_origin->x where get_origin is actually a function and the user has forgotten the parentheses. Instead of giving a lame note for the fix-it, give a full-fledge error, early, then build the call expression to try to recover. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86238 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-04-02 | Move the fix-it tests into their own subdirectory | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68325 91177308-0d34-0410-b5e6-96231b3b80d8 |