Age | Commit message (Expand) | Author |
2009-09-12 | Don't use the PredefinedExpr string as the global variable name, these don't | Daniel Dunbar |
2009-09-12 | whitespace fix | Chris Lattner |
2009-09-12 | Update CMake files. | Benjamin Kramer |
2009-09-12 | More improvement in building list of visible conversion | Fariborz Jahanian |
2009-09-12 | Removed Context argument from couple of methods which don't | Fariborz Jahanian |
2009-09-12 | Add FIXME for alignments that won't be honored. | Mike Stump |
2009-09-12 | We can't have ctors in the vtable (right Doug?) :-) | Mike Stump |
2009-09-12 | More work toward having an access method for visible | Fariborz Jahanian |
2009-09-12 | Handle CK_DerivedToBase when emitting lvalue casts. | Anders Carlsson |
2009-09-12 | When necessary, null check the base value in GetAddressCXXOfBaseClass. | Anders Carlsson |
2009-09-12 | Handle derived-to-base conversion in CGExprScalar::EmitCast, if the cast kind... | Anders Carlsson |
2009-09-12 | Use the correct CastKind for derived-to-base pointer conversions. | Anders Carlsson |
2009-09-12 | Whoops, add CGCXXClass.cpp | Anders Carlsson |
2009-09-12 | Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu... | Anders Carlsson |
2009-09-12 | Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there. | Anders Carlsson |
2009-09-12 | Add support for __block variables with alignment greater than __alignof(void *). | Anders Carlsson |
2009-09-12 | For __block variables, cache the LLVM types as well as which LLVM field where... | Anders Carlsson |
2009-09-12 | Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can't | Daniel Dunbar |
2009-09-12 | Formatting fixes. | Daniel Dunbar |
2009-09-12 | Change CodeGenModule::ConstructTypeAttributes to return the calling convention | Daniel Dunbar |
2009-09-12 | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor |
2009-09-12 | Remove unnecessary ASTContext parameters from isMain and isExternC | Douglas Gregor |
2009-09-12 | Eliminate FunctionDecl::getBodyIfAvailable | Douglas Gregor |
2009-09-12 | Fix a crash when generating vtables that contain destructors. | Anders Carlsson |
2009-09-11 | Add basic covariant thunk generation support. WIP. | Mike Stump |
2009-09-11 | When performing name lookup within a class template or class template | Douglas Gregor |
2009-09-11 | No need to build the visible conversionfunction list for root class. | Fariborz Jahanian |
2009-09-11 | Set the calling convention based on the CGFunctionInfo. | Daniel Dunbar |
2009-09-11 | Add CallingConvention argument to CGFunctionInfo. | Daniel Dunbar |
2009-09-11 | Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way | Ted Kremenek |
2009-09-11 | Patch to build visible conversion function list lazily and make its | Fariborz Jahanian |
2009-09-11 | Slight improvement for extern templates, so that an explicit | Douglas Gregor |
2009-09-11 | Alter Action's friend interface to prepare for templated friend declarations and | John McCall |
2009-09-11 | Fix use of uninitialized, David please check. | Daniel Dunbar |
2009-09-11 | Tweak the semantics of FunctionDecl::isOutOfLine to consider an | Douglas Gregor |
2009-09-11 | Undid my yesterday patch which is not needed with an upcoming patch. | Fariborz Jahanian |
2009-09-11 | Cleanup and test C++ default arguments. Improvements include: | Douglas Gregor |
2009-09-11 | Just ignore friend templates for now so we won't crash. | Anders Carlsson |
2009-09-11 | Fixes a regression in objc GC layout bitmap involving | Fariborz Jahanian |
2009-09-11 | Update CMakeLists. | Benjamin Kramer |
2009-09-11 | Track a class template specialization's point of instantiation separately | John McCall |
2009-09-11 | When stringizing a NamedDecl for a diagnostic, treat the template | John McCall |
2009-09-11 | Update prototype. | Daniel Dunbar |
2009-09-11 | Fix PR4878 for real. | Anders Carlsson |
2009-09-11 | Support elaborated dependent types and diagnose tag mismatches. | John McCall |
2009-09-11 | Start to add a new transfer function that inlines callee. To be continued. | Zhongxing Xu |
2009-09-11 | Test commit | Sam Weinig |
2009-09-11 | Instantiate PredefinedExprs correctly. Patch by Sam Weinig! | Anders Carlsson |
2009-09-11 | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar |
2009-09-11 | Diagnose VLAs as an error in C++. | Douglas Gregor |