1. 48a4ce7 Fix the ranking of reference bindings during overload resolution by Douglas Gregor · 14 years ago
  2. e3115e2 Recycle memory for GRStates that are never referenced by Ted Kremenek · 14 years ago
  3. a8c17a5 Teach -Wuninitialized-experimental to also warn by Ted Kremenek · 14 years ago
  4. 937596f Tweak wording of static analyzer diagnostic by Ted Kremenek · 14 years ago
  5. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  6. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  7. 9f0f3cd Add test for PR8629 by Douglas Gregor · 14 years ago
  8. a5c6c2a Don't insert class templates into the DynamicClasses vector. by Anders Carlsson · 14 years ago
  9. ae201f7 Be a bit more defensive about setting the temporary base location by Douglas Gregor · 14 years ago
  10. 73b3cf6 Implement the rvalue-reference deduction transformation (from T&& -> by Douglas Gregor · 14 years ago
  11. 88b22a4 When performing a glvalue-to-xvalue static_cast that involves a by Douglas Gregor · 14 years ago
  12. 630b7ae Document the ns_returns_retained, ns_consumed, etc. attributes. by John McCall · 14 years ago
  13. d6b8de0 Change the wording of the bad-decl-for-attribute warning and error by John McCall · 14 years ago
  14. c7ad381 Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased by John McCall · 14 years ago
  15. 16cf8f5 Downgrade the error about rvalue references to an extension warning by Douglas Gregor · 14 years ago
  16. 14429b9 [analyzer] Handle the dot syntax for properties in the ExprEngine. by Argyrios Kyrtzidis · 14 years ago
  17. 5286e2d [analyzer] Introduce ExprEngine::VisitObjCMessage for handling general ObjCMessages (both message expressions and property access) by Argyrios Kyrtzidis · 14 years ago
  18. 432424d [analyzer] Introduce ObjCMessage which represents both explicit ObjC message expressions and implicit by Argyrios Kyrtzidis · 14 years ago
  19. ee8a6ca In a ObjCMessageExpr with the super class as receiver, 'super' is actually a ObjCInterfaceType. by Argyrios Kyrtzidis · 14 years ago
  20. 090c47b [analyzer] Simplify GetReceiverType function in BasicObjCFoundationChecks.cpp; no functionality change. by Argyrios Kyrtzidis · 14 years ago
  21. 5af1f06 Revert r124146 for now. It appears to be failing on a few platforms. by Eric Christopher · 14 years ago
  22. e07ae4e pre/post increase/decrease for AltiVec vectors by Anton Yartsev · 14 years ago
  23. 446e402 Enhance the diagnostic for referring to a typedef with an elaborated name to be by Nick Lewycky · 14 years ago
  24. 5505c72 Disallow function template partial specializations, from Hans by Douglas Gregor · 14 years ago
  25. fbcfeea Eliminate the use of getTypeForDecl from clang_getCursorType() and by Douglas Gregor · 14 years ago
  26. a71ef5d Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov by Douglas Gregor · 14 years ago
  27. d0fb3ad Improve the printing of C++ construction expressions, from Yuri Gribov! by Douglas Gregor · 14 years ago
  28. cb88a1f Use attributes for all the override control specifiers. by Anders Carlsson · 14 years ago
  29. 8dde14e Re-instate r123977/r123978, my updates of the reference-binding by Douglas Gregor · 14 years ago
  30. 274f83c Check whether DependentScopeDeclRefExpr's NestedNameSpecifier exists before accessing it, both for consistency (see StmtPrinter::VisitDeclRefExpr()) and for other use cases of dependent types. by Axel Naumann · 14 years ago
  31. 2594bf9 Eliminate the last reference to concepts, from Jean-Daniel Dupas by Douglas Gregor · 14 years ago
  32. 961003d Fix the __has_attribute example; we don't have an override attribute anymore. by Anders Carlsson · 14 years ago
  33. d462b6a fix some typos, patch by Jonathan Wakely! by Chris Lattner · 14 years ago
  34. 4e1c53d fix a broken example, PR9005, patch by Jonathan Wakely! by Chris Lattner · 14 years ago
  35. 40d5eb4 remove some crazy leftover thing. by Chris Lattner · 14 years ago
  36. e34e3aa When building a type info struct for EH, we always want it to have linkonce_odr linkage. by Anders Carlsson · 14 years ago
  37. 3a717f7 Change CodeGenModule::getVTableLinkage to be a non-static member function. by Anders Carlsson · 14 years ago
  38. 82a113a "Name" a bool parameter. by Anders Carlsson · 14 years ago
  39. 9ff2b13 Use CharUnits for the offset amount of RegionRawOffset. by Ken Dyck · 14 years ago
  40. ff3a517 Remove private toCharUnits() helper method, replacing with calls to by Ken Dyck · 14 years ago
  41. f502d93 Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. by Anders Carlsson · 14 years ago
  42. 15e14a2 Get rid of [[hiding]], [[override]] and [[base_check]]. by Anders Carlsson · 14 years ago
  43. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 14 years ago
  44. 3176cca Add support for the --noexecstack option. Fixes PR8762. by Rafael Espindola · 14 years ago
  45. 9660803 Teach -Wuninitialized-experimental about sizeof(). by Ted Kremenek · 14 years ago
  46. e00909a Tweak diagnostic: by Ted Kremenek · 14 years ago
  47. 9577abc Null initialize a few variables flagged by by Ted Kremenek · 14 years ago
  48. ce93a7c Accept the C++0x override control keywords as an extension in C++98. This is OK since the new syntax is unambiguous and can't be confused with C++98 syntax. If anyone disagrees, please shout! by Anders Carlsson · 14 years ago
  49. aa23d28 Implement [class.derived]p8. by Anders Carlsson · 14 years ago
  50. faa6afd Serialize and deserialize IsMarkedFinal/IsMarkedExplicit. by Anders Carlsson · 14 years ago
  51. 7028088 Mark classes final and/or explicit during class template instantiation. by Anders Carlsson · 14 years ago
  52. dfc2f10 Mark classes as final or explicit. Diagnose when a class marked 'final' is used as a base. by Anders Carlsson · 14 years ago
  53. b76cc4d Add final/explicit getters and setters to CXXRecordDecl. by Anders Carlsson · 14 years ago
  54. cc54d59 Parse class-virt-specifier-seqs. by Anders Carlsson · 14 years ago
  55. 46127a9 More work on ClassVirtSpecifiers. by Anders Carlsson · 14 years ago
  56. f3beabf Add test from PR9026. by Rafael Espindola · 14 years ago
  57. aa5952c revert r123977 and r123978 to fix PR9026. by Rafael Espindola · 14 years ago
  58. c46bb7d Start stubbing out a ClassVirtSpecifiers class. by Anders Carlsson · 14 years ago
  59. f1602a5 A member function template cannot be virtual. by Anders Carlsson · 14 years ago
  60. 15f6765 Use a FunctionType::get overload that doesn't require an empty vector. by Benjamin Kramer · 14 years ago
  61. f6a3ab0 Improve our parse recovery on 'case blah;' and 'default;'. by John McCall · 14 years ago
  62. da29e09 Send code generation for xvalues down the same path as lvalues by Douglas Gregor · 14 years ago
  63. 36b8ee6 Debug info generation for rvalue references by Douglas Gregor · 14 years ago
  64. 575d2a3 Update const_cast semantics for rvalue references. Add tests for by Douglas Gregor · 14 years ago
  65. dc843f2 Teach static_cast and dynamic_cast about rvalue references. by Douglas Gregor · 14 years ago
  66. 5232011 Add a test for "perfect" forwarding by Douglas Gregor · 14 years ago
  67. dcfb360 Provide -Wuninitialized-experimental fixits by Ted Kremenek · 14 years ago
  68. 72dfa27 When throwing an elidable object, first try to treat the subexpression by Douglas Gregor · 14 years ago
  69. 07f402c Generalize the NRVO move-construction-based initialization routine. No functionality change by Douglas Gregor · 14 years ago
  70. fbb178a Add basic fixits for -Wuninitialized-experimental by Ted Kremenek · 14 years ago
  71. 94b1b4d Enhance -Wuninitialized-experimental diagnostics by Ted Kremenek · 14 years ago
  72. cc15f01 Implement the preference for move-construction over copy-construction by Douglas Gregor · 14 years ago
  73. 4a46c77 We love parentheses by Douglas Gregor · 14 years ago
  74. f5d8f46 Promote the static getNRVOCandidate() function, which computed the by Douglas Gregor · 14 years ago
  75. b939a19 Implement core issue 1164, which concerns the partial ordering of by Douglas Gregor · 14 years ago
  76. 71fdb35 Add unique_ptr example to test the use of rvalue references. I'll grow by Douglas Gregor · 14 years ago
  77. b13ede9 Add test for overload resolution's preference for binding an rvalue by Douglas Gregor · 14 years ago
  78. 0baa922 Eliminate an unused variable by Douglas Gregor · 14 years ago
  79. 68ed68b Update the reference-binding implementation used for overload by Douglas Gregor · 14 years ago
  80. dd0e023 More testing to C++0x [temp.deduct.call]p3 by Douglas Gregor · 14 years ago
  81. 2ad746a Implement the special template argument deduction rule for T&& in a by Douglas Gregor · 14 years ago
  82. c80e811 Sema: process non-inheritable attributes on function declarations early by Peter Collingbourne · 14 years ago
  83. 6070039 Sema: support for processing non-inheritable declaration attributes early by Peter Collingbourne · 14 years ago
  84. a97d70b Generalise support for non-inheritable attributes by Peter Collingbourne · 14 years ago
  85. 00d66cc Add more reference-binding examples from the C++0x working paper, all of which seem to be working fine by Douglas Gregor · 14 years ago
  86. 7ac0ff2 Move cheking of kext into canDevirtualizeMemberFunctionCalls(). by Fariborz Jahanian · 14 years ago
  87. fb5d7ef Improve the diagnostic that complains about binding an rvalue by Douglas Gregor · 14 years ago
  88. b2855ad More work to bring reference binding up to the latest C++0x by Douglas Gregor · 14 years ago
  89. 564cb06 When performing reference binding via a conversion function, perform by Douglas Gregor · 14 years ago
  90. 411c25c Initialize a variable, found by Ted. by Fariborz Jahanian · 14 years ago
  91. 8619edd Fix a use of uninitialized variables, found by Ted! by Douglas Gregor · 14 years ago
  92. 6178e53 Removing debug printing logic from UninitializedValuesV2. by Ted Kremenek · 14 years ago
  93. 2d4bed1 Relax CFG assertions in UninitializedValuesV2 when by Ted Kremenek · 14 years ago
  94. c32bb2a Add test case for <rdar://problem/8891119>. In by Ted Kremenek · 14 years ago
  95. 13bd423 Add rudimentary path-sensitivity to UnintializedValuesV2 by Ted Kremenek · 14 years ago
  96. 2726267 apple kext abi requires all vf calls, including qualified by Fariborz Jahanian · 14 years ago
  97. 14cc945 Enhance AnalysisConsumer to also visit functions by Ted Kremenek · 14 years ago
  98. 35e99fa More tests for reference binding in the presence of rvalue by Douglas Gregor · 14 years ago
  99. c5db24d Start refactoring reference binding to more closely match the C++0x by Douglas Gregor · 14 years ago
  100. 2e1c730 Diagnose when a virtual member function marked final is overridden. by Anders Carlsson · 14 years ago