- 77e8b11 Support befriending members of class template specializations. by John McCall · 15 years ago
- c034974 Twik to radar 7839485. Do not attach weak_import attribute to class by Fariborz Jahanian · 15 years ago
- a50d750 Turn off warning about weak_import attribute by Fariborz Jahanian · 15 years ago
- abe183d Refactor and simplify the computation of implicit conversion sequences by Douglas Gregor · 15 years ago
- aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 15 years ago
- d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 15 years ago
- 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 15 years ago
- ba9d853 Parse constructor names in friend declarations. Part of the fix for PR6207. by John McCall · 15 years ago
- 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 15 years ago
- a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 15 years ago
- c0b53c2 Remove some dead FIXMEs by Douglas Gregor · 15 years ago
- c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 15 years ago
- 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 15 years ago
- 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 15 years ago
- a7a98c9 fix PR6819 by Chris Lattner · 15 years ago
- 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 15 years ago
- 3be1794 Issue warning when 'weak_import' attribute is applied on a class only by Fariborz Jahanian · 15 years ago
- 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 15 years ago
- cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 15 years ago
- 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 15 years ago
- 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 15 years ago
- aec43db fix a fixme, stop evaluating getCurMethodDecl() repeatedly by Chris Lattner · 15 years ago
- 80638c5 Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. by Anders Carlsson · 15 years ago
- eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 15 years ago
- b9d4fc1 actually the interface grossness in the previous patch was due to by Chris Lattner · 15 years ago
- 7f81652 factor the code that handles "expr.field" when expr is a by Chris Lattner · 15 years ago
- 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 15 years ago
- 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 15 years ago
- 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 15 years ago
- d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 15 years ago
- 78713d8 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 15 years ago
- c42b652 Only complain about explicit instantiations following explicit by Douglas Gregor · 15 years ago
- 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 15 years ago
- fd22544 Suppress access control diagnostics when looking up a base or member name by John McCall · 15 years ago
- 47268a3 Remove all "used" static functions *after* we have performed all of by Douglas Gregor · 15 years ago
- 6cd3b9f Instantiate default argument expressions even if their associated parameter by John McCall · 15 years ago
- 1a4221c Don't warn about unused static functions if they are marked with by Chris Lattner · 15 years ago
- 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 15 years ago
- d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
- cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
- 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 15 years ago
- c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 15 years ago
- ea7390c Set access properly on instantiated friend class template declarations. by John McCall · 15 years ago
- b7e5f14 Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions by Ted Kremenek · 15 years ago
- c53d0d7 Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's by Douglas Gregor · 15 years ago
- 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
- af2094e Implement dependent friend function template specializations. by John McCall · 15 years ago
- 2b60513 Removed unused object. by Ted Kremenek · 15 years ago
- b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 15 years ago
- 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 15 years ago
- bb6fb46 Fix a (bogus) uninitialized-member-of-local warning. by John McCall · 15 years ago
- d75fa6e Use SmallVector instead of an std::queue. by Ted Kremenek · 15 years ago
- db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 15 years ago
- edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 15 years ago
- 216c278 Implement checking for template literal operator functions. This by Sean Hunt · 15 years ago
- 30019c0 Updated comment to reflect changes made in the most recent draft. by Sean Hunt · 15 years ago
- c39f697 Fixed 80-cols violation by Sean Hunt · 15 years ago
- fc2ca56 Return early from Sema::MarkDeclarationReferenced when we know there by Douglas Gregor · 15 years ago
- 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 15 years ago
- 1d86935 Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for by Douglas Gregor · 15 years ago
- 3aae609 Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". by John McCall · 15 years ago
- c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 15 years ago
- e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 15 years ago
- dba0b0b Minor clean up. by Fariborz Jahanian · 15 years ago
- 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 15 years ago
- 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 15 years ago
- 209acbd Devote a special diagnostic to the typo by John McCall · 15 years ago
- 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 15 years ago
- 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 15 years ago
- fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 15 years ago
- 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 15 years ago
- 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 15 years ago
- 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 15 years ago
- 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 15 years ago
- e968657 Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. by Ted Kremenek · 15 years ago
- 5fcd52a Fix possible null dereference by bailing out of CheckObjCPropertyAttributes() early if the Decl* is null. by Ted Kremenek · 15 years ago
- 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 15 years ago
- 09d9fa1 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 15 years ago
- 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
- 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
- 29fa69a Sema/Obj-C: Narrow type, and simplify. by Daniel Dunbar · 15 years ago
- a19331f Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow type. by Daniel Dunbar · 15 years ago
- 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
- bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 15 years ago
- ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 15 years ago
- ec3332b More cleanup. by Anders Carlsson · 15 years ago
- 071d610 Constify. by Anders Carlsson · 15 years ago
- 58cfbde Minor cleanup. by Anders Carlsson · 15 years ago
- db73c68 Correct the calculation of access to more closely model the wording in by John McCall · 15 years ago
- 1927b1f Minor cleanup with the ternary operator by Douglas Gregor · 15 years ago
- b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
- 12c0ade Fix -Asserts warning, and protect against missing case. by Daniel Dunbar · 15 years ago
- 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
- 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
- 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 15 years ago
- a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 15 years ago
- 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
- 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
- 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
- 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago