1. 40249e7 When diagnosing address-space changes, apply array-to-pointer decay first. by John McCall · 14 years ago
  2. ccd5259 -fapple-kext support for indirect call to virtuals dtors - wip. by Fariborz Jahanian · 14 years ago
  3. e10f900 Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC! by Nick Lewycky · 14 years ago
  4. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 14 years ago
  5. 006ae38 Don't warn about extraneous '()' around a comparison if it occurs within a macro. by Ted Kremenek · 14 years ago
  6. cf1620a Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Fariborz for the hint! by Argyrios Kyrtzidis · 14 years ago
  7. 7143325 Do the right thing for zero-initializing VLAs that don't have a zero by John McCall · 14 years ago
  8. db08355 Add updated Debian ARM include path. by Nick Lewycky · 14 years ago
  9. a63f6de Provide constant strings for certain common code completion strings, by Douglas Gregor · 14 years ago
  10. 63eeade Fix the message. Thanks to Thomas Clement for noticing. by Argyrios Kyrtzidis · 14 years ago
  11. 70f2330 For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John! by Argyrios Kyrtzidis · 14 years ago
  12. be29d8d [analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker. by Argyrios Kyrtzidis · 14 years ago
  13. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 14 years ago
  14. 0e2dc3a Warn for "if ((a == b))" where the equality expression is needlessly wrapped inside parentheses. by Argyrios Kyrtzidis · 14 years ago
  15. 63b5410 Add temporary hack to -Wuninitialize to create a separate CFG (for C++ code) that doesn't include implicit dtors. by Ted Kremenek · 14 years ago
  16. 9fcbcee Enhance -Wuninitialized to better reason about || and &&, tracking dual dataflow facts and properly merging them. by Ted Kremenek · 14 years ago
  17. d880f52 Implement access checking for the "delete" operator. Fixes PR9050, by Douglas Gregor · 14 years ago
  18. f9997a0 Fix a thinko where I didn't update a consistency check for by Douglas Gregor · 14 years ago
  19. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 14 years ago
  20. fb7049a Support EFI target triple, from Carl Norum! by Douglas Gregor · 14 years ago
  21. cde5a40 The code trying to assign a typedef to an anonymous tag declaration was by John McCall · 14 years ago
  22. 071d3af Revert 124633. The linker has been told how to merge available_externally. by Rafael Espindola · 14 years ago
  23. 5c3633f Convert RecordLayout::NonVirtualSize from bit units to CharUnits. by Ken Dyck · 14 years ago
  24. 65e7a9e When initializing struct members, the important thing is that the "initializing" expression is by Argyrios Kyrtzidis · 14 years ago
  25. 517ebc6 Set visibility for available_externally globals. This is important for two reasons: by Rafael Espindola · 14 years ago
  26. 86c05f3 Perform the bad-address-space conversions check as part of by John McCall · 14 years ago
  27. 293a45e Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! by Argyrios Kyrtzidis · 14 years ago
  28. e4be87e Make Check*PointerTypesForAssignment private and tell them that they're by John McCall · 14 years ago
  29. 3de8424 Harden Lexer::GetBeginningOfToken() against bogus source locations and by Douglas Gregor · 14 years ago
  30. b6cfa24 Slightly reorganize CheckAssignmentConstraints and remove some redundant logic. by John McCall · 14 years ago
  31. 4f5e21e Teach Diagnostic::setClient() to free the existing, owned by Douglas Gregor · 14 years ago
  32. c7a9cda libclang: Don't allow RemoveFileOnSignal to be called via libclang, badness can by Daniel Dunbar · 14 years ago
  33. ff9cd96 Frontend: Add an explicit RemoveFileOnSignal flag argument, to control the by Daniel Dunbar · 14 years ago
  34. 94659e4 Add -Wcustom-atomic-properties which warns if an atomic-by-default property has custom getter or setter. by Argyrios Kyrtzidis · 14 years ago
  35. 395cc37 Implement reasonable conversion ranking for Objective-C pointer by Douglas Gregor · 14 years ago
  36. 9641fc8 Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin Kramer for the hint! by Argyrios Kyrtzidis · 14 years ago
  37. 683a81f Implement the suggested resolution to core issue 547, extended to also by Douglas Gregor · 14 years ago
  38. def4e2a Warn if the class has virtual methods but non-virtual destructor. Addresses rdar://8756445. by Argyrios Kyrtzidis · 14 years ago
  39. 36eb5e4 Don't warn that variables in C++ static member functions shadow fields. Fixes rdar://8900456. by Argyrios Kyrtzidis · 14 years ago
  40. 49a6172 Fix the diagnostic when we are shadowing an external variable and there exists a locally scoped extern with the same name. by Argyrios Kyrtzidis · 14 years ago
  41. 6684d85 Diagnose if extern local variable is followed by non-extern and vice-versa. by Argyrios Kyrtzidis · 14 years ago
  42. 6df96e0 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302. by Argyrios Kyrtzidis · 14 years ago
  43. 43f0a7c If there were errors, disable 'unused' warnings since they will mostly be noise. by Argyrios Kyrtzidis · 14 years ago
  44. 6ad5df1 Error for use of field from anonymous struct or union should say "invalid use of nonstatic data member" by Argyrios Kyrtzidis · 14 years ago
  45. 0413db4 Amazing that there are still issues with the fields of anonymous struct/unions.. by Argyrios Kyrtzidis · 14 years ago
  46. dfaa5fb Allow Microsoft attributes in a constructor's parameter list. by Francois Pichet · 14 years ago
  47. 6d7f847 When building with optimizations, emit vtables where the key is not in the by Anders Carlsson · 14 years ago
  48. 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 14 years ago
  49. 237f959 Remove dead code. by Anders Carlsson · 14 years ago
  50. 907c828 When emitting RTTI for a non-class type, compute the visibility of the RTTI data based on the explicit visibility of the type. by Anders Carlsson · 14 years ago
  51. f25649c Support for -plugin-arg- with -add-plugin by Nico Weber · 14 years ago
  52. c7e98fa Move GetLLVMVisibility to CodeGenModule. by Anders Carlsson · 14 years ago
  53. 9a86a13 Add RTTIBuilder::GetAddrOfTypeName which uses the newly added CreateOrReplaceCXXRuntimeVariable. by Anders Carlsson · 14 years ago
  54. fa2e99f Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum instead of an "IsForRTTI" flag. by Anders Carlsson · 14 years ago
  55. 934176f Replace an isa/cast with a dyn_cast. by Anders Carlsson · 14 years ago
  56. 0ffeaad Get rid of an unneeded parameter from setGlobalVisibility. by Anders Carlsson · 14 years ago
  57. 691222d Give VTTs the right visibility. by Anders Carlsson · 14 years ago
  58. 1cbce12 Make emitting a VTT a two-step process, much like emitting a VTable. You first get the address of the VTT, and then pass it to EmitVTTDefinition. by Anders Carlsson · 14 years ago
  59. 96eaf29 Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp by Anders Carlsson · 14 years ago
  60. 3bd6202 Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has their own copy of this code). by Anders Carlsson · 14 years ago
  61. 3b8037a Replace a literal '8' with getCharWidth(). by Ken Dyck · 14 years ago
  62. c93a776 Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. by Anders Carlsson · 14 years ago
  63. 268ab8c When trying to get the most derived class, don't assume that we can ignore all casts. We can only ignore derived-to-base and no-op casts. Fixes selfhost. by Anders Carlsson · 14 years ago
  64. 1679f5a When calling a virtual member function on a base class and the most derived class is marked 'final', we can devirtualize the call. by Anders Carlsson · 14 years ago
  65. 336a7dc When doing a derived-to-base class through a virtual class, we don't have to get the vbase offset from the vtable if the derived class is marked final. by Anders Carlsson · 14 years ago
  66. a50e33e More work to support -fapple-kext regarding by Fariborz Jahanian · 14 years ago
  67. d89d30f Fix some corner cases in the __is_base_of logic. by John McCall · 14 years ago
  68. 21a7dfc Add my new file to the CMake lists, sorry about that. by John McCall · 14 years ago
  69. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 14 years ago
  70. 804b807 Reorganize the value-dominance metaprogram and introduce a specialization by John McCall · 14 years ago
  71. 3ad32c8 Convert the exception-freeing cleanup over to the conditional cleanups code, by John McCall · 14 years ago
  72. 4867347 PR9037: Allow override, final, and new as an extension on inline members. by Nico Weber · 14 years ago
  73. b608b98 Give OpaqueValueExpr a source location, because its source location by Douglas Gregor · 14 years ago
  74. 70a21de Allow elision of invocations of move constructors from temporary objects. by Douglas Gregor · 14 years ago
  75. b3d5e2f When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only by Douglas Gregor · 14 years ago
  76. 1e8011e Fix an objective-c rewriter bug rewriting a __block by Fariborz Jahanian · 14 years ago
  77. 1eee5dc Teach the evaluation of the __is_convertible_to trait to translate by Douglas Gregor · 14 years ago
  78. 418df34 Separate the access-control diagnostics from other diagnostics that do not have SFINAE behavior. by Douglas Gregor · 14 years ago
  79. a050618 Document some serious badness in our evaluation of the type traits: we need to be sure we have complete types in many cases by Douglas Gregor · 14 years ago
  80. 9f36113 Implement the Microsoft __is_convertible_to type trait, modeling the by Douglas Gregor · 14 years ago
  81. 63e7d25 Fixed parameter names. by Abramo Bagnara · 14 years ago
  82. b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 14 years ago
  83. 96554fd Teach -Wuninitialized about indirect goto. Fixes PR 9071. by Ted Kremenek · 14 years ago
  84. 11fe175 Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ObjC retain/release checker. by Ted Kremenek · 14 years ago
  85. 2a5c45b Allow #pragma unused to be used on global variables like gcc. Fixes rdar://8793832. by Argyrios Kyrtzidis · 14 years ago
  86. 1aa2730 Teach ASTUnit to save the specified target features, since by Douglas Gregor · 14 years ago
  87. 9319b56 [analyzer] Fix crash when handling dot syntax on 'super'. by Argyrios Kyrtzidis · 14 years ago
  88. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 14 years ago
  89. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 14 years ago
  90. dfbb02a Fix whitespace. by NAKAMURA Takumi · 14 years ago
  91. 0099530 7bit-ize. by NAKAMURA Takumi · 14 years ago
  92. 12b9434 Hook up attribute ns_consumes_self in the ObjC retain/release checker in the static analyzer. by Ted Kremenek · 14 years ago
  93. eb7a779 Tweak -Wuninitialized fixit for '_Bool' types to be initialized to 0, and C++ 'bool' types to false. by Ted Kremenek · 14 years ago
  94. 2c3af5c Teach -Wuninitialized to suggest "= false" for initializing bool variables. by Ted Kremenek · 14 years ago
  95. fd70826 Notes on dynamic array cookies in MSVC. by John McCall · 14 years ago
  96. f2eca2c Import three interesting bits that apply only to C++ methods. by John McCall · 14 years ago
  97. 40900ee Teach -Wuninitialized not to assert when analyzing by Ted Kremenek · 14 years ago
  98. 1ea800c Teach -Wuninitialized about ObjC fast enumeration loops. by Ted Kremenek · 14 years ago
  99. fd1a8fd When we run into a template parameter that should have a default by Douglas Gregor · 14 years ago
  100. 944aa60 Cope with parenthesized function declarators when emitting a by Douglas Gregor · 14 years ago