| Commit message (Expand) | Author | Age | Files | Lines |
* | Finished semantic analysis of anonymous unions in C++. | Douglas Gregor | 2009-01-07 | 2 | -1/+10 |
* | ObjC AST cleanups/simplifications (phase 1). | Steve Naroff | 2009-01-07 | 1 | -49/+6 |
* | When determining whether a variable is a file-scoped variable, check | Douglas Gregor | 2009-01-07 | 1 | -2/+2 |
* | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor | 2009-01-07 | 3 | -2/+5 |
* | Allow Objective-C entities to be declared within a transparent context | Douglas Gregor | 2009-01-06 | 1 | -0/+7 |
* | Minor tweaks to the transparent declcontext patch | Douglas Gregor | 2009-01-06 | 1 | -1/+2 |
* | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 3 | -2/+49 |
* | Back out code for handling VectorType's in getFloatingRank. | Daniel Dunbar | 2009-01-05 | 1 | -2/+0 |
* | Implement getFloatingRank() for extended vectors. | Daniel Dunbar | 2009-01-05 | 1 | -2/+4 |
* | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 7 | -5/+201 |
* | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor | 2009-01-05 | 3 | -59/+55 |
* | Fix an uninitialized-variable warning | Douglas Gregor | 2009-01-05 | 1 | -1/+1 |
* | Fix try statement deserialization. | Sebastian Redl | 2008-12-24 | 1 | -0/+3 |
* | Add serialization support for TypeOfType. | Zhongxing Xu | 2008-12-24 | 1 | -1/+26 |
* | Add serialization support for TypeOfExpr. | Zhongxing Xu | 2008-12-24 | 1 | -0/+23 |
* | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor | 2008-12-24 | 1 | -0/+15 |
* | Correct the order in which we cope with end-of-class-definition | Douglas Gregor | 2008-12-24 | 2 | -7/+9 |
* | When determining whether a class type has a const copy constructor, be | Douglas Gregor | 2008-12-23 | 1 | -14/+5 |
* | Last patch, for now, to privde ObjC's encoding of types. | Fariborz Jahanian | 2008-12-23 | 1 | -0/+10 |
* | Don't push OverloadedFunctionDecls onto the chain of declarations | Douglas Gregor | 2008-12-23 | 2 | -23/+23 |
* | Lot more encoding work. We are closing the gap to | Fariborz Jahanian | 2008-12-23 | 1 | -7/+53 |
* | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor | 2008-12-23 | 1 | -68/+95 |
* | More encoding support; in this case, encoding of | Fariborz Jahanian | 2008-12-22 | 1 | -2/+9 |
* | Full AST support and better Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 3 | -3/+47 |
* | Fixed a bug showed up the meta-data for protocol | Fariborz Jahanian | 2008-12-22 | 1 | -2/+10 |
* | Partial AST and Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 3 | -0/+48 |
* | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 3 | -5/+18 |
* | Add codegen support for __null | Anders Carlsson | 2008-12-21 | 1 | -0/+6 |
* | Correct comments. | Zhongxing Xu | 2008-12-21 | 1 | -3/+3 |
* | fix 80-col violation. | Zhongxing Xu | 2008-12-21 | 1 | -1/+1 |
* | Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu... | Anders Carlsson | 2008-12-21 | 1 | -0/+10 |
* | Did not mean to commit this. | Anders Carlsson | 2008-12-21 | 1 | -0/+1 |
* | Handle VLA indexing | Anders Carlsson | 2008-12-21 | 1 | -1/+0 |
* | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 4 | -22/+59 |
* | Finish up saving original parameter type and | Fariborz Jahanian | 2008-12-20 | 3 | -5/+19 |
* | Add case for the new AST node. | Fariborz Jahanian | 2008-12-20 | 1 | -1/+8 |
* | introducing ParmVarWithOriginalTypeDecl class to | Fariborz Jahanian | 2008-12-20 | 2 | -0/+34 |
* | Strangely enough, name of ObjC class is not encoded into the | Fariborz Jahanian | 2008-12-20 | 1 | -4/+6 |
* | More encoding support. This time for | Fariborz Jahanian | 2008-12-19 | 1 | -38/+62 |
* | Get rid of the old Expr::Evaluate variant. | Anders Carlsson | 2008-12-19 | 2 | -20/+9 |
* | Several@encode bug fixes for ObjC. | Fariborz Jahanian | 2008-12-19 | 1 | -2/+10 |
* | Removed a slot in ObjCMemRegExpr used in | Fariborz Jahanian | 2008-12-18 | 2 | -1/+11 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=3189. | Steve Naroff | 2008-12-18 | 1 | -2/+2 |
* | fix leakage of var's initializers | Nuno Lopes | 2008-12-17 | 1 | -9/+23 |
* | fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces an... | Nuno Lopes | 2008-12-17 | 1 | -0/+27 |
* | This patch will build the Records lazily per Steve's comments. | Fariborz Jahanian | 2008-12-17 | 2 | -42/+43 |
* | Added comment to Steve's patch to clarify the case. | Fariborz Jahanian | 2008-12-17 | 1 | -0/+3 |
* | Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl... | Steve Naroff | 2008-12-17 | 1 | -0/+2 |
* | Make sure that enumerators show up within the enumeration declaration. Fixes.... | Douglas Gregor | 2008-12-17 | 1 | -1/+0 |
* | Make linkage-specifications hold on to all of their declarations | Douglas Gregor | 2008-12-16 | 2 | -2/+51 |