[PATCH] D50409: Remove obsolete set call

2018-08-09 Thread Stephen Kelly via Phabricator via cfe-commits
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

[PATCH] D50409: Remove obsolete set call

2018-08-09 Thread Stephen Kelly via Phabricator via cfe-commits
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/

[PATCH] D50409: Remove obsolete set call

2018-08-07 Thread Stephen Kelly via Phabricator via cfe-commits
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