This revision was automatically updated to reflect the committed changes.
Closed by commit rL339402: Remove obsolete set call (authored by steveire,
committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D50409
Files:
cfe/trunk/lib/Sema/SemaDec
This revision was automatically updated to reflect the committed changes.
Closed by commit rC339402: Remove obsolete set call (authored by steveire,
committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50409?vs=159602&id=160026#toc
Repository:
rL LLVM
https://reviews.llvm.org/
steveire created this revision.
steveire added reviewers: rsmith, dblaikie.
Herald added a subscriber: cfe-commits.
Case case of the switch statement here makes the same call, but it is
already done at the start of the function.
Repository:
rC Clang
https://reviews.llvm.org/D50409
Files:
l