- Aug 30, 2009
-
-
Anders Carlsson authored
llvm-svn: 80489
-
Anders Carlsson authored
llvm-svn: 80470
-
Anders Carlsson authored
Improve diagnostics for missing members. This renames the err_typecheck_no_member to err_typecheck_no_member_deprecated. The idea is that err_typecheck_no_member_deprecated should be phased out and any call sites that reference it should call DiagnoseMissingMember instead. llvm-svn: 80469
-
Eli Friedman authored
llvm-svn: 80468
-
Argyrios Kyrtzidis authored
llvm-svn: 80448
-
Eli Friedman authored
work correctly. The change in lib/AST/DeclCXX.cpp is mostly a large reindentation; I couldn't figure out a good way to avoid it. llvm-svn: 80446
-
- Aug 29, 2009
-
-
Anders Carlsson authored
llvm-svn: 80435
-
Anders Carlsson authored
llvm-svn: 80434
-
Fariborz Jahanian authored
using class's conversion functions [12.3.2-p2] llvm-svn: 80433
-
John McCall authored
improved if there were a consistent name for getInstantiatedFromMemberX() across all classes. Cheap refactor if someone wants to do it, but let's get the buildbots happy first. llvm-svn: 80425
-
Anders Carlsson authored
llvm-svn: 80422
-
John McCall authored
llvm-svn: 80420
-
John McCall authored
llvm-svn: 80418
-
Anders Carlsson authored
llvm-svn: 80416
-
Anders Carlsson authored
llvm-svn: 80413
-
Anders Carlsson authored
llvm-svn: 80412
-
Douglas Gregor authored
Make sure we actually found a redeclaration before complaining about attributes added to a redeclaration in C++ llvm-svn: 80403
-
Douglas Gregor authored
llvm-svn: 80399
-
Fariborz Jahanian authored
llvm-svn: 80398
-
Douglas Gregor authored
llvm-svn: 80397
-
- Aug 28, 2009
-
-
Douglas Gregor authored
member templates. llvm-svn: 80396
-
Douglas Gregor authored
llvm-svn: 80394
-
Douglas Gregor authored
to a multi-level template argument list by making it explicit. The forced auditing of callers found a bug in the instantiation of member classes inside member templates. I *love* static type systems. llvm-svn: 80391
-
Douglas Gregor authored
Remove the conversion from a multi-level template argument list back to a single template argument list. We no longer need this crutch llvm-svn: 80390
-
Douglas Gregor authored
When performing template instantiation of the definitions of member templates (or members thereof), we build a data structure containing the template arguments from each "level" of template instantiation. During template instantiation, we substitute all levels of template arguments simultaneously. llvm-svn: 80389
-
Anders Carlsson authored
llvm-svn: 80383
-
Fariborz Jahanian authored
method definition with labels. llvm-svn: 80381
-
Douglas Gregor authored
MultiLevelTemplateArgumentList. This is a baby step toward instantiating member templates; no intended functionality change yet. llvm-svn: 80380
-
Anders Carlsson authored
llvm-svn: 80377
-
Anders Carlsson authored
llvm-svn: 80374
-
Anders Carlsson authored
When doing overload resolution, expressions that are value dependent but not type dependent and of integral type should not be treated as null pointer constants. llvm-svn: 80369
-
Anders Carlsson authored
llvm-svn: 80368
-
Anders Carlsson authored
llvm-svn: 80366
-
Fariborz Jahanian authored
with class type conversion methods. WIP. llvm-svn: 80365
-
John McCall authored
declarations of same, introduce a single AST class and add appropriate bits (encoded in the namespace) for whether a decl is "real" or not. Much hackery about previously-declared / not-previously-declared, but it's essentially mandated by the standard that friends alter lookup, and this is at least fairly non-intrusive. Refactor the Sema methods specific to friends for cleaner flow and less nesting. Incidentally solve a few bugs, but I remain confident that we can put them back. llvm-svn: 80353
-
Anders Carlsson authored
llvm-svn: 80346
-
Anders Carlsson authored
llvm-svn: 80337
-
Anders Carlsson authored
llvm-svn: 80333
-
Anders Carlsson authored
llvm-svn: 80332
-
Douglas Gregor authored
class template specializations (when possible) and look into base classes. Thanks to Eli for the test case! FIXME -=1. llvm-svn: 80302
-