Re: Lit test C++11 Compatibility Patch #4

2015-11-16 Thread Richard Smith via cfe-commits
On Mon, Nov 16, 2015 at 5:17 PM, Li, Charles < charles...@playstation.sony.com> wrote: > Hi Everyone, > > > > Here is the forth Lit tests C++11 compatibility patch. > > This patch mainly added new diagnostics expected for C++11. > > There are 34 tests in total. They fall into 3 categories. > > > >

Lit test C++11 Compatibility Patch #4

2015-11-16 Thread Li, Charles via cfe-commits
Hi Everyone, Here is the forth Lit tests C++11 compatibility patch. This patch mainly added new diagnostics expected for C++11. There are 34 tests in total. They fall into 3 categories. [2 tests] New Warnings regarding storage class specifier "register"/"auto" being deprecated/not-allowed.