1. f86fedd Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. by Daniel Dunbar · 15 years ago
  2. 79cbc7d Add an internal CreateRecordDecl that will create a CXXRecordDecl when compiling C++ and a RecordDecl otherwise. by Anders Carlsson · 15 years ago
  3. a8a1e3d Always build a builtin operator expression for the __extension__ unary operator. by Anders Carlsson · 15 years ago
  4. 658e812 Handle CK_BitCast in EmitCastLValue. by Anders Carlsson · 15 years ago
  5. a82e4ae - Have TryStaticImplicitCast set the cast kind to NoOp when binding a reference. CheckReferenceInit already inserts implicit casts to the necessary types. This fixes an assertion in CodeGen for some casts and brings a fix for PR5453 close, if I understand that bug correctly. by Sebastian Redl · 15 years ago
  6. 5b6117a Canonicalize the type before trying to create a debug type. by Anders Carlsson · 15 years ago
  7. 266cc53 Improve test to make sure -fixit is really working. by Daniel Dunbar · 15 years ago
  8. 55f9bdd Avoid assert-crash in a case where the expression passed to EmitConstantExpr by Eli Friedman · 15 years ago
  9. f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
  10. 3e42ffd PR5462: Don't run off the edge of the argument array for vararg handling by Eli Friedman · 15 years ago
  11. 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
  12. 2f00552 Fix a couple of tests. by Eli Friedman · 15 years ago
  13. ea9a208 PR5483: Generate missing form of destructor when it is virtual. (Someone by Eli Friedman · 15 years ago
  14. 49e2b8e Fix for PR5489: don't skip the complete type requrirement for variable by Eli Friedman · 15 years ago
  15. 19aeac6 When type-checking a static cast (or the static_cast part of a C-style by Douglas Gregor · 15 years ago
  16. ba69b3c Fix broken tests, exposed by improved -verify. by Daniel Dunbar · 15 years ago
  17. 0ba63ea Diagnose ambiguity of operator delete and operator delete[]. Sebastian, please review. by Anders Carlsson · 15 years ago
  18. 370e538 Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. by Anders Carlsson · 15 years ago
  19. 66724ea If we attempt to add a constructor template specialization that looks by Douglas Gregor · 15 years ago
  20. fd47648 Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 15 years ago
  21. 15755cb Template argument deduction of a non-type template parameter from a by Douglas Gregor · 15 years ago
  22. cad84b7 A constructor template cannot be instantiated to a copy by Douglas Gregor · 15 years ago
  23. 534ba90 Code gen. For virtual destructor call on array objects (still part of pr5472). by Fariborz Jahanian · 15 years ago
  24. 22efb85 More VTT and constructor vtable testcases from recent work. by Mike Stump · 15 years ago
  25. 513225f Add more testcase for construction vtables and VTTs. by Mike Stump · 15 years ago
  26. 2cdcbdb Add some more VTT testcases. by Mike Stump · 15 years ago
  27. 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
  28. c360775 Remove test case's dependency on header file. by Ted Kremenek · 15 years ago
  29. c764d4b Add two new test cases for the Malloc/Free checker. Both have to do with by Ted Kremenek · 15 years ago
  30. ba93087 Add test case that shows a leak we don't catch. by Ted Kremenek · 15 years ago
  31. 9326c56 Add a testcase for the recent VTT work. by Mike Stump · 15 years ago
  32. 72c2153 Code gen for arrady delete operator. Fixes pr5472. by Fariborz Jahanian · 15 years ago
  33. bb62dcb Add test for expr.delete p5, with a FIXME. by Daniel Dunbar · 15 years ago
  34. a660440 This falls into the category of stupid pet tricks. I hate to do this, by Mike Stump · 15 years ago
  35. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  36. 79b680e When performing copy initialization (= "implicit conversion", here) to by Douglas Gregor · 15 years ago
  37. 4b3cbea Don't bind arguments to temporaries if the argument has a reference type. by Anders Carlsson · 15 years ago
  38. fc7ac8f Malloc checker basically works now. by Zhongxing Xu · 15 years ago
  39. 03d8ed4 Fix two bugs with temporaries: by Anders Carlsson · 15 years ago
  40. b0069ee Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending by Fariborz Jahanian · 15 years ago
  41. caddba0 Recognize (and check) pointer-to-member template arguments that are by Douglas Gregor · 15 years ago
  42. 231edff When instantiating a reference to a non-type template parameter of pointer to by Douglas Gregor · 15 years ago
  43. fb898e1 When comparing template parameter lists, distinguish between three cases: by Douglas Gregor · 15 years ago
  44. dcdd2a0 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 15 years ago
  45. 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 15 years ago
  46. 1ea5294 Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit by Daniel Dunbar · 15 years ago
  47. 8b13c08 Improve recovery in a wonky case where one tries to specialize a by Douglas Gregor · 15 years ago
  48. 010c3f5 Fix test portability. by Daniel Dunbar · 15 years ago
  49. c8d8ac5 Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, by John McCall · 15 years ago
  50. eaf75f4 Remove an overly-eager assertion when replacing tokens with an by Douglas Gregor · 15 years ago
  51. db0d4b7 Template argument deduction for template template parameters. This by Douglas Gregor · 15 years ago
  52. 8406aed Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of by John McCall · 15 years ago
  53. f42d74f Make test more platform independent. by Fariborz Jahanian · 15 years ago
  54. 1f2fcee Make test more platform independent (per Sebastian's comment). by Fariborz Jahanian · 15 years ago
  55. 7ca8b06 writable atomic property's setter/getter must be in 'lock' step of by Fariborz Jahanian · 15 years ago
  56. f35f828 Improve diagnostics when a default template argument does not match by Douglas Gregor · 15 years ago
  57. 9148c3f Before checking a template template argument against its corresponding by Douglas Gregor · 15 years ago
  58. e8b31cc Value initialize non-class array members in ctor's by Fariborz Jahanian · 15 years ago
  59. ab6d622 Split buffer overflow test case into two test cases, removing out logic that was commented out. by Ted Kremenek · 15 years ago
  60. 9106ef7 Instantiation of template template parameters for nested templates, e.g., by Douglas Gregor · 15 years ago
  61. 7bb87fc Fix speculative parsing of dependent template names in by Douglas Gregor · 15 years ago
  62. d694485 Add undefined array subscript checker. by Zhongxing Xu · 15 years ago
  63. 58e689f Reimplement out-of-bound array access checker with the new checker interface. by Zhongxing Xu · 15 years ago
  64. de7d800 CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to determine if a pointer is casted to a struct pointer. This fixes an observed false positive when a value is casted to a union. by Ted Kremenek · 15 years ago
  65. 131c981 And now a test fix in +Asserts mode, which I broke. by Daniel Dunbar · 15 years ago
  66. 47d1e82 Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here. by Daniel Dunbar · 15 years ago
  67. a52ef08 Apparently the following idiom is specifically encouraged: by John McCall · 15 years ago
  68. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  69. f7f3d0d Create a new Scope when parsing a declaration with a C++ scope specifier. by John McCall · 15 years ago
  70. b03bfa5 Diagnose illegally typed operator new/new[]. by Fariborz Jahanian · 15 years ago
  71. 7f1de45 Fix for PR5454: make sure to use the right block as the predecessor in the by Eli Friedman · 15 years ago
  72. dfcaf06 Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses <rdar://problem/7381735>. by Ted Kremenek · 15 years ago
  73. 88f4280 This patch implements Code gen. for destruction of global array of objects. by Fariborz Jahanian · 15 years ago
  74. 12ea578 Make a somewhat more convincing test case for unqualified lookup through by John McCall · 15 years ago
  75. cdc89c4 Simple test case for [basic.lookup.udir]. by John McCall · 15 years ago
  76. d7be78a Fix unqualified lookup through using directives. by John McCall · 15 years ago
  77. b76cd3d When trying to assign a regular string literal to an Objective-C 'id' type or a pointer to an NSString, emit a code insertion hint that turns it into an Objective-C string. For example: by Anders Carlsson · 15 years ago
  78. ad26b73 If a function with a default argument is redefined and the new function also has a defualt argument then add a fixit hint that removes the default argument. Fixes PR5444. by Anders Carlsson · 15 years ago
  79. 79234ca Add test case for PointerSubChecker. by Zhongxing Xu · 15 years ago
  80. adca271 Refine PointerSubChecker: compare the base region instead of the original by Zhongxing Xu · 15 years ago
  81. 3ada2df Enable the use of the new llvm objectsize intrinsic. by Mike Stump · 15 years ago
  82. 3451e92 Changed error for nested type qualifier mismatch to by Fariborz Jahanian · 15 years ago
  83. ff4393c Make sure that we look into nested, transparent declaration contexts by Douglas Gregor · 15 years ago
  84. d411b3f For array pointee type, get its cvr qualifier from by Fariborz Jahanian · 15 years ago
  85. d47c47d Make sure that we instantiate default function arguments for an by Douglas Gregor · 15 years ago
  86. 80c30da Add additional note to mark the cause of synthesized constructors. Mark by Eli Friedman · 15 years ago
  87. 0f8716b Improve instantiation of default template arguments for nested by Douglas Gregor · 15 years ago
  88. d49c7b6 Add code generation test for r86500. by Eli Friedman · 15 years ago
  89. 8875334 Test case for Sean Hunt's patch which I left out. by Fariborz Jahanian · 15 years ago
  90. 8f4c59e Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen by Eli Friedman · 15 years ago
  91. 11a8240 Slightly more testing for instantiation of non-type template parameters in nested templates, for my own sanity's sake by Douglas Gregor · 15 years ago
  92. a23dcce Add a triple to try to fix the buildbot error. by Anders Carlsson · 15 years ago
  93. 1c03ca3 __uint128_t is indeed an unsigned integer type. Fixes PR5435. by Anders Carlsson · 15 years ago
  94. 4bb2c28 Simplify test to deal with type-based ordering variations by Douglas Gregor · 15 years ago
  95. ac06a7c Verify that code-completion is at least a little bit robust against inclusion of missing headers by Douglas Gregor · 15 years ago
  96. 3ac7385 Minor cleanup for CIndex-based code-completion: by Douglas Gregor · 15 years ago
  97. e4da0eb update test case. by Zhongxing Xu · 15 years ago
  98. ede7eb2 Add check for pointer arithmetic on non-array variables. by Zhongxing Xu · 15 years ago
  99. bd842e3 Add check for obsolete function call of getpw(). by Zhongxing Xu · 15 years ago
  100. 4f3dc69 Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer. by Zhongxing Xu · 15 years ago