[cfe-commits] r102230 - in /cfe/trunk: include/clang/Driver/ include/clang/Frontend/ lib/Frontend/ test/FixIt/
Chris Lattner
clattner at apple.com
Sat Apr 24 22:01:56 PDT 2010
On Apr 23, 2010, at 6:30 PM, Nick Lewycky wrote:
> Author: nicholas
> Date: Fri Apr 23 20:30:46 2010
> New Revision: 102230
>
> URL: http://llvm.org/viewvc/llvm-project?rev=102230&view=rev
> Log:
> Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
> files with the additional suffix in the middle.
Nice, does this mean I can just build with something like CXX='clang -fixit' and get auto-inplace-fixits happening? Can you find somewhere to mention this in the users manual?
-Chris
More information about the cfe-commits
mailing list