2010-04-24 |
Douglas Gregor | Be more careful around dependent nested-name-specifiers... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | isValue is set to false by default. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Anders Carlsson | Rename InheritancePath to BasePath, rename CastExpr... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Douglas Gregor | Keep track of when DependentNameTypes have no associate... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Benjamin Kramer | Update prototypes. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Fix a place in inline asm lowering which was creating... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John McCall | Recommit r102215, this time being more careful to only... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Nick Lewycky | Teach clang -fixit to modify files in-place, or -fixit... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Devang Patel | Revert accidental check-in. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Devang Patel | Revert r102215. This causes clang crash while compiling... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Fariborz Jahanian | With -fno-constant-cfstrrings, class NSConstantString |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | Rework Parser-Sema interface for Objective-C @catch... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | Improve the AST representation of Objective-C @try... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Fariborz Jahanian | More -fno-constant-cfstrings API work. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Add an InheritancePath parameter to the ImplicitCastExp... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John McCall | Transition the last acceptable-result filter kind in... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Argyrios Kyrtzidis | Make Parser::ConsumeAndStoreUntil() more consistent... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Destroy the inheritance path. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Add an inheritance path member variable to CastExpr... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Turn CXXMethodVector into a generic class template. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Daniel Dunbar | NeXT/EH: When generating the rethrow code for a finally... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Daniel Dunbar | NeXT/EH: Tidy up EH code a bit, don't emit the catch... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John McCall | Recommit my change to how C++ does elaborated type... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Fariborz Jahanian | Improve on my previous diagnostics: per Doug's comment. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Fariborz Jahanian | More work toward implementing |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | Implement PR6845. We allow matching constraints to... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Fariborz Jahanian | Trying to improve on a diagnostics for properties. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Sebastian Redl | Require a complete type for the lhs of member pointer... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | david conrad points out that {|} in inline assembly... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | When instantiating a typedef of an anonymous tag type... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Handle copy initialization in BuildImplicitMemberInitia... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | add GNU C++ include paths for Fedora 11,12 x86_64, |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Daniel Dunbar | Revert "C++ doesn't really use "namespaces" for differe... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Nick Lewycky | concepts is not a keyword here and fix copy-pasto. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | Strip cv-qualifiers when building C++ constructor and... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | Handle compound assignment expressions (i += j) as... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Add another 'catch all' access diagnostic. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | Emit a lame diagnostic when we can't mangle operator... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | Mangle dependent template names such as the nested... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Add an ImplicitInitializerKind enum and pass it to... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Fix a think-o that broke self-host. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John McCall | C++ doesn't really use "namespaces" for different kinds... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Change the 'declared at' diagnostic to say 'declared... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Factor code to initialize an implicit member out into... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | When parsing a cast-expression that starts with a scope... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Douglas Gregor | I hate default statements. Fixes PR6874. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Anders Carlsson | Remove calls to isDependentContext, since we handle... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Template instantiation for @try and @finally (but not... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Make TemplateDecl and ObjCContainerDecl abstract |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryN... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Template instantiation for the Objective-C "fast enumer... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Template instantiation for Objective-C++ @synchronized... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Implement template instantiation for Objective-C++... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Fariborz Jahanian | Check for -fno-constant-cfstrings consistency |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Fariborz Jahanian | Support for -fno-constant-cfstrings option - wip. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John McCall | Use the naming class from the overloaded lookup when... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | another tweak for haiku support, patch by Paul Davey! |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Some Objective-C++ types and expressions will never... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | When a dependent Objective-C++ message send was able... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Remove the SelectorLoc argument to Sema::BuildInstanceM... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Expand the one use of TransformPointerLikeType and... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Implement template instantiation for Objective-C++... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | ARM/APCS: Don't respect bit-field types when laying... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Fix another case where we generated an invalid... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Fix case where we might generate an access compo... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | When checking whether to diagnose an initialized "exter... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Record nested-name-specifiers of when we create |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Anders Carlsson | Re-land the patch that merges two diagnostics into... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John McCall | Neuter this testcase a little. The way LLVM writes... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | Suppress compiler warning. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Set alignment correctly on bit-field accesses. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Rewrite bit-field access policy to not access... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | IRgen: Fix CGRecordLayout::print to print the bit-field... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Daniel Dunbar | Revert "Unify two diagnostics into one.", it breaks... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Anders Carlsson | Unify two diagnostics into one. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John McCall | Call PerformCopyInitialization to properly initialize... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Whenever we complain about a failed initialization... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Remove an unused declaration. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | When computing the alignof value for a vector type... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Switch the initialization of Objective-C message parame... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Devang Patel | Encode field accessibility. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Implement parsing for message sends in Objective-C... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Migrate the responsibility for turning the receiver... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Diagnose access to fields with private constructors. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Eliminate unused code in Sema::ActOnSuperMessage and... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Douglas Gregor | Rework the Parser-Sema interaction for Objective-C... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Keep tack of whether a base in an InitializedEntity... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | ABI/x86-32 & x86-64: Alignment on 'byval' must be set... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | IRgen/x86-32: Factor out getIndirectResult(), to match... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Daniel Dunbar | IRgen: Add checking that the LLVM and AST record layout... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Fariborz Jahanian | Improve on source location of diagnostic when default |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Pass the InitializedEntity to Sema::CheckConstructorAcc... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Anders Carlsson | Comment out an assert for now. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Fariborz Jahanian | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Benjamin Kramer | Add more const to ConstExprIterator. |
commit | commitdiff | tree | snapshot |
next |