- Sep 10, 2009
-
-
Douglas Gregor authored
such initializations properly convert constructor arguments and fill in default arguments where necessary. This also makes the ownership model more clear. llvm-svn: 81394
-
- Sep 09, 2009
-
-
Mike Stump authored
llvm-svn: 81346
-
- Sep 01, 2009
-
-
Douglas Gregor authored
explicitly-specified template argument lists in member reference expressions, e.g., x->f<int>() llvm-svn: 80646
-
Douglas Gregor authored
llvm-svn: 80643
-
- Aug 26, 2009
-
-
Douglas Gregor authored
llvm-svn: 80097
-
- Aug 24, 2009
-
-
Chris Lattner authored
by Enea Zaffanella! llvm-svn: 79924
-
- Aug 20, 2009
-
-
Fariborz Jahanian authored
A field rename and more comments. llvm-svn: 79537
-
- Aug 18, 2009
-
-
Fariborz Jahanian authored
to InterfaceDecl, as it is unrelated to any property and holds the InterfaceDecl needed for accessing class getter/setter methods using the dot-syntax. llvm-svn: 79371
-
Fariborz Jahanian authored
Removed an unnecessary loop to get to setters incoming argument. Added DoxyGen comments. Still more work to do in this area (WIP). llvm-svn: 79365
-
- Jul 31, 2009
-
-
Anders Carlsson authored
llvm-svn: 77650
-
- Jul 24, 2009
-
-
Steve Naroff authored
Enhance test case to cover 'isa' access on interface types (clang produces an error, GCC produces a warning). Still need back-end CodeGen for ObjCIsaExpr. llvm-svn: 76979
-
- Jul 14, 2009
-
-
Argyrios Kyrtzidis authored
llvm-svn: 75598
-
- Jul 02, 2009
-
-
Douglas Gregor authored
llvm-svn: 74664
-
- Jun 20, 2009
-
-
Fariborz Jahanian authored
BlockDeclRefExpr to PCH. llvm-svn: 73800
-
- Jun 13, 2009
-
-
Chris Lattner authored
This fixes a source range problem reported by Olaf Krzikalla. llvm-svn: 73266
-
- May 16, 2009
-
-
Douglas Gregor authored
llvm-svn: 71917
-
Douglas Gregor authored
llvm-svn: 71916
-
Douglas Gregor authored
llvm-svn: 71901
-
- May 15, 2009
-
-
Douglas Gregor authored
llvm-svn: 71899
-
Douglas Gregor authored
- Skip semantic analysis of the "if" condition if it is type-dependent. - Added the location of the "else" keyword into IfStmt, so that we can provide it for type-checking after template instantiation. llvm-svn: 71875
-
- Apr 27, 2009
-
-
Chris Lattner authored
llvm-svn: 70194
-