1. f2050f2 objc-arc: Give more descriptive diagnostics when by Fariborz Jahanian · 13 years ago
  2. 921c143 objc-arc: Check on a variety of unsafe assignment of retained by Fariborz Jahanian · 13 years ago
  3. f58de90 Fix comments. by Bob Wilson · 13 years ago
  4. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  5. a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 13 years ago
  6. d028302 Improve on warning when objc pointer is used in by Fariborz Jahanian · 13 years ago
  7. 4c4cbe5 Remove superfluous comment by Douglas Gregor · 13 years ago
  8. 8cf0f52 Move definition of template <typename T> void Decl::dropAttr by Fariborz Jahanian · 13 years ago
  9. 7f88c01 Bump Token::Kind from an unsigned char to an unsigned short, from Anton Lokhmotov by Douglas Gregor · 13 years ago
  10. cf5abc7 Support for catching objc pointer objects in c++ catch-statement by Fariborz Jahanian · 13 years ago
  11. b9b4b78 Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast expression into the LHS of a compound assignment. Fixes compound assignment of various "compatible" vector types, including NEON-vector and gcc-vector types. by Eli Friedman · 13 years ago
  12. c3ca14d Remove multiple use of weak_import attribute on by Fariborz Jahanian · 13 years ago
  13. 8785d11 Remove weak_import attribute on new declaration. // rdar://9538608 by Fariborz Jahanian · 13 years ago
  14. 1626601 avoid using config.h in public headers by Dylan Noblesmith · 13 years ago
  15. 2b1ad8b Move all of Sema's member-access-related checking out of SemaExpr.cpp by Douglas Gregor · 13 years ago
  16. 572bbec Allow unavailable function calls inside unavailable functions in C++/ObjC++ as well. rdar://9660196 by Argyrios Kyrtzidis · 13 years ago
  17. d543130 Issue warning if weak_import attribute is added to an already by Fariborz Jahanian · 13 years ago
  18. 9d96bce Alloa catching Objective-C id's being thrown with C++ throw by Fariborz Jahanian · 13 years ago
  19. 0d9106f Changes ParenListExpr to always require a type. by Manuel Klimek · 13 years ago
  20. c09ce12 Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! by Douglas Gregor · 13 years ago
  21. 5b27b6d Put all ARC-related warnings into the "arc" diagnostic group. by Argyrios Kyrtzidis · 13 years ago
  22. d26fef0 Change "cannot assign retained object.." warning to "assigning retained object.." by Argyrios Kyrtzidis · 13 years ago
  23. b4b7b50 Give MaterializeTemporaryExpr the exact type of the lvalue it binds by Douglas Gregor · 13 years ago
  24. 45ba8a6 Fix typo in comment by Douglas Gregor · 13 years ago
  25. 25a7676 Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their by Argyrios Kyrtzidis · 13 years ago
  26. 0a17cae Extend the deleted overload candidate note to cover all cases. It by Sean Hunt · 13 years ago
  27. 661c67a Attempt to reapply this patch for caching copy assignment operator by Sean Hunt · 13 years ago
  28. 57b9d98 Fix a case that I missed in r133550. by Bob Wilson · 13 years ago
  29. 5dd45f1 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 13 years ago
  30. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  31. ee273b3 Fix cut-and-paste error: --stdlib is an alias for -stdlib, not -std. by Bob Wilson · 13 years ago
  32. ed79895 Driver: Factor out IsUsingLTO helper function. by Daniel Dunbar · 13 years ago
  33. e26bdb9 IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. by Daniel Dunbar · 13 years ago
  34. 08737c4 Basic: Add TargetInfo::getRegisterWidth hook. by Daniel Dunbar · 13 years ago
  35. 0b58108 A few tweaks to MaterializeTemporaryExpr suggested by John. by Douglas Gregor · 13 years ago
  36. af97517 objc-arc: CodeGen part of unbridged cast of CF types. // rdar://9474349 by Fariborz Jahanian · 13 years ago
  37. 03e8003 Introduce a new AST node describing reference binding to temporaries. by Douglas Gregor · 13 years ago
  38. 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 13 years ago
  39. c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 13 years ago
  40. cfd323d Move additional register names to their own lookup, separate from by Eric Christopher · 13 years ago
  41. 1522a7c objc-arc: allow explicit unbridged casts if the source of the cast is a by Fariborz Jahanian · 13 years ago
  42. 33f46e2 Warn for un-parenthesized '&' inside '|' (a & b | c), rdar://9553326. by Argyrios Kyrtzidis · 13 years ago
  43. c049856 Remove this poor "abstraction" from the AST. Sorry! =D by Chandler Carruth · 13 years ago
  44. 6af9662 Remove more unnecessary #include <llvm/ADT/SmallVector.h> by Francois Pichet · 13 years ago
  45. 45ee153 Remove unnecessary include. by Francois Pichet · 13 years ago
  46. bc8d7f9 Restructure the API in Type based on a conversation with Richard Smith. by Chandler Carruth · 13 years ago
  47. 732271e Turn -Wnull-arithmetic back on by default -- we now have tests for the by Chandler Carruth · 13 years ago
  48. 2af68e4 Add test cases for false positives on -Wnull-arithmetic from Richard by Chandler Carruth · 13 years ago
  49. 4e5c886 Add support for MSVC __debugbreak compiler intrinsic. by Francois Pichet · 13 years ago
  50. 18e0461 Accept no-return stripping conversions for pointer type arguments after by Chandler Carruth · 13 years ago
  51. e665d69 [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager by Argyrios Kyrtzidis · 13 years ago
  52. c2e70b4 [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 13 years ago
  53. b64915a Only accept __bridge_retain in system headers, as Doug suggested. by John McCall · 13 years ago
  54. 1816442 As a hopefully temporary workaround for a header mistake, treat by John McCall · 13 years ago
  55. 4e938df Put the new warning from revision 133196 on NULL arithmetic behind the flag -Wnull-arthimetic and set to DefaultIgnore. A few edge cases need to be worked out before this can be set to default. by Richard Trieu · 13 years ago
  56. 7acddac Objective-C fast enumeration loop variables are not retained in ARC, but by John McCall · 13 years ago
  57. 0f9dc86 When an explicit specialization has a storage specifier, error if that by Douglas Gregor · 13 years ago
  58. 51d7cdd Downgrade the error complaining about presence of a storage class by Douglas Gregor · 13 years ago
  59. 7a883e3 Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . by Eli Friedman · 13 years ago
  60. 6970155 Finish 2 sentences. by Francois Pichet · 13 years ago
  61. 12ee102 comment improvements. by Chris Lattner · 13 years ago
  62. ebb6164 code cleanups, no behavior change. by Chris Lattner · 13 years ago
  63. 3e95ba9 Add a new warning when a NULL constant is used in arithmetic operations. The warning will fire on cases such as: by Richard Trieu · 13 years ago
  64. a92d7e7 Fix of a minor typo. by Jonathan D. Turner · 13 years ago
  65. 707a23e Teach the warning about non-POD memset/memcpy/memmove to deal with the by Douglas Gregor · 13 years ago
  66. b1f7d24 arc: diagnose dereferencing a __weak pointer which may be by Fariborz Jahanian · 13 years ago
  67. dbfb371 Implement the consistency checking for C++ [temp.deduct.call]p3, which by Douglas Gregor · 13 years ago
  68. f7f8188 Raise the ARCMT functionality in Clang into proper FrontendActions. by Chandler Carruth · 13 years ago
  69. 000d428 Rework the warning for 'memset(p, 0, sizeof(p))' where 'p' is a pointer by Chandler Carruth · 13 years ago
  70. b113824 Make the Stmt::Profile method const, and the StmtProfile visitor by Chandler Carruth · 13 years ago
  71. a07398e Restore correct use of GC barriers. by John McCall · 13 years ago
  72. 9d45624 Make the presentation of the warnings on 'x + y ? 1 : 0' a bit more by Chandler Carruth · 13 years ago
  73. 82d1cc0 Suppress an over-zealous MSVC warning. by John McCall · 13 years ago
  74. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  75. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  76. 204e133 Introduce a utility routine for checking whether a block's captures by John McCall · 13 years ago
  77. add80bb Missing files. by John McCall · 13 years ago
  78. 923cd57 Generate enumerators for diagnostic categories. Patch by Argyrios! by John McCall · 13 years ago
  79. 4ac0140 Eliminate a 'default' case in template argument deduction, where we by Douglas Gregor · 13 years ago
  80. 1454cb9 Properly implement C++0x [stmt.dcl]p3, which requires a scope to be by Douglas Gregor · 13 years ago
  81. cf73992 Warn on "void f(int a[10]) { sizeof(a); }" by Nico Weber · 13 years ago
  82. fa82138 Sema: show shift result in hexadecimal by Ted Kremenek · 13 years ago
  83. 74da19f Introduce a -cc1-level option to turn off related result type by Douglas Gregor · 13 years ago
  84. 997e15c Bad table discription of fromat-y2k causes by Fariborz Jahanian · 13 years ago
  85. e4a1c64 Warn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording by Jordy Rose. by Nico Weber · 13 years ago
  86. 2a00b83 Hyphenate "argument-dependent". by Jay Foad · 13 years ago
  87. e1eed38 when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant by Chris Lattner · 13 years ago
  88. 24c38e1 fix rdar://9204520 - Accept int(0.85 * 10) as an initializer in a class member by Chris Lattner · 13 years ago
  89. 0adde12 Properly diagnose using abstract and incomplete types in va_arg by David Majnemer · 13 years ago
  90. fd05ca0 Move GlobalDecl to AST by Peter Collingbourne · 13 years ago
  91. 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 13 years ago
  92. db11b01 Give a diagnostic when using non-POD types in a va_arg by David Majnemer · 13 years ago
  93. c2cdd53 Don't assert on initialized typedef declarations in classes: by Richard Smith · 13 years ago
  94. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  95. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  96. 45937ae Restore 'atomic' as an attribute of objc properties. by Fariborz Jahanian · 13 years ago
  97. 3bde0ce This change is breaking selfhost. Revert it until I have more time to study it. by Sean Hunt · 13 years ago
  98. 53e669f Implement caching of copy assignment operator lookup. by Sean Hunt · 13 years ago
  99. c530d17 Implement caching for copy constructors in similar situations. by Sean Hunt · 13 years ago
  100. b320e0c Implement caching of default constructors on the resolution table. This by Sean Hunt · 13 years ago