- 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 15 years ago
- 0237941 Simplify some code. No change in functionality. by Benjamin Kramer · 15 years ago
- c8fd2da When checking the redeclaration context of a typedef that refers to a by Douglas Gregor · 15 years ago
- a6a292b Don't look into incomplete types when trying to warn about unused by Douglas Gregor · 15 years ago
- 40e7192 CMake: Fix DESTDIR-related installation problem on Windows, from the by Douglas Gregor · 15 years ago
- 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 15 years ago
- 1744a35 Simplify. by Daniel Dunbar · 15 years ago
- f35f14d Add Driver support for -fno-constant-cfstrings. by Daniel Dunbar · 15 years ago
- 664b7c7 Ensure return from a message to nil is always 0 (GNU runtime). by David Chisnall · 15 years ago
- 50810d3 Fix comments. by Daniel Dunbar · 15 years ago
- 049c51e Wrap a couple of long lines. (Test commit.) by Enea Zaffanella · 15 years ago
- 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 15 years ago
- 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
- 184d790 New method to construct/destruct ivars that have non-trivial default by Fariborz Jahanian · 15 years ago
- 2b594b9 Enable debug info for local variables at -O1+. by Devang Patel · 15 years ago
- 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 15 years ago
- fcaa9e7 fix PR6936: don't generate line marker directives when preprocessing by Chris Lattner · 15 years ago
- 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 15 years ago
- bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 15 years ago
- fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 15 years ago
- 5512ba5 Cleanup error recovery for a missing '-'|'+' by Fariborz Jahanian · 15 years ago
- 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 15 years ago
- e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 15 years ago
- c9a85f9 emit dtors with the right calling convention in -fno-use-cxa-atexit mode. by Chris Lattner · 15 years ago
- f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 15 years ago
- fa3c982 remove alignment specifier on this. CAn't this test be removed yet? :) by Chris Lattner · 15 years ago
- 36998f5 Test case for NeXt's -fno-constant-cfstrings option. by Fariborz Jahanian · 15 years ago
- be270a0 Implement template instantiation for Objective-C @catch by Douglas Gregor · 15 years ago
- 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
- c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 15 years ago
- 087fb7d Ensure that we have completed a type before attempting initialization by Douglas Gregor · 15 years ago
- b19f0ac tests: Force a triple. by Daniel Dunbar · 15 years ago
- 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 15 years ago
- b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 15 years ago
- 4b429ae IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: by Daniel Dunbar · 15 years ago
- 94e67c6 tests: Convert test to FileCheck. by Daniel Dunbar · 15 years ago
- fce176b IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fixes Clang to correctly emit the "CorrectedSynthesize" bit when using the non-fragile ABI. by Daniel Dunbar · 15 years ago
- 6bf356f When performing name lookup for an operator name, be sure to look by Douglas Gregor · 15 years ago
- d7d5bb1 exclude cmake build directories from being installed by Chris Lattner · 15 years ago
- 9675466 Land another cleanup patch. by Anders Carlsson · 15 years ago
- 9fd682b Land this test. by Anders Carlsson · 15 years ago
- 9994eed Tweak test for destruction of copied temporary objects by Douglas Gregor · 15 years ago
- b86cf0c When copying a temporary object to initialize an entity for which the by Douglas Gregor · 15 years ago
- 8e142cc Revert enough of my patches to fix self-host again :( by Anders Carlsson · 15 years ago
- 4154e0b When we create a temporary of class type that we don't immediately by Douglas Gregor · 15 years ago
- df1147e Cleanup SynthesizeCXXCopyConstructor. by Anders Carlsson · 15 years ago
- 5f7cc73 Clean up SynthesizeCXXCopyAssignment a little. by Anders Carlsson · 15 years ago
- 8561a86 RenameGetAddressOfBaseOfCompleteClass to GetAddressOfDirectBaseInCompleteClass to reflect that it only handles direct bases. by Anders Carlsson · 15 years ago
- 8f2abbc Add an explicit UsuallyTinyPtrVector that takes a single element. by Anders Carlsson · 15 years ago
- f500de5 More cleanup. by Anders Carlsson · 15 years ago
- 6444c41 Simplify EmitClassMemberwiseCopy now that it's only used for fields. by Anders Carlsson · 15 years ago
- 89fe019 Switch this to new API. by Nick Lewycky · 15 years ago
- e127abe DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 15 years ago
- c795750 When building implicit base initializers, add a derived-to-base cast that points to the exact base specifier. by Anders Carlsson · 15 years ago
- a88ad56 Rename GetAddressOfBaseClass to OldGetAddressOfBaseClass. by Anders Carlsson · 15 years ago
- e04d45e Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to use the new version. by Anders Carlsson · 15 years ago
- a04efdf Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. by Anders Carlsson · 15 years ago
- fc89c31 Convert more call sites over to the new GetAddressOfBaseClass. by Anders Carlsson · 15 years ago
- f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 15 years ago
- 34a2d38 Add a new GetAddressOfBaseClass overload that takes a base path and. Use it for derived-to-base casts. by Anders Carlsson · 15 years ago
- d1a2722 When we are performing copy initialization of a class type via its by Douglas Gregor · 15 years ago
- 564618f Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T by Daniel Dunbar · 15 years ago
- d3651cc Fix pasto, add a comment. by Benjamin Kramer · 15 years ago
- 48c70f6 Factor code. No functionality change. by Benjamin Kramer · 15 years ago
- f9d68e1 Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. by Anders Carlsson · 15 years ago
- cee2242 Add base paths to CK_UncheckedDerivedToBase and CK_DerivedToBaseMemberPointer. by Anders Carlsson · 15 years ago
- 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 15 years ago
- 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 15 years ago
- f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 15 years ago
- 77c13e0 When we take the address of a declaration to bind it to a non-type by Douglas Gregor · 15 years ago
- f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 15 years ago
- 40788d9 Simplify. by Daniel Dunbar · 15 years ago
- e25a96c Pass the base specifiers through to CheckDerivedToBaseConversion. No functionality change yet. by Anders Carlsson · 15 years ago
- f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
- c70e93c Tweak test case slightly by Douglas Gregor · 15 years ago
- 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 15 years ago
- 80971bd isValue is set to false by default. by Anders Carlsson · 15 years ago
- 7ab9d57 Rename InheritancePath to BasePath, rename CastExpr::CXXBaseVector to CXXBaseSpecifierArray. More to come. by Anders Carlsson · 15 years ago
- 107de90 Keep track of when DependentNameTypes have no associated keyword by Douglas Gregor · 15 years ago
- d9d3a1c Update prototypes. by Benjamin Kramer · 15 years ago
- 2dca88f Fix a place in inline asm lowering which was creating a TruncInst with a by Dan Gohman · 15 years ago
- 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 15 years ago
- ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
- 970c618 Revert accidental check-in. by Devang Patel · 15 years ago
- f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 15 years ago
- 8a43776 With -fno-constant-cfstrrings, class NSConstantString by Fariborz Jahanian · 15 years ago
- 4e6c0d1 Rework Parser-Sema interface for Objective-C @catch exception object by Douglas Gregor · 15 years ago
- 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
- ec951e0 More -fno-constant-cfstrings API work. by Fariborz Jahanian · 15 years ago
- 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
- f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 15 years ago
- 14b9162 Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). by Argyrios Kyrtzidis · 15 years ago
- a3bdded Destroy the inheritance path. by Anders Carlsson · 15 years ago
- 409c99e Add an inheritance path member variable to CastExpr. For now it's always null but for derived-to-base and base-to-derived cast expressions it will contain the full base path. This is needed to avoid ambiguities. by Anders Carlsson · 15 years ago
- 046861b Turn CXXMethodVector into a generic class template. by Anders Carlsson · 15 years ago
- b76db23 NeXT/EH: When generating the rethrow code for a finally block, make sure to by Daniel Dunbar · 15 years ago
- ba6940a NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it is unreachable. by Daniel Dunbar · 15 years ago
- 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 15 years ago
- 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 15 years ago
- 2bb5dda More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 15 years ago