- 35a38d9 On second thought, don't warn about reinterpret_casts under -Wcast-align. by John McCall · 15 years ago
- 58f281f Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) by Ted Kremenek · 15 years ago
- 4e938f57b There is no pointer conversion between to similar types (i.e., same by Douglas Gregor · 15 years ago
- 6aa03e6 Flesh out the test cases a little. by John McCall · 15 years ago
- 94c3b56 Rip out the existing retroactive abstract-class usage checker, by John McCall · 15 years ago
- 42cbd78 Rename -Wunused-method -> -Wunused-member-function. by Argyrios Kyrtzidis · 15 years ago
- 3d27b10 Introduce -Wunused-method option for warning on unused class methods in anonymous namespace. by Argyrios Kyrtzidis · 15 years ago
- 4597553 A member function never has "C" linkage. Fixes <rdar://problem/8318976>. by Douglas Gregor · 15 years ago
- 572fc62 Don't try to initialize a reference with a constructed temporary if either by John McCall · 15 years ago
- 2d7d2d9 A field of incomplete type is sufficiently disruptive that we should mark by John McCall · 15 years ago
- dd7744d Emit diagnostic error when the field of an anonymous struct is non trivial. by Argyrios Kyrtzidis · 15 years ago
- f231df3 Error out if reinterpret_casting between member pointers of two different sizes. by Charles Davis · 15 years ago
- d18f9f9 Err on incomplete class types in member pointers when compiling for the by Charles Davis · 15 years ago
- 06999f8 Don't warn for the common pattern of disallowing copying: by Argyrios Kyrtzidis · 15 years ago
- bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 15 years ago
- 05eac86 Revert 111026 & 111027, build breakage. by Argyrios Kyrtzidis · 15 years ago
- 30c0dd8 The unused warnings extravaganza continues. Warn for: by Argyrios Kyrtzidis · 15 years ago
- f6d1d43 Expand the unused warnings for functions. Warn for: by Argyrios Kyrtzidis · 15 years ago
- 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 15 years ago
- b7f4ffe Implement -Wcast-align. The initial design of this diagnostic diverges by John McCall · 15 years ago
- 7b49202 Handle the obvious case for diagnosing redeclarations of extern "C" functions. by John McCall · 15 years ago
- fcadea2 Fix a crash on invalid when declaring an implicit member of a class with an by John McCall · 15 years ago
- 604eb65 Improve our handling of user-defined conversions when computing by Douglas Gregor · 15 years ago
- e26f043 When attempting to recover from a failed unqualified name lookup, make by Douglas Gregor · 15 years ago
- 09556fd Fix a crash on template delete operators. by Chandler Carruth · 15 years ago
- a570260 Make this test check a few more cases which didn't work correctly before by Eli Friedman · 15 years ago
- 0d30a87 PR7800: both virtual and non-virtual bases must be marked as used for VTTs. by Eli Friedman · 15 years ago
- d420663 The pre-increment/pre-decrement grammar in C++ differs from that in C, by Douglas Gregor · 15 years ago
- 255210e Introduce implicit conversions between AltiVec vectors and GCC by Douglas Gregor · 15 years ago
- 19410a7 PR7769: Fix references to anonymous structs/unions in base classes in by Eli Friedman · 15 years ago
- c133e9e Remove the warning for variables declared in the if-expression being used in by Nick Lewycky · 15 years ago
- 58e5539 Remove a redundant and broken check. Fixes PR7810. by Sebastian Redl · 15 years ago
- cbfe502 Emit standard-library RTTI with external linkage, not weak_odr. by John McCall · 15 years ago
- 1544282 Only look up an 'operator delete' on the definition of a destructor, not on by John McCall · 15 years ago
- 97ba481 Labels (and case statement) don't create independent scope parents for the by John McCall · 15 years ago
- 4204f07 Further adjustments to -Wglobal-constructors; works for references and direct by John McCall · 15 years ago
- b4b9b15 Kill off RequiresGlobalConstructor in favor of isConstantInitializer. by John McCall · 15 years ago
- 626e96e Make a first pass at implementing -Wglobal-constructors. I'm worried that this by John McCall · 15 years ago
- e46f62c Don't consider all local variables in C++ to mandate scope-checking, just by John McCall · 15 years ago
- 35f9a19 Fixed typedef inside extern "C". by Abramo Bagnara · 15 years ago
- 254a942 When deleting a value of class type, make sure that type is complete by Douglas Gregor · 15 years ago
- 9d4bb94 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 15 years ago
- 0246376 Fix a minor crash bug with constructs like Obj.Class::ENUM_VALUE. by Eli Friedman · 15 years ago
- b7690b4 turn down the logical bitwise confusion warning to not warn by Chris Lattner · 15 years ago
- 0fab8cd Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; by Eli Friedman · 15 years ago
- b92caa5 Ted pointed out that this test case could be using access control instead of by John McCall · 15 years ago
- 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 15 years ago
- 34fa294 Make this grossness default to the error it should always be. by Chandler Carruth · 15 years ago
- b21fc4a Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG. by Chandler Carruth · 15 years ago
- 35e12c9 Make the "unused result" warning a warning about run-time behavior, so by Douglas Gregor · 15 years ago
- f801dcf Add test case for PR5290; this bug was fixed with the non-class rvalue by Douglas Gregor · 15 years ago
- 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 15 years ago
- 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 15 years ago
- 6398235 Whenever we're creating an expression that is typically an rvalue by Douglas Gregor · 15 years ago
- 4bd4031 Downgrade the "when type is in parentheses, array cannot have dynamic by Douglas Gregor · 15 years ago
- de80ec1 Improve diagnostics for the "type qualifier on return type has no by Douglas Gregor · 15 years ago
- 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 15 years ago
- aef0199 Diagnose typedef of an operator name. Fixes PR7462 by Douglas Gregor · 15 years ago
- ecda6fb Check in this -Wconversion C++ test case that's been sitting on my machine by John McCall · 15 years ago
- a131d0f Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466. by Douglas Gregor · 15 years ago
- f9ea1f3 Produce an error on encountering a pointer or reference to a qualified function type. Fixes PR7470. by Sebastian Redl · 15 years ago
- 5750b81 Instantiation of byref variable in block literal expression. by Fariborz Jahanian · 15 years ago
- c61bb20 Slightly improve the diagnostic when using a qualified function typedef to declare nonmember or static member functions. by Sebastian Redl · 15 years ago
- cddc69f When looking for an entity's Scope, don't consider scopes that can't contain declarations. Fixes PR7594. by Sebastian Redl · 15 years ago
- bf9fb88 Allow C-style casts and reinterpret_casts between block pointers and by Douglas Gregor · 15 years ago
- 6d82ef4 Bowing to popular demand, reduce the "comma at end of enumerator list" by Douglas Gregor · 15 years ago
- ed8abf1 Reinstate the fix for PR7556. A silly use of isTrivial() was by Douglas Gregor · 15 years ago
- 8474567 Revert r107828 and r107827, the fix for PR7556, which seems to be by Douglas Gregor · 15 years ago
- 63ef464 Do not use CXXZeroValueInitExpr for class types. Instead, use by Douglas Gregor · 15 years ago
- 6b85512 Unbreak test on platforms where size_t != unsigned long. by Benjamin Kramer · 15 years ago
- 5efd91a Mark the operator delete associated with a virtual destructor as referenced. by John McCall · 15 years ago
- fe2dd6c By default, warn about commas at the end of an enumerator list in C++/C89. by Douglas Gregor · 15 years ago
- d92ec47 Reinstate fix for PR7526, which was failing because, now that we by Douglas Gregor · 15 years ago
- 4712c02 When performing copy initialization via user-defined conversions, by Douglas Gregor · 15 years ago
- 4b662a5 Revert r107374, which broke bootstrap. by Douglas Gregor · 15 years ago
- 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 15 years ago
- 2f9d874 Extend the "cannot convert from base class pointer to derived class by Douglas Gregor · 15 years ago
- 025291b Be a bit more careful with undefined CXXRecordDecls. Fixes by Douglas Gregor · 15 years ago
- 8578981 Improve diagnostic when we fail to pick an overload because it would by Douglas Gregor · 15 years ago
- 4680bf2 Make both old and new versions of reference binding use the new classification functions, and updated them for N3092. by Sebastian Redl · 15 years ago
- 2597345 Fix rdar://8139785 "implement warning on dead expression in comma operator" by Argyrios Kyrtzidis · 15 years ago
- e861c60 Reapply r107235, this time with both my typo fixed, and a logical bug fixed. by Chandler Carruth · 15 years ago
- ec29b35 Revert r107235, it had a silly typo in it, and fixing the typo breaks something by Chandler Carruth · 15 years ago
- e9c9d15 Fix PR7402: We were creating implicit member initializers for every field in an by Chandler Carruth · 15 years ago
- 6bc574d Implement C++ DR299, which allows an implicit conversion from a class by Douglas Gregor · 15 years ago
- 12eb5d6 When typo correction produces a result that is not of the kind we're by Douglas Gregor · 15 years ago
- 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 15 years ago
- 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 15 years ago
- 2389324 Suppress diagnosing access violations while looking up deallocation functions by Chandler Carruth · 15 years ago
- 1984eb9 String literals enclosed in parentheses are still string literals. Fixes PR7488. by Douglas Gregor · 15 years ago
- 7c5b109 Don't allow vector conversions to sneak in under the guise of by Douglas Gregor · 15 years ago
- f3a7b7c In C++, allow a declaration of an enum to follow a definition of that by Douglas Gregor · 15 years ago
- b9d5c22 More Sema Check and a test case for init_priority attr. (radar 8076356). by Fariborz Jahanian · 15 years ago
- d2c6490 Merge the "regparm" attribute from a previous declaration of a by Douglas Gregor · 15 years ago
- e0cc047 When parsing cached C++ method declarations/definitions, save the by Douglas Gregor · 15 years ago
- 52a0275 Fix the build. Using declarations should not be considering when looking by John McCall · 15 years ago
- ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 15 years ago
- 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 15 years ago
- 37dd3ec Remove a dead argument to ProcessUCNEscape. by Chris Lattner · 15 years ago
- 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 15 years ago