1. c6c14d1 Handle the edge case of a weak function with incomplete type correctly. by Eli Friedman · 15 years ago
  2. 1eed602 Extend getPreferredTypeAlign to handle _Complex double and long long correctly. by Eli Friedman · 15 years ago
  3. b53f08a PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've by Eli Friedman · 15 years ago
  4. 9b82ce9 merge two tests. by Chris Lattner · 15 years ago
  5. 3f76ae1 reword a warning for clarity by Chris Lattner · 15 years ago
  6. 3240469 Fix a couple of bugs: by Chris Lattner · 15 years ago
  7. c5b7e8d fix this test to fail when the patch isn't applied. by Chris Lattner · 15 years ago
  8. 4c3ba6c Make sure an invalid concatentaion doesn't insert whitespace before by Eli Friedman · 15 years ago
  9. 37530fc Test for David Chisnall's -fobjc-sender-dependent-dispatch patch. by Fariborz Jahanian · 15 years ago
  10. e226534 Initialize Obj-C GC attributes when emitting BlockDeclRefExprs. by Daniel Dunbar · 15 years ago
  11. e30d0bd Template instantiation for qualified declaration reference by Douglas Gregor · 15 years ago
  12. 7665823 Template instantiation for the GNU address-of-label extension. by Douglas Gregor · 15 years ago
  13. bec53e7 Template instantiation for ExtVectorElementExpr. by Douglas Gregor · 15 years ago
  14. f303e8a Add a test case to make sure that an ambiguous paren expression is only parsed once. by Argyrios Kyrtzidis · 15 years ago
  15. b5ff6bf Cannot type cast @selector expressions. by Fariborz Jahanian · 15 years ago
  16. c25d805 In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to by Daniel Dunbar · 15 years ago
  17. 08d3e7c Add a few tests to ensure that member functions of class templates can by Douglas Gregor · 15 years ago
  18. 1c0ca59 Representation of and template instantiation for member by Douglas Gregor · 15 years ago
  19. 55d1b6a Add -fblocks for the test. by Argyrios Kyrtzidis · 15 years ago
  20. 101a0b7 Added -fblocks to the test's options. by Fariborz Jahanian · 15 years ago
  21. cc0442f Fixup codegen for __block int i; i += rhs();. Should also slightly by Mike Stump · 15 years ago
  22. 3a5f5c5 x86_64 ABI: Account for sret parameters consuming an integer register. by Daniel Dunbar · 15 years ago
  23. cd18762 (Next runtime only) check to see if class implements forwardInvocation method by Fariborz Jahanian · 15 years ago
  24. f58f45e Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate between a parenthesized type-id and by Argyrios Kyrtzidis · 15 years ago
  25. 6409625 Parse typeof-specifier the same way as sizeof/alignof are parsed. by Argyrios Kyrtzidis · 15 years ago
  26. 6857d9d Set correct calling convention even if there is a bitcast in the way. by Torok Edwin · 15 years ago
  27. 690dc7f Template instantiation for C99 compound literals by Douglas Gregor · 15 years ago
  28. c4bb7bf Template instantiation for GNU array-range designators. by Douglas Gregor · 15 years ago
  29. 9ea6276 Template instantiation for C99 designated initializers, because we by Douglas Gregor · 15 years ago
  30. ccb97f5 Template instantiation for initializer lists by Douglas Gregor · 15 years ago
  31. 99459b6 Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs by Mike Stump · 15 years ago
  32. 636bed1 Fixed a warning bug when receiver is an object via by Fariborz Jahanian · 15 years ago
  33. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  34. 36bb03b Template instantiation for unary type traits, e.g., __is_pod by Douglas Gregor · 15 years ago
  35. e898f8a Check on null arguments in the presense of nonnull attribute. by Fariborz Jahanian · 15 years ago
  36. 12d0c30 Template instantiation for C++ "typeid" expressions. by Douglas Gregor · 15 years ago
  37. 42e5b50 Template instantiation for C++ throw expressions by Douglas Gregor · 15 years ago
  38. d0c0267 Template instantiation for C++ delete expression by Douglas Gregor · 15 years ago
  39. 8593c78 Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko. by Sebastian Redl · 15 years ago
  40. 3433cf7 Template instantiation for C++ "new" expressions. by Douglas Gregor · 15 years ago
  41. 66b46be Fix template instantiation for compound statements so that it properly by Douglas Gregor · 15 years ago
  42. 767d649 Add special cases to retain checker for 'create' methods in QCView, QCRenderer, and CIContext (Apple APIs). by Ted Kremenek · 15 years ago
  43. d7e2705 Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 15 years ago
  44. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 15 years ago
  45. d94546a Template instantiation for the various kinds of AST nodes that occur by Douglas Gregor · 15 years ago
  46. 0db2272 Tweak test case so that the expected-error text matches on both i686 and x86-64. by Douglas Gregor · 15 years ago
  47. 96cff59 Add a va_list/template instantiation test suggested by Eli by Douglas Gregor · 15 years ago
  48. 5b16092 implementation of format_arg for ObjC methods/functions. Still more to do. by Fariborz Jahanian · 15 years ago
  49. 9184412 Treat AllocaRegion as SymbolicRegion in RegionStore::Retrieve(). by Zhongxing Xu · 15 years ago
  50. 2acc399 Add comments to test case. by Zhongxing Xu · 15 years ago
  51. 262fd03 * API change: we need to pass GRState to GRExprEngine::EvalBinOp() because by Zhongxing Xu · 15 years ago
  52. 5df0d42 Handle the remaining unhandled cases in EmitReferenceBindingToExpr. by Eli Friedman · 15 years ago
  53. 7cd3a64 irgen for references to complex rvales (Very important...) by Anders Carlsson · 15 years ago
  54. 9f75e6b Bad anders. by Anders Carlsson · 15 years ago
  55. 38d068e Create a temporary if the lvalue is a bitfield. Reported by Eli. by Anders Carlsson · 15 years ago
  56. e04d1c7 Add support for binding references to scalar rvalues. by Anders Carlsson · 15 years ago
  57. 4bbab92 Bind references to lvalues correctly. by Anders Carlsson · 15 years ago
  58. 0529519 Add FIXMEs for the remaining C and C++ expression types that still by Douglas Gregor · 15 years ago
  59. dd02730 Template instantiation for __builtin_va_arg. by Douglas Gregor · 15 years ago
  60. c9ecc57 Template instantiation for __builtin_choose_expr. by Douglas Gregor · 15 years ago
  61. c12a9c5 Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, by Douglas Gregor · 15 years ago
  62. cde0173 Template instantiation for __builtin_shufflevector. by Douglas Gregor · 15 years ago
  63. dc241b4 Template instantiation for __builtin_types_compatible_p. by Douglas Gregor · 15 years ago
  64. c8667a8 Improve support for irgen of references. by Anders Carlsson · 15 years ago
  65. cd93817 Template instantiation for GNU statement expressions by Douglas Gregor · 15 years ago
  66. d5f3a0f Fix handling of the GNU "t ? : f" extension to the conditional by Douglas Gregor · 15 years ago
  67. 6731c31 Template instantiation for compound assignment operators. by Douglas Gregor · 15 years ago
  68. a3a7b8e Template instantiation for cast expressions. by Douglas Gregor · 15 years ago
  69. d66f22d Patch finishes off application of printf attribute on blocks. by Fariborz Jahanian · 15 years ago
  70. b77e07a Update test by Daniel Dunbar · 15 years ago
  71. c219a15 Remove the -arch option from clang-cc: for all practical purposes, it's by Eli Friedman · 15 years ago
  72. 4a2487a Template instantiation for call expressions. by Douglas Gregor · 15 years ago
  73. 3384c9c Template instantiation for array subscript expressions. This was far by Douglas Gregor · 15 years ago
  74. ba67f6a Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we aren' at the top-most scope of autorelease pools. by Ted Kremenek · 15 years ago
  75. d8ac436 Template instantiation for imaginary literals, because they were next in Expr.h by Douglas Gregor · 15 years ago
  76. 2f2433f Deal with an icky corner case where we were complaining that a catch by Douglas Gregor · 15 years ago
  77. d86d336 Debug info: Initialize runtime language field correctly for Objective-C by Daniel Dunbar · 15 years ago
  78. d308e62 Template instantiation for C++ try/catch statements. by Douglas Gregor · 15 years ago
  79. 409bf46 Remove an unused builtin. by Anders Carlsson · 15 years ago
  80. 79dcf5f Add 'cmp' SSE builtins and get rid of a bunch of other builtins. by Anders Carlsson · 15 years ago
  81. e4cf06d Simplify tests now that GNU runtime supports exception handling. by Daniel Dunbar · 15 years ago
  82. 1393d5e Oops, dropped a -verify by Douglas Gregor · 15 years ago
  83. f3e7ce4 When instantiating the definition of a member function of a class by Douglas Gregor · 15 years ago
  84. 85a3b03 Improve test case a wee bit by Daniel Dunbar · 15 years ago
  85. a0978c2 Fix for PR2386: distinguish between insertion and replacements in the by Eli Friedman · 15 years ago
  86. 0e65001 Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests. by Anders Carlsson · 15 years ago
  87. 1e64a95 This patch fixes two bugs in the GNU Objective-C runtime implementation. One is a case in rethrowing exceptions where the C types don't match correctly (I already sent this patch to Daniel Dunbar, who found the bug, so it may have already been committed). The other fixes the case properties so that the methods generated as property accessors are added to the class structure correctly. by Fariborz Jahanian · 15 years ago
  88. 1cca74e Use the Itanium ABI for member pointers. Add a missing 'break' statement and a test case by Anders Carlsson · 15 years ago
  89. 8ff8c22 Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar://problem/6854087> by Anders Carlsson · 15 years ago
  90. bc6c848 Make the RAII extension warning silencing for __extension__ a bit by Eli Friedman · 15 years ago
  91. 425bfde Fix another case where the extern-ness of extern "C" wasn't being captured. by Anders Carlsson · 15 years ago
  92. 196f7d0 Don't return member pointer types for static member functions. Fixes 6879261. by Anders Carlsson · 15 years ago
  93. 3265a42 PR3942: Don't warn on unsigned overflow in preprocessor expressions. by Eli Friedman · 15 years ago
  94. 2928c21 extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728. by Anders Carlsson · 15 years ago
  95. 4ef2770 Improve checking of member expressions where the base type is a dependent type. by Anders Carlsson · 15 years ago
  96. 8ae0639 Update test case; I'm confused why this wasn't failing on the buildbot though? by Daniel Dunbar · 15 years ago
  97. 15853a1 Test case for previous commit. Explicit instantiation does the trick. (Thanks, Anders.) by Sebastian Redl · 15 years ago
  98. 5c091ba Add stricter checking for va_arg. by Eli Friedman · 15 years ago
  99. 88f7b57 PR2044: reject declarations of functions returning variably modified types. by Eli Friedman · 15 years ago
  100. 759f252 PR3009: Get rid of bogus warning for scalar compound literals. by Eli Friedman · 15 years ago