]> granicus.if.org Git - clang/commit
Add a new command-line option "-fixit-at=file:line:column" that only
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Apr 2009 19:05:20 +0000 (19:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Apr 2009 19:05:20 +0000 (19:05 +0000)
commit26df2f09587ad6978ac8e357ca46b2731d591cc4
tree1196ee4c5e3ebc1f03d3b89676484f23f6a0bf9c
parentd09a456e466597fe1667ea5e757bfe53be2cba7d
Add a new command-line option "-fixit-at=file:line:column" that only
applies fix-its to error messages that occur at that specific location
in the program.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68342 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/FixItRewriter.h
lib/Frontend/FixItRewriter.cpp
test/FixIt/fixit-at.c [new file with mode: 0644]
tools/clang-cc/clang-cc.cpp