Allow the fixit for missing ':' in the ?: ternary operator if it is pointing
commitb5303aa20e4eb26d53edde710f4a042650bea24d
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 24 Jun 2011 17:28:29 +0000 (24 17:28 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 24 Jun 2011 17:28:29 +0000 (24 17:28 +0000)
tree2283fb94981626e52917ee8493b24631be74732f
parented37ab82c7790569bcd39f4ba421b17433ef530a
Allow the fixit for missing ':' in the ?: ternary operator if it is pointing
at the start of a macro instantiation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
test/FixIt/fixit.c