- Sep 15, 2009
-
-
Anders Carlsson authored
llvm-svn: 81841
-
Anders Carlsson authored
llvm-svn: 81839
-
Anders Carlsson authored
llvm-svn: 81837
-
Fariborz Jahanian authored
a type convesion function results in ambiguity. llvm-svn: 81812
-
Anders Carlsson authored
llvm-svn: 81808
-
Douglas Gregor authored
conversion function. llvm-svn: 81807
-
Douglas Gregor authored
an overloaded function (template). llvm-svn: 81804
-
- Sep 14, 2009
-
-
John McCall authored
llvm-svn: 81801
-
Douglas Gregor authored
MarkUsedTemplateParameters, which is able to mark template parameters used within non-deduced contexts as well as deduced contexts. Use this to finish the implementation of [temp.deduct.partial]p11. llvm-svn: 81794
-
Fariborz Jahanian authored
resolution of type conversion functions in base and current class. llvm-svn: 81784
-
Sam Weinig authored
-Wchar-subscripts should not warn for explicit signed char subscripts either. Another fix for PR4978. llvm-svn: 81780
-
Douglas Gregor authored
argument deduction. This fixes the new test case (since partial ordering does not have a "verify the results of deduction" step), and will allow failed template argument deductions to return more quickly for, e.g., matching class template partial specializations. llvm-svn: 81779
-
Douglas Gregor authored
(C++ [temp.func.order]). llvm-svn: 81777
-
Sam Weinig authored
llvm-svn: 81776
-
Sam Weinig authored
llvm-svn: 81747
-
Anders Carlsson authored
llvm-svn: 81743
-
- Sep 13, 2009
-
-
Anders Carlsson authored
Perform the C++ specific semantic checks of a function declaration after it's been merged with the previous declaration. This ensures that getPreviousDecl() will have the right value when ActOnConversionDeclarator is called. llvm-svn: 81720
-
Douglas Gregor authored
generated for an inline function definition, taking into account C99 and GNU inline/extern inline semantics. This solution is simpler, cleaner, and fixes PR4536. llvm-svn: 81670
-
- Sep 12, 2009
-
-
Fariborz Jahanian authored
need them. llvm-svn: 81621
-
Fariborz Jahanian authored
conversion functions. llvm-svn: 81618
-
Anders Carlsson authored
llvm-svn: 81608
-
Douglas Gregor authored
llvm-svn: 81590
-
Douglas Gregor authored
llvm-svn: 81589
-
Douglas Gregor authored
partial specialization, make sure we look into non-dependent base classes (but not dependent base classes). Fixes PR4951. llvm-svn: 81584
-
- Sep 11, 2009
-
-
Fariborz Jahanian authored
first use in calling the conversion function on delete statements. llvm-svn: 81576
-
Douglas Gregor authored
instantiation definition can follow an explicit instantiation declaration. This is as far as I want to go with extern templates now, but they will still need quite a bit more work to get all of the C++0x semantics right. llvm-svn: 81573
-
John McCall authored
to stop making promises we can't currently keep. llvm-svn: 81571
-
Fariborz Jahanian authored
llvm-svn: 81549
-
Douglas Gregor authored
- Diagnose attempts to add default arguments to templates (or member functions of templates) after the initial declaration (DR217). - Improve diagnostics when a default argument is redefined. Now, the note will always point at the place where the default argument was previously defined, rather than pointing to the most recent declaration of the function. llvm-svn: 81548
-
John McCall authored
from its location. Initialize appropriately. When implicitly creating a declaration of a class template specialization after encountering the first reference to it, use the pattern class's location instead of the location of the first reference. llvm-svn: 81515
-
John McCall authored
specialization types differently. llvm-svn: 81512
-
Anders Carlsson authored
llvm-svn: 81507
-
John McCall authored
llvm-svn: 81504
-
Sam Weinig authored
llvm-svn: 81500
-
Anders Carlsson authored
llvm-svn: 81498
-
Douglas Gregor authored
Also, treat the GNU __null as an integral constant expression to match GCC's behavior. llvm-svn: 81490
-
Steve Naroff authored
llvm-svn: 81487
-
Anders Carlsson authored
llvm-svn: 81475
-
Fariborz Jahanian authored
class into a candidate set. llvm-svn: 81467
-
- Sep 10, 2009
-
-
Anders Carlsson authored
Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. llvm-svn: 81460
-