]> granicus.if.org Git - clang/commit
Fix the 'fixit' for inline namespace replacement.
authorErich Keane <erich.keane@intel.com>
Mon, 12 Nov 2018 21:08:41 +0000 (21:08 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 12 Nov 2018 21:08:41 +0000 (21:08 +0000)
commit01bad5891ee5124df4c21328f75bf22c6e0228bd
treee5d88dd5663c59ba216f2f7a2ed9811379ee004c
parent89caec8b662eac5a5d37f45b36c0790c9b5f3da5
Fix the 'fixit' for inline namespace replacement.

I'd neglected to add to the fixit for r346677.  Richard Smith mentioned
this in a review-after-commit, so fixing it here.

Change-Id: I77e612be978d4eedda8d5bbd60b812b88f875cda

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346705 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp