- Sep 02, 2009
-
-
John McCall authored
of any previous declaration in case we replace it in a class's declaration table. Fixes bug 4858. This sort of thing makes me reconsider putting friend declarations in declaration lists. llvm-svn: 80750
-
John McCall authored
llvm-svn: 80748
-
Mike Stump authored
llvm-svn: 80747
-
John McCall authored
decl list, and remove some workarounds that were due to this. Thanks to Eli for pointing this out and providing the test case. llvm-svn: 80745
-
Mike Stump authored
llvm-svn: 80744
-
Mike Stump authored
llvm-svn: 80743
-
Fariborz Jahanian authored
llvm-svn: 80740
-
Fariborz Jahanian authored
objc's non-fragile ABI. llvm-svn: 80739
-
Mike Stump authored
llvm-svn: 80737
-
Fariborz Jahanian authored
where we build the constructor's initializer list. llvm-svn: 80735
-
Mike Stump authored
llvm-svn: 80732
-
Mike Stump authored
llvm-svn: 80725
-
- Sep 01, 2009
-
-
Anders Carlsson authored
llvm-svn: 80723
-
Anders Carlsson authored
llvm-svn: 80722
-
Douglas Gregor authored
AnonUnionMember. Fixes PR4826. llvm-svn: 80721
-
Anders Carlsson authored
llvm-svn: 80720
-
Anders Carlsson authored
llvm-svn: 80719
-
Anders Carlsson authored
llvm-svn: 80701
-
-
Douglas Gregor authored
Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set llvm-svn: 80692
-
Douglas Gregor authored
Add DeclContext::Equals to compare declaration contexts based on their primary context. Use this instead of pointer comparisons llvm-svn: 80690
-
Steve Naroff authored
llvm-svn: 80684
-
Douglas Gregor authored
class so as to accomodate one or both parameters being NULL, " from Sean Hunt! llvm-svn: 80683
-
Fariborz Jahanian authored
llvm-svn: 80681
-
Douglas Gregor authored
expressions making use of an overloaded operator. Thanks for the test case, Anders! llvm-svn: 80679
-
Daniel Dunbar authored
- <rdar://problem/7185031> Add 'clang' option '-emit-ast' llvm-svn: 80678
-
Douglas Gregor authored
llvm-svn: 80674
-
Steve Naroff authored
llvm-svn: 80673
-
Douglas Gregor authored
llvm-svn: 80672
-
Anders Carlsson authored
Don't assume that a base is always a RecordType, it can also be a TemplateSpecializationType. Also, make sure to get the instantiated union member. llvm-svn: 80662
-
Anders Carlsson authored
llvm-svn: 80661
-
Anders Carlsson authored
llvm-svn: 80659
-
Anders Carlsson authored
llvm-svn: 80657
-
Eli Friedman authored
llvm-svn: 80655
-
Douglas Gregor authored
explicitly-specified template argument lists in member reference expressions, e.g., x->f<int>() llvm-svn: 80646
-
Daniel Dunbar authored
llvm-svn: 80645
-
Ted Kremenek authored
llvm-svn: 80644
-
Douglas Gregor authored
llvm-svn: 80643
-
Douglas Gregor authored
space within the MemberExpr for the nested-name-specifier and its source range. We'll do the same thing with explicitly-specified template arguments, assuming I don't flip-flop again. llvm-svn: 80642
-
John McCall authored
existing declaration chains. llvm-svn: 80636
-