]> granicus.if.org Git - clang/commit
Update the context location of the condition of a conditional operator to the
authorRichard Trieu <rtrieu@google.com>
Thu, 7 Aug 2014 02:09:05 +0000 (02:09 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 7 Aug 2014 02:09:05 +0000 (02:09 +0000)
commit9e2d9f2ea87a9399ff3d076e69c6f73410094517
tree8f78e89479176a28406b33139bb67fc80711bcfb
parentec2ad99b939bf4b6e1e2a1852681c5931335bacf
Update the context location of the condition of a conditional operator to the
question mark instead of the context of the conditional operator.  The
condition does not need the context of the conditional operator at all.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215048 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp