- 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 15 years ago
- bb3310a Implement C++ DR481, which clarifies that the scope of template by Douglas Gregor · 15 years ago
- 6bc574d Implement C++ DR299, which allows an implicit conversion from a class by Douglas Gregor · 15 years ago
- c30614b Factor the conversion from a switch condition to an integral or by Douglas Gregor · 15 years ago
- cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 15 years ago
- 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 15 years ago
- 926c4b4 Partial fix for PR7267 based on comments by John McCall on an earlier patch. by Chandler Carruth · 15 years ago
- 4ced79f Implement dependent alignment attribute support. This is a bit gross given the by Chandler Carruth · 15 years ago
- d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 15 years ago
- 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 15 years ago
- ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 15 years ago
- 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 15 years ago
- 26a3142 Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. by Nate Begeman · 15 years ago
- 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 15 years ago
- 2865474 Simplify the methods for creating a pointer, reference, member-pointer, by John McCall · 15 years ago
- 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 15 years ago
- bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 15 years ago
- 83a230c Remember type source information for Objective C property declarations. by John McCall · 15 years ago
- c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 15 years ago
- 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 15 years ago
- 369371c More refactoring. by John McCall · 15 years ago
- 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 15 years ago
- c7e04da A more minimal fix for PR6762. by John McCall · 15 years ago
- 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 15 years ago
- 9f21f89 Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which by Daniel Dunbar · 15 years ago
- ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 15 years ago
- 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 15 years ago
- aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 15 years ago
- e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 15 years ago
- 8069a73 Fix a GCC warning about inline functions not being defined. Until r104081, only by Chandler Carruth · 15 years ago
- 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 15 years ago
- 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 15 years ago
- 4037833 fix rdar://7985267 - Don't emit an error about a non-pod argument by Chris Lattner · 15 years ago
- 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 15 years ago
- 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 15 years ago
- 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
- 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 15 years ago
- c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 15 years ago
- 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
- 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 15 years ago
- bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 15 years ago
- 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 15 years ago
- b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 15 years ago
- 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
- 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 15 years ago
- 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 15 years ago
- e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 15 years ago
- d8d3441 For the sake of Objective-c++ overload resolution, by Fariborz Jahanian · 15 years ago
- 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 15 years ago
- d566381 Replace a char*/size pair with stringref. by Benjamin Kramer · 15 years ago
- 72e96fd Add an enum to CXXConstructExpr so we can determine if the construction expression constructs a non-virtual or virtual base. by Anders Carlsson · 15 years ago
- 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 15 years ago
- 39957dc Added an RAII object that helps set up/tear down the Sema context by Douglas Gregor · 15 years ago
- 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 15 years ago
- 895162d Clean up our handling of local instantiation scopes, which keep track by Douglas Gregor · 15 years ago
- 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 15 years ago
- f581382 Properly switch into the declaring scope of a template when performing by John McCall · 15 years ago
- 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 15 years ago
- 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
- e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 15 years ago
- 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 15 years ago
- 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
- 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 15 years ago
- 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
- f9d68e1 Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. by Anders Carlsson · 15 years ago
- 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 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
- 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
- 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
- 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
- bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 15 years ago
- d1377b2 Implement template instantiation for Objective-C++ @throw statements. 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
- 3b8c53b Re-land the patch that merges two diagnostics into one now that it passes self-host :) by Anders Carlsson · 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
- a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
- 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 15 years ago
- 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 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
- 23402af Remove dead code. by Benjamin Kramer · 15 years ago
- 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago
- c077e45 Do not diagnose unused-parameter errors in template instantiations. We by Douglas Gregor · 15 years ago
- 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
- 523d46a In C++98/03, when binding a reference to an rvalue of by Douglas Gregor · 15 years ago
- 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
- 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 15 years ago
- 8f00dcf Switch Sema::FindCompositePointerType() over to InitializationSequence. by Douglas Gregor · 15 years ago
- ba70ab6 Make Sema::BuildCXXCastArgument static, since it now only has one caller. No functionality change by Douglas Gregor · 15 years ago
- d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
- 74e386e Kill ForceRValue once and for all by Douglas Gregor · 15 years ago
- 74eb658 Move Sema::TryCopyInitialization into a static function in by Douglas Gregor · 15 years ago
- c27d6c5 Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 15 years ago
- 7ec7752 Eliminate the ForceRValue parameter from most of Sema's Add*Candidate functions. by Douglas Gregor · 15 years ago
- 5447a8d Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's not the way we're going to handle this. by Douglas Gregor · 15 years ago
- 471e2ce Eliminate the default value for the UserCast parameter of Sema::IsUserDefinedConversion. No functionality change by Douglas Gregor · 15 years ago