- 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 15 years ago
- d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 15 years ago
- 63010a7 Cleanup. by Anders Carlsson · 15 years ago
- f6513ed Handle copy initialization in BuildImplicitMemberInitializer. Not used yet. by Anders Carlsson · 15 years ago
- ea00f84 add GNU C++ include paths for Fedora 11,12 x86_64, patch by mikem! by Chris Lattner · 15 years ago
- 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 15 years ago
- 1444aef concepts is not a keyword here and fix copy-pasto. by Nick Lewycky · 15 years ago
- 20b3c9d Strip cv-qualifiers when building C++ constructor and destructor names. by Douglas Gregor · 15 years ago
- 6a03e34 Handle compound assignment expressions (i += j) as lvalues, which is by Douglas Gregor · 15 years ago
- 0e313bd Add another 'catch all' access diagnostic. by Anders Carlsson · 15 years ago
- f55e3fd Emit a lame diagnostic when we can't mangle operator names by Douglas Gregor · 15 years ago
- 20f0cc7 Mangle dependent template names such as the nested-name-specifier in by Douglas Gregor · 15 years ago
- e5ef740 Add an ImplicitInitializerKind enum and pass it to BuildImplicitBaseInitializer and BuildImplicitMemberInitializer. by Anders Carlsson · 15 years ago
- 114a297 Fix a think-o that broke self-host. by Anders Carlsson · 15 years ago
- d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 15 years ago
- d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
- ddfb75f Factor code to initialize an implicit member out into a separate function. by Anders Carlsson · 15 years ago
- 4074eef When parsing a cast-expression that starts with a scope annotation, by Douglas Gregor · 15 years ago
- 08688ac I hate default statements. Fixes PR6874. by Douglas Gregor · 15 years ago
- defefd2 Remove calls to isDependentContext, since we handle that case earlier in the code. Make BuildImplicitBaseInitializer return a boolean instead. by Anders Carlsson · 15 years ago
- 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 15 years ago
- baf633b Make TemplateDecl and ObjCContainerDecl abstract by Douglas Gregor · 15 years ago
- bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 15 years ago
- c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 15 years ago
- 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 15 years ago
- d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 15 years ago
- 4c9d8d0 Check for -fno-constant-cfstrings consistency in pch. by Fariborz Jahanian · 15 years ago
- 33e982b Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 15 years ago
- e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 15 years ago
- fe1ea7b another tweak for haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
- ef57c61 Some Objective-C++ types and expressions will never change during by Douglas Gregor · 15 years ago
- f49bb08 When a dependent Objective-C++ message send was able to resolve the by Douglas Gregor · 15 years ago
- 39968ad Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and by Douglas Gregor · 15 years ago
- db93c4a Expand the one use of TransformPointerLikeType and eliminate this macro. No functionality change by Douglas Gregor · 15 years ago
- 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 15 years ago
- 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 15 years ago
- 52968a1 IRgen: Fix another case where we generated an invalid access component when we by Daniel Dunbar · 15 years ago
- 4651efb IRgen: Fix case where we might generate an access component with width == 0, if by Daniel Dunbar · 15 years ago
- 66dd939 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 15 years ago
- 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 15 years ago
- 3b8c53b Re-land the patch that merges two diagnostics into one now that it passes self-host :) by Anders Carlsson · 15 years ago
- 7e2f128 Neuter this testcase a little. The way LLVM writes labels for anonymous blocks by John McCall · 15 years ago
- 0b647a6 Suppress compiler warning. by Daniel Dunbar · 15 years ago
- 89da874 IRgen: Set alignment correctly on bit-field accesses. by Daniel Dunbar · 15 years ago
- e1467a4 IRgen: Rewrite bit-field access policy to not access data beyond the bounds of the structure, which we also now verify as part of the post-layout consistency checks. by Daniel Dunbar · 15 years ago
- ad75953 IRgen: Fix CGRecordLayout::print to print the bit-field infos in a consistent order. by Daniel Dunbar · 15 years ago
- d4b2853 Revert "Unify two diagnostics into one.", it breaks with an assertion failure on bootstrap. by Daniel Dunbar · 15 years ago
- 792898b Unify two diagnostics into one. by Anders Carlsson · 15 years ago
- ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 15 years ago
- a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
- 128317e Remove an unused declaration. by Anders Carlsson · 15 years ago
- 8eefcd3 When computing the alignof value for a vector type, ensure that by Dan Gohman · 15 years ago
- 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 15 years ago
- 71f4ff6 Encode field accessibility. by Devang Patel · 15 years ago
- 6aa14d8 Implement parsing for message sends in Objective-C++. Message sends in by Douglas Gregor · 15 years ago
- 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 15 years ago
- b99c666 Diagnose access to fields with private constructors. by Anders Carlsson · 15 years ago
- f95861a Eliminate unused code in Sema::ActOnSuperMessage and use early exits by Douglas Gregor · 15 years ago
- 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
- 711f34a Keep tack of whether a base in an InitializedEntity is an inherited virtual base or not. Use this in CheckConstructorAccess. by Anders Carlsson · 15 years ago
- 46c54fb ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment by Daniel Dunbar · 15 years ago
- d0ef54c Convert test to FileCheck. by Daniel Dunbar · 15 years ago
- 0aa1cba Convert test to FileCheck. by Daniel Dunbar · 15 years ago
- dc6d574 IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring. by Daniel Dunbar · 15 years ago
- 3b2ae7a IRgen: Add checking that the LLVM and AST record layout offsets agree (for by Daniel Dunbar · 15 years ago
- d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 15 years ago
- 9a68a67 Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to report different diagnostics depending on which entity is being initialized. by Anders Carlsson · 15 years ago
- c2a9b79 Comment out an assert for now. by Anders Carlsson · 15 years ago
- d2ec726 Fix typo. by Fariborz Jahanian · 15 years ago
- 1705fe9 Add more const to ConstExprIterator. by Benjamin Kramer · 15 years ago
- 548ce5e I failed to notice that my last patch wasn't doing as much as it could by John McCall · 15 years ago
- 839cbaa Teach EmitBlock to put the target block immediately after the current block by John McCall · 15 years ago
- 3d3ec1c Miscellaneous codegen cleanups. Mostly, don't create new basic blocks by John McCall · 15 years ago
- d8383d4 CXXNamedCastExpr is actually an abstract expression. by Zhongxing Xu · 15 years ago
- 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 15 years ago
- 3fb53bd Reword the note we emit when suppressing template instantiation contexts, per John's advice by Douglas Gregor · 15 years ago
- 48fb322 The second check point in the old test case was invalid. by Zhongxing Xu · 15 years ago
- 5fae1d6 Use const_cast instead of a C cast. Safer, plus it suppresses a gcc warning. by John McCall · 15 years ago
- 978b935 Use the right predecessor. by Zhongxing Xu · 15 years ago
- 6b85138 Add initial support for C++ delete expr. by Zhongxing Xu · 15 years ago
- 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 15 years ago
- 10dc0f8 Remove an unused parameter from isImplicitlyDefined. by Anders Carlsson · 15 years ago
- f3afbea Fix comment to reflect recent code change. by John Thompson · 15 years ago
- e542f77 Fix USRs for 'extern' variables declaration in functions/method bodies. by Ted Kremenek · 15 years ago
- becc308 Specify linkage for Objective-C declarations. by Ted Kremenek · 15 years ago
- 84688f2 Factor some common code out into a separate function. by Anders Carlsson · 15 years ago
- 876681e Fixes a code gen. bug by removing an assert. by Fariborz Jahanian · 15 years ago
- e5deae9 fix the ?: fixit that ted added to recover properly. by Chris Lattner · 15 years ago
- 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 15 years ago
- 5c5db4e change FullSourceLoc to have a *const* SourceManager&, eliminating a const_cast. by Chris Lattner · 15 years ago
- e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
- b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 15 years ago
- 38caec4 enhance sourcemgr to detect various UTF BOM's and emit a fatal error by Chris Lattner · 15 years ago
- 3e79c30 Back out r101911 and see if it makes the bots happy. by Anders Carlsson · 15 years ago
- 23402af Remove dead code. by Benjamin Kramer · 15 years ago
- 8ab78a7 IRgen: Always use i8 arrays to access union bit-fields. This is ugly, but by Daniel Dunbar · 15 years ago
- 4992bdd remove some extraneous qualifiers. by Chris Lattner · 15 years ago
- 36fd6be Fix a bug which triggered the assertion I added yesterday. Basically, when we initialize the vtable pointer for a virtual base, and there was another path from the most derived class to another base with the same class type, we would use the wrong base. by Anders Carlsson · 15 years ago
- 9dc228a Move code to apply a non-virtual and virtual offset out into a separate function. by Anders Carlsson · 15 years ago
- 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago