1. 471131a Sema: Initialize NSString method cache members. by Benjamin Kramer · 12 years ago
  2. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  3. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  4. 94d55d7 Remove unneeded code. by Fariborz Jahanian · 12 years ago
  5. 79e244f move some stuff to .rodata by Nuno Lopes · 12 years ago
  6. c86d1fd SemaDeclCXX.cpp: Fix utf8 in comment. by NAKAMURA Takumi · 12 years ago
  7. 73664a4 Also highlight the member name. by Matt Beaumont-Gay · 12 years ago
  8. 71c598f When declaring a template, check that the context doesn't already contain a by Richard Smith · 12 years ago
  9. 7d90fe5 Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 12 years ago
  10. 0e78afb objective-c arc: With currnt documentation, by Fariborz Jahanian · 12 years ago
  11. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 12 years ago
  12. c93e014 Replace r155185 with a better fix, which also addresses PR12557. When looking by Richard Smith · 12 years ago
  13. b2f245e Fix a bug which creduce found reducing PR12585. by Richard Smith · 12 years ago
  14. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  15. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  16. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  17. b414347 Fix a comment. by Francois Pichet · 12 years ago
  18. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  19. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  20. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  21. a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 12 years ago
  22. d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 12 years ago
  23. 2d01f2c As per John McCall comment: by Francois Pichet · 12 years ago
  24. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  25. b2d899e Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function. by Francois Pichet · 12 years ago
  26. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  27. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  28. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  29. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  30. 34f9dc4 Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of manual deletion. by Benjamin Kramer · 12 years ago
  31. 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 12 years ago
  32. 9cdd1e3 Delete the TypoResultsMap when erasing the pointer to it. by Benjamin Kramer · 12 years ago
  33. 88507dd Make control flow more explicit for rebuilding property reference expressions without their OpaqueValueExprs by Douglas Gregor · 12 years ago
  34. f53bc31 super and class property reference expressions don't need to be by Douglas Gregor · 12 years ago
  35. 51b9240 Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of by Richard Smith · 12 years ago
  36. a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 12 years ago
  37. 97b57a2 When we're flagging a protected scope to prevent jumps into the by John McCall · 12 years ago
  38. 3705084 Warn on 64-to-32 for source value of x bits where 64 >= x > 32. by David Blaikie · 12 years ago
  39. 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 12 years ago
  40. 7d00065 s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion. by Douglas Gregor · 12 years ago
  41. 47bfcca Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both by Douglas Gregor · 12 years ago
  42. f7ecc30 Compute standard conversion sequences for conversions to atomic by Douglas Gregor · 12 years ago
  43. 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 12 years ago
  44. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  45. fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 12 years ago
  46. adf7c85 Clean up last commit as per dgregor's comments. by David Chisnall · 12 years ago
  47. 3a3c9b2 Allow c++ initialisers to initialise _Atomic fields. by David Chisnall · 12 years ago
  48. 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 12 years ago
  49. 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 12 years ago
  50. 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 12 years ago
  51. 10ccf12 Don't include the ':' following code-completion suggestions for by Douglas Gregor · 12 years ago
  52. e7ea28a objective-c: remove IsConstProperty as it does not by Fariborz Jahanian · 12 years ago
  53. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  54. 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 12 years ago
  55. 5915561 objective-c: add an assertion for property by Fariborz Jahanian · 12 years ago
  56. 63f5578 My original patch missed the virtual-base case for destroying by John McCall · 12 years ago
  57. 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 12 years ago
  58. eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 12 years ago
  59. b9abd872 Fix several problems with protected access control: by John McCall · 12 years ago
  60. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  61. 83cad45 Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. by DeLesley Hutchins · 12 years ago
  62. 7f39d51 Fix a Sema invariant bug that I recently introduced involving by John McCall · 12 years ago
  63. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  64. cf2fa2f Fixed scoping error for late parsed attributes in nested classes. by DeLesley Hutchins · 12 years ago
  65. bf9658c Point the caret at the error for the 'expected namespace name' diagnostic in by Richard Smith · 12 years ago
  66. bc1029b Implement C90 pedantic warning for duplicate declaration specifiers which are duplicated via a typedef. Patch by Tim Northover. by Eli Friedman · 12 years ago
  67. ae916a1 Properly implement the C rules for composite types for qualified pointers in conditionals. Patch by Tim Northover. by Eli Friedman · 12 years ago
  68. bf393be objective-c: Don't warn when a category does not implement a method by Fariborz Jahanian · 12 years ago
  69. a85cf39 Improve diagnostics for invalid use of non-static members / this: by Richard Smith · 12 years ago
  70. 5b4bf13 Allow a conversion from the empty initializer list {} to an by Douglas Gregor · 12 years ago
  71. b4051e7 Implement C++11 [temp.arg.nontype]'s permission to use the address of an object by Richard Smith · 12 years ago
  72. 878f850 objc-arc: provide a warning when 'receiver' of a message is 'weak' by Fariborz Jahanian · 12 years ago
  73. f54486a Move the computation of the lambda mangling information (mangling by Douglas Gregor · 12 years ago
  74. 5a5a971 For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 12 years ago
  75. d280389 When performing template argument deduction for an initializer list, by Douglas Gregor · 12 years ago
  76. a9b55a4 Dependent-sequence initialization of a single element can be direct by Douglas Gregor · 12 years ago
  77. e14ba2c When computing the conversion sequence in overload resolution by John McCall · 12 years ago
  78. 95e3872 If something already instantiated is reinstantiated as an explicit definition, by Nick Lewycky · 12 years ago
  79. 73f428c Enter an expression evaluation context when parsing by John McCall · 12 years ago
  80. 6c656c3 Remove dead assignment to local variable. by Ted Kremenek · 12 years ago
  81. 173a37a Remove more redundant lookups. Add a new "all_lookups_iterator" which provides by Nick Lewycky · 12 years ago
  82. 893a6ea Don't treat synthesized ivars as being in the base class for the purpose of by Nick Lewycky · 12 years ago
  83. 6d858d9 Replace the workaround from r153445 with a proper fix. by Kaelyn Uhrain · 12 years ago
  84. e6af660 PR10217 diagnostic fix: don't say 'copy constructor' when we mean by Richard Smith · 12 years ago
  85. 5bdaac5 Finish PR10217: Ensure we say that a special member was implicitly, not by Richard Smith · 12 years ago
  86. e7d0bbf Silence -Wunused-variable in -Asserts build by Matt Beaumont-Gay · 12 years ago
  87. 1c931be Implement DR1402: if a field or base class is not movable, the derived class's by Richard Smith · 12 years ago
  88. c5a89a1 Basic semantic analysis support for inheriting constructor declarations in by Richard Smith · 12 years ago
  89. 70e24fc Properly handle explicit constructors in list-initialization. Fixes PR12120. by Sebastian Redl · 12 years ago
  90. 6c4c36c PR10217: Provide diagnostics explaining why an implicitly-deleted special by Richard Smith · 12 years ago
  91. 8b0fa52 If we encounter a friend class template for which we cannot resolve by Douglas Gregor · 12 years ago
  92. 29bbd1a Handle placeholder expressions in an ObjC for-collection loop. by John McCall · 12 years ago
  93. 100c649 Forbid the block and lambda copy-capture of __autoreleasing variables by John McCall · 12 years ago
  94. 38ac243 Make sure we perform the relevant implied conversions correctly for ObjC methods with related result types. PR12384. by Eli Friedman · 12 years ago
  95. b085d89 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 12 years ago
  96. 1ef28db Extend -Wc++11-narrowing to cover converted constant expressions as well as braced-initializers. <rdar://problem/11121178>. by Eli Friedman · 12 years ago
  97. df8dc86 Refactor special member function deletion. No functionality change. by Richard Smith · 12 years ago
  98. 2ebb98a Pass parameters in the correct order when assembling an AtomicExpr. by David Chisnall · 12 years ago
  99. a78eca2 objective-c: Improve diagnostics and by Fariborz Jahanian · 12 years ago
  100. 6960587 Unify and fix our checking of C++ [dcl.meaning]p1's requirements by Douglas Gregor · 12 years ago