- Jun 20, 2013
-
-
Chandler Carruth authored
seem closely related. (I'm happy to move this if others have a better idea of where to put it.) llvm-svn: 184402
-
Chandler Carruth authored
This fixes PR16370, I'll add the test case in a follow-up commit. llvm-svn: 184401
-
- Jun 18, 2013
-
-
Richard Smith authored
namespaces, by treating them just like we treat extern "C" declarations in function scope. llvm-svn: 184223
-
- Jun 16, 2013
-
-
Richard Smith authored
llvm-svn: 184056
-
- Jun 13, 2013
-
-
Richard Smith authored
not actually talking about a default constructor. llvm-svn: 183885
-
- Jun 11, 2013
-
-
David Majnemer authored
DR61 affirms that expressions containing unresolved member access should be disallowed when performing "address of" operations. llvm-svn: 183723
-
David Majnemer authored
Disallow the existence of a declaration of a member class that isn't a forward declaration before it's definition. llvm-svn: 183722
-
- Jun 07, 2013
-
-
David Majnemer authored
Disallowing deriving from classes that have private virtual base classes except in instances where the deriving class would be able to cast itself to the private virtual base via a different derivation. llvm-svn: 183462
-
- May 27, 2013
-
-
Richard Smith authored
llvm-svn: 182720
-
- May 19, 2013
-
-
Richard Smith authored
llvm-svn: 182207
-