1. af86b0c Revise Cocoa conventions detection: 'copy' and 'mutableCopy' by Ted Kremenek · 14 years ago
  2. 9c39acf Give hidden visibility to RTTI for derived types. This is kindof a hacky by John McCall · 14 years ago
  3. ecea19f Microsoft's __uuidof operator returns a lvalue. by Francois Pichet · 14 years ago
  4. 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
  5. a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
  6. 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
  7. 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
  8. 7dd3c73 Tweak location of diagnostic for -Wunreachable-code by Ted Kremenek · 14 years ago
  9. 892697d Start migration of static analyzer to using the by Ted Kremenek · 14 years ago
  10. a31040f Check for unexpanded parameter packs within variable initializers. by Douglas Gregor · 14 years ago
  11. 6ccab97 Check for unexpanded parameter packs in friend declarations. by Douglas Gregor · 14 years ago
  12. 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
  13. 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 14 years ago
  14. 0c9e479 Check for unexpanded parameter packs in enumeration types and enumerators. by Douglas Gregor · 14 years ago
  15. 399ad97 Check for unexpanded parameter packs in static assertion expressions. by Douglas Gregor · 14 years ago
  16. 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
  17. e186269 Check for unexpanded parameter packs in various kinds of by Douglas Gregor · 14 years ago
  18. cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 14 years ago
  19. 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 14 years ago
  20. 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
  21. de43632 __attribute__((nonnull)) can apply to reference-to-pointer by Douglas Gregor · 14 years ago
  22. fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 14 years ago
  23. bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
  24. bebbe0d Variadic templates: extend the Expr class with a bit that specifies by Douglas Gregor · 14 years ago
  25. 54eeba7 Generalize this test to work without instruction names. by Dan Gohman · 14 years ago
  26. 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
  27. d093722 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, by Douglas Gregor · 14 years ago
  28. 1192fff Remove a type that got reduced away from this test case but not actually deleted. by Chandler Carruth · 14 years ago
  29. e7f8504 Fix PR8774 by restricting when hasInit returns true. Previously, it by Chandler Carruth · 14 years ago
  30. 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
  31. c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 14 years ago
  32. 96fc8e4 Improved complex constants evaluation. by Abramo Bagnara · 14 years ago
  33. 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 14 years ago
  34. 9f6f6a1 Do not substitute template types if template has dependent context by Peter Collingbourne · 14 years ago
  35. 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
  36. 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
  37. f0d9d8b Add dependency to "make clang-test check-all". by NAKAMURA Takumi · 14 years ago
  38. ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
  39. db2b42f Fix another obscure corner layout case. by Argyrios Kyrtzidis · 14 years ago
  40. 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
  41. 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
  42. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  43. 4d936ec Update test. by Devang Patel · 14 years ago
  44. 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
  45. 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
  46. 5a82119 Fix another unnecessary-struct-padding issue. by Argyrios Kyrtzidis · 14 years ago
  47. 43ddd9f Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, by Argyrios Kyrtzidis · 14 years ago
  48. 048b905 Test case for r121323. by Devang Patel · 14 years ago
  49. d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
  50. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  51. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
  52. dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
  53. cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
  54. 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  55. 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
  56. 346af03 Handle parameter attributes when tentative parsing for function/variable disambiguation. by Argyrios Kyrtzidis · 14 years ago
  57. d50187d Test case. by John McCall · 14 years ago
  58. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
  59. 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
  60. f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
  61. dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
  62. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  63. 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
  64. 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
  65. cd940a1 __block variables require us to evaluate the RHS of an assignment before by John McCall · 14 years ago
  66. 01b2e4e Clarify the logic for when to build an overloaded binop. In particular, by John McCall · 14 years ago
  67. 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
  68. 560bf12 Put each test in class-layout.cpp into a separate namespace. by Anders Carlsson · 14 years ago
  69. 3cd1ea3 Fix rewriter to match recent changes in property ref AST. by Fariborz Jahanian · 14 years ago
  70. fd56900 Silly special case: never load when dereferencing void*. by John McCall · 14 years ago
  71. 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
  72. 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
  73. abc56c7 When deciding whether to complain about the type of a boolean condition, use by John McCall · 14 years ago
  74. e7c6849 Apparently properties.m does not always fail; make it. by John McCall · 14 years ago
  75. 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 14 years ago
  76. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  77. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  78. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  79. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  80. ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 14 years ago
  81. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  82. 83300e8 Add test case for r120795. by Ted Kremenek · 14 years ago
  83. 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 14 years ago
  84. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  85. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  86. f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
  87. 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 14 years ago
  88. b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
  89. d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
  90. 2575585 Test for // rdar://8594790 by Fariborz Jahanian · 14 years ago
  91. 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
  92. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  93. 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
  94. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
  95. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  96. 7b3982b FileCheckize. by Eric Christopher · 14 years ago
  97. 7c92342 FileCheckize. by Eric Christopher · 14 years ago
  98. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
  99. 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
  100. 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago