1. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  2. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 14 years ago
  3. ee11b2d Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct. by Anders Carlsson · 14 years ago
  4. 8f1a240 Reduce nesting. by Anders Carlsson · 14 years ago
  5. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 14 years ago
  6. cb9bafe Exit early from the simple form of Sema::RequireNonAbstractType(), for by Douglas Gregor · 14 years ago
  7. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 14 years ago
  8. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 14 years ago
  9. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 14 years ago
  10. f283859 Further improvement to point to category by Fariborz Jahanian · 14 years ago
  11. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 14 years ago
  12. 2cc2675 Accumulate all functions and classes that the effective context is by John McCall · 14 years ago
  13. b0cb022 Implement method friends in class templates and fix a few related problems. by John McCall · 14 years ago
  14. dec4c24 Remove unused static function by Douglas Gregor · 14 years ago
  15. b1a56e7 Put function templates instantiated from friend declarations in the correct by John McCall · 14 years ago
  16. c67b032 Compare namespaces properly when looking for redeclarations of by Douglas Gregor · 14 years ago
  17. 79f5e51 Add comment indicating that we intentionally don't add the noreturn by Ted Kremenek · 14 years ago
  18. d606848 When adding initializers to a constructor, be sure that we are looking by Douglas Gregor · 14 years ago
  19. 0fd8ff7 When trying to determine whether one operand of a conditional by Douglas Gregor · 14 years ago
  20. 29ecaba Eliminate the non-InitializedEntity PerformCopyInitialization() and by Douglas Gregor · 14 years ago
  21. b70cf44 Switch semantic analysis of the conditional operator from using by Douglas Gregor · 14 years ago
  22. 9c12739 Do not mark the destructor of a function parameter's type. Fixes PR6709. by Douglas Gregor · 14 years ago
  23. 9d0e441 When deducing an integral template argument for a non-type template by Douglas Gregor · 14 years ago
  24. d325daa Reapply r99596 with a fix: link an instantiated friend function to its by John McCall · 14 years ago
  25. a7bc855 Apparently that didn't work. Reverting for now. by John McCall · 14 years ago
  26. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 14 years ago
  27. d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 14 years ago
  28. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 14 years ago
  29. 3e1ae93 Mark virtual methods that are used in tables included in VTTs as used. by Rafael Espindola · 14 years ago
  30. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 14 years ago
  31. eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 14 years ago
  32. 90f9789 When finishing a function definition, leave the function definition *after* by John McCall · 14 years ago
  33. e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 14 years ago
  34. 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 14 years ago
  35. 32f2fb5 Preserve type-source information in friend declarations. by John McCall · 14 years ago
  36. 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 14 years ago
  37. 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 14 years ago
  38. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 14 years ago
  39. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 14 years ago
  40. 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 14 years ago
  41. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 14 years ago
  42. f0e0b17 Kill off two more uses of Sema::CheckReferenceInit in favor of the new by Douglas Gregor · 14 years ago
  43. c6e378e Switch static_cast from the old reference-initialization code (via by Douglas Gregor · 14 years ago
  44. 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 14 years ago
  45. 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 14 years ago
  46. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 14 years ago
  47. 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 14 years ago
  48. c1b621d Walk out of enums when determining effective context. by John McCall · 14 years ago
  49. 5fd378b Correct that last fixit: if the user wrote by John McCall · 14 years ago
  50. 7ad650f Support friend function specializations. by John McCall · 14 years ago
  51. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 14 years ago
  52. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 14 years ago
  53. b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 14 years ago
  54. 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 14 years ago
  55. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 14 years ago
  56. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 14 years ago
  57. f075b22 revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 14 years ago
  58. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 14 years ago
  59. 5fb12c6 Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 14 years ago
  60. 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 14 years ago
  61. bc52595 Ignore a more comprehensive set of gcc-special format attributes. by Duncan Sands · 14 years ago
  62. c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 14 years ago
  63. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 14 years ago
  64. 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 14 years ago
  65. b0f65ca A fixed version of r99174 which also includes a test that we emit vtables when by Rafael Espindola · 14 years ago
  66. 3c98902 (re)implement PR6542, accepting and discarding the __gcc_tdiag__ by Chris Lattner · 14 years ago
  67. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 14 years ago
  68. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 14 years ago
  69. 89db145 revert r99174. It caused PR6677. Will try to debug why tonight. by Rafael Espindola · 14 years ago
  70. c24d721 When handling a TSK_ExplicitInstantiationDefinition after a by Rafael Espindola · 14 years ago
  71. 053f4bd -Wshadow should only warn about parameter declarations when we're by John McCall · 14 years ago
  72. 0162070 Fix PR6618. by Rafael Espindola · 14 years ago
  73. d068aab Don't bother running the analysis for CFG-based warnings if the by Ted Kremenek · 14 years ago
  74. dbdbaaf Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. by Ted Kremenek · 14 years ago
  75. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 14 years ago
  76. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  77. a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 14 years ago
  78. d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 14 years ago
  79. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 14 years ago
  80. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  81. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  82. 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 14 years ago
  83. 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 14 years ago
  84. 9944c76 Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyDecl(). by Ted Kremenek · 14 years ago
  85. a742db0 Implement non-dependent friend functions and classes. by John McCall · 14 years ago
  86. a8cab01 ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not by John McCall · 14 years ago
  87. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 14 years ago
  88. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  89. 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 14 years ago
  90. db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 14 years ago
  91. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 14 years ago
  92. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 14 years ago
  93. 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 14 years ago
  94. 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 14 years ago
  95. ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 14 years ago
  96. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 14 years ago
  97. b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 14 years ago
  98. 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 14 years ago
  99. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 14 years ago
  100. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 14 years ago