1. 13e1bca When performing a user-defined conversion via a constructor, be sure by Douglas Gregor · 13 years ago
  2. 46eaf77 [analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goodnow II! by Ted Kremenek · 13 years ago
  3. 9d1bbea objc: err on a property designated both atomic and nonatomic. // rdar://10260017 by Fariborz Jahanian · 13 years ago
  4. 089e893 When substituting into a sizeof parameter pack expression in a context by Douglas Gregor · 13 years ago
  5. fcdd2cb Don't suggest 'noreturn' for function template instantiations, because by Douglas Gregor · 13 years ago
  6. 1055393 Give nicer note when a member redeclaration has or lacks 'const' by Kaelyn Uhrain · 13 years ago
  7. f8b6e15 Don't analyze comparisons in type- or value-dependent by Douglas Gregor · 13 years ago
  8. d61db33 Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289. by Douglas Gregor · 13 years ago
  9. 6e43375 constexpr: Disable checking of constructor member initializer lists for by Richard Smith · 13 years ago
  10. 5a706dc Don't complain about qualified property or ivar access when the by Douglas Gregor · 13 years ago
  11. d24c306 When adding a direct initializer to a declaration, allow the by Douglas Gregor · 13 years ago
  12. 147545d Parse the initializer for a class member after handling its by Douglas Gregor · 13 years ago
  13. 25aaff9 Always add the built-in overload candidates for operators &&, ||, and by Douglas Gregor · 13 years ago
  14. e16da07 Begin work consolidating ShouldDelete* functions. by Sean Hunt · 13 years ago
  15. 883af83 Implement the restrictions in C++ [class.friend]p6, which disallow by Douglas Gregor · 13 years ago
  16. b5ae92f Diagnose attempts to qualify the name of an instance variable or by Douglas Gregor · 13 years ago
  17. 6d0468b Push "out-of-line" declarations into scope when their lexical/semantic by Douglas Gregor · 13 years ago
  18. ac57f0b The effective context of a friend function is its lexical context. Fixes PR9103. by Douglas Gregor · 13 years ago
  19. 6c73a29 For the various CF and NS attributes, don't complain if the parameter by Douglas Gregor · 13 years ago
  20. d8f5b33 Per the note in C++0x [temp.deduct.call]p4, don't attempt template by Douglas Gregor · 13 years ago
  21. 33ab0da A friend template specialization is also dependent if any of its by Douglas Gregor · 13 years ago
  22. 44efed0 Only allow taking the address of an expression of type 'overloaded by Douglas Gregor · 13 years ago
  23. b5a0187 Diagnose attempts to declare a non-static data member with a by Douglas Gregor · 13 years ago
  24. 5c340e8 After instantiating a 'noexcept' expression, be sure to convert it to by Douglas Gregor · 13 years ago
  25. 1b46d8d objc: Do not warn about mismatch on Super's readonly property attribute, by Fariborz Jahanian · 13 years ago
  26. 8ed7bec Try fixing windows bots. by Argyrios Kyrtzidis · 13 years ago
  27. 2289717 [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606 by Argyrios Kyrtzidis · 13 years ago
  28. 744f1cd Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by Jim Goodnow II. by Ted Kremenek · 13 years ago
  29. 13bf633 objc++: some minor cleanup and a test case by Fariborz Jahanian · 13 years ago
  30. dbc68bd Add a simple PCH test for _Atomic. by Eli Friedman · 13 years ago
  31. 682eae2 Hack in a workaround for PR11082 until we have a proper fix. This by Chandler Carruth · 13 years ago
  32. 856ebfb Remove FIXME obsoleted by change r141279 for PR11067. by Richard Smith · 13 years ago
  33. 6595935 Record layout requires not just a definition, but a complete by John McCall · 13 years ago
  34. aa2176b r141345 also fixed a -Wuninitialized bug where loop conditions were not always flagged as being uninitialized. Addresses <rdar://problem/9432305>. by Ted Kremenek · 13 years ago
  35. c5f740e Fix infinite loop in -Wuninitialized reported in PR 11069. by Ted Kremenek · 13 years ago
  36. 7d65f69 objc: Improve on diagnostic when atomic proeprty is synthesized by Fariborz Jahanian · 13 years ago
  37. c076e37 Implicitly assume that a ObjC category to an unavailable interface is also unavailable; by Argyrios Kyrtzidis · 13 years ago
  38. 3a38744 When using an unavailable/deprecated interface Foo inside Foo's interface/implementation by Argyrios Kyrtzidis · 13 years ago
  39. b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 13 years ago
  40. 09d26ad [driver] Fix test case for Windows due to fallout from r141202+r141205. by Chad Rosier · 13 years ago
  41. c808503 [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when analyzing C++ pointer-to-member calls. Fixes <rdar://problem/10243398>. by Ted Kremenek · 13 years ago
  42. a4ae229 CUDA: IR generation support for device stubs by Peter Collingbourne · 13 years ago
  43. 57e264e objc++: For atomic properties of c++ class objec typet, appropriate by Fariborz Jahanian · 13 years ago
  44. d51e43a CUDA: add -fcuda-is-device flag by Peter Collingbourne · 13 years ago
  45. 6c0aa5f CUDA: IR generation support for kernel call expressions by Peter Collingbourne · 13 years ago
  46. 744d90b CUDA: set proper calling conventions for PTX by Peter Collingbourne · 13 years ago
  47. b52c0dd PR11067: A definition of a constexpr static variable doesn't need an initializer if the in-class declaration had one. Such a declaration must be initialized by a constant expression. by Richard Smith · 13 years ago
  48. d120596 Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. by Erik Verbruggen · 13 years ago
  49. aed123e [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, by Argyrios Kyrtzidis · 13 years ago
  50. d211cb7 Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits reserved for that value in VarDecl. Fixes PR 10538. by Ted Kremenek · 13 years ago
  51. b8b0e75 OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, by Peter Collingbourne · 13 years ago
  52. 41c8d6f OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1 by Peter Collingbourne · 13 years ago
  53. 08f35a7 Add -Wlanguage-extension-token option for ext_token_used warning. by Ivan Krasin · 13 years ago
  54. d1ab1a2 When constructing debug information for synthesized variables for the by Eric Christopher · 13 years ago
  55. 93edbc5 Fix major regression in RetainCountChecker. DefaultSummaries were not being used when they were meant to be. Fixes <rdar://problem/10241614>. by Ted Kremenek · 13 years ago
  56. 0d94094 Fix crash when using archaic protocol, rdar://10238337 by Argyrios Kyrtzidis · 13 years ago
  57. 88934e8 Driver & AST: Implement support for -fpack-struct and -fpack-struct= command by Daniel Dunbar · 13 years ago
  58. a1e797e Fix the rewriter, rdar://10234024. by Argyrios Kyrtzidis · 13 years ago
  59. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  60. 818eafb PTX: Set proper calling conventions for PTX in OpenCL mode. by Justin Holewinski · 13 years ago
  61. 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
  62. dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
  63. 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago
  64. 53c8167 c: assignment/init of a function pointer whose function(s) by Fariborz Jahanian · 13 years ago
  65. 203050c Don't allow an rvalue reference to bind to the result of a calling a by Douglas Gregor · 13 years ago
  66. 53201a8 Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override by Daniel Dunbar · 13 years ago
  67. 68af536 objc: Turn diagnostic on property type mismatch in by Fariborz Jahanian · 13 years ago
  68. 06d92bf Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://problem/10230631>. by Ted Kremenek · 13 years ago
  69. d649c57 Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://problem/10230626>. by Ted Kremenek · 13 years ago
  70. 3b8b00b Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://problem/10226192>. by Ted Kremenek · 13 years ago
  71. 2a1a89e Revert r141060. We should NEVER add new warnings that aren't guarded by flag. by Ted Kremenek · 13 years ago
  72. 348f16f Mark calls to objc_retainBlock that don't result from casts by John McCall · 13 years ago
  73. f4e541c Specify -ccc-clang-archs for le32 targets which may not be supported by default. by Bob Wilson · 13 years ago
  74. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  75. 55d78d2 Update testcase for r141053+r141055. by Chad Rosier · 13 years ago
  76. 175fb10 objc arc: Suppress certain arc diagnostics on unavailable by Fariborz Jahanian · 13 years ago
  77. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  78. c6ac322 objc++: Accessing explicit property of reference type need by Fariborz Jahanian · 13 years ago
  79. f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
  80. c5306b0 Test a multilib setup on a 64-bit host. This is the far more common by Chandler Carruth · 13 years ago
  81. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  82. b6fdf8f Relax an assertion here a bit. This doesn't really matter, as we won't by Chandler Carruth · 13 years ago
  83. 621e6a6 Test that we include a GCC-triple-prefixed tree. While I don't know of by Chandler Carruth · 13 years ago
  84. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  85. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  86. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  87. 78dd67e CUDA: diagnose invalid calls across targets by Peter Collingbourne · 13 years ago
  88. 1f24076 CUDA: add separate diagnostics for too few/many exec config args by Peter Collingbourne · 13 years ago
  89. 8591a7f CUDA: diagnose unconfigured calls to global functions by Peter Collingbourne · 13 years ago
  90. 80d2355 Sorry, I misunderstood the interaction here; the GNU runtime does by John McCall · 13 years ago
  91. 591dbc7 Use -fgnu-runtime to force the use of the non-fragile ABI; by John McCall · 13 years ago
  92. 4768b9c Temporarily XFAIL this test until John or someone else who works on ObjC by Chandler Carruth · 13 years ago
  93. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  94. 6a835dd Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling in ExprEngine. Fixes <rdar://problem/10201666>. by Ted Kremenek · 13 years ago
  95. 2b014d6 When performing an @throw in ARC, retain + autorelease by John McCall · 13 years ago
  96. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  97. b459cf3 Address PR10616. The crash has already been fixed by Ted in r140725, so just refactor to use existing API + test case. by Anna Zaks · 13 years ago
  98. e82247a Hey, maybe we shouldn't silently ignore decl attributes by John McCall · 13 years ago
  99. 130e5ef As I suspected, completely non-multilib machines just get no suffix. by Chandler Carruth · 13 years ago
  100. 9f569cc constexpr: semantic checking for constexpr functions and constructors. Based in by Richard Smith · 13 years ago