1. fd70826 Notes on dynamic array cookies in MSVC. by John McCall · 13 years ago
  2. f2eca2c Import three interesting bits that apply only to C++ methods. by John McCall · 13 years ago
  3. 40900ee Teach -Wuninitialized not to assert when analyzing by Ted Kremenek · 13 years ago
  4. 1ea800c Teach -Wuninitialized about ObjC fast enumeration loops. by Ted Kremenek · 13 years ago
  5. fd1a8fd When we run into a template parameter that should have a default by Douglas Gregor · 13 years ago
  6. 944aa60 Cope with parenthesized function declarators when emitting a by Douglas Gregor · 13 years ago
  7. 14d0aee Fix a horrible bug in our handling of C-style casting, where a C-style by Douglas Gregor · 13 years ago
  8. 52a80e1 Fixes an IRgen bug where __block variable is by Fariborz Jahanian · 13 years ago
  9. d1a2643 Update C++0x status web page by Douglas Gregor · 13 years ago
  10. 6d733ed make `make` work in examples/PrintFucntionNames on Mac. I checked that it still works on Linux. by Nico Weber · 13 years ago
  11. 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 13 years ago
  12. b145ee6 Implement the restriction that a function with a ref-qualifier cannot by Douglas Gregor · 13 years ago
  13. 8ec14e6 Handle C-style casts to rvalue reference types that cast away constness. by Douglas Gregor · 13 years ago
  14. 1f38106 Improve the extension warning for the use of ref-qualifiers, to by Douglas Gregor · 13 years ago
  15. b47f748 When mangling a qualified array type, push the qualifiers down to the by John McCall · 13 years ago
  16. fcab48b Rvalue references for *this: explicitly keep track of whether a by Douglas Gregor · 13 years ago
  17. 2c9a03f Rvalue references for *this: implement the implicit conversion rules by Douglas Gregor · 13 years ago
  18. f99a391 Un-nest the meat of this function. by John McCall · 13 years ago
  19. 4bbcbda Fix some obvious bugs in the conditional-cleanup code and then make the by John McCall · 13 years ago
  20. 192e7f7 Move InheritableAttr::isInherited to Attr by Peter Collingbourne · 13 years ago
  21. fa75e61 Remove Attr::isMerged; it is not used any more and redundant with by Peter Collingbourne · 13 years ago
  22. 57c9f4f Rvalue references for *this: allow functions to be overloaded based on by Douglas Gregor · 13 years ago
  23. 0a9a6d6 Rvalue references for *this: add name mangling for ref-qualifiers, by Douglas Gregor · 13 years ago
  24. e3c7a7c Rvalue references for *this: tentative parsing and template argument deduction. by Douglas Gregor · 13 years ago
  25. 6b4df91 Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6, by Douglas Gregor · 13 years ago
  26. c78e259 Clean up the C++0x __has_feature tests. Specifically: by Douglas Gregor · 13 years ago
  27. 440a483 Reinstate r124236 (tweaking the rvalue-reference overload resolution by Douglas Gregor · 13 years ago
  28. c938c16 Rvalue references for *this: by Douglas Gregor · 13 years ago
  29. 5811f59 Teach -Wreturn-type that destructors can appear by Ted Kremenek · 13 years ago
  30. fd6b874 Merge -Wuninitialized-experimental into -Wuninitialized. by Ted Kremenek · 13 years ago
  31. dd0f794 Tweak -Wuninitialized-experimental to not emit by Ted Kremenek · 13 years ago
  32. 150b462 Better framework for conditional cleanups; untested as yet. by John McCall · 13 years ago
  33. 83f5172 Rvalue references for *this: parse ref-qualifiers. by Douglas Gregor · 13 years ago
  34. 7c7f820 Use RecordLayout::getBaseClassOffset() where CharUnits are needed instead of by Ken Dyck · 13 years ago
  35. bd5a94e [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 13 years ago
  36. a4356ad Correct r124242 making sure function chunk that gets diagnosed is really about the block. by Argyrios Kyrtzidis · 13 years ago
  37. 4717f16 [analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted! by Argyrios Kyrtzidis · 13 years ago
  38. d0fbadd Tweak the rule for deciding if a provisional ivar is needed by Fariborz Jahanian · 13 years ago
  39. 61d2ab0 Remove CompilerInstance::getOutputFileList because it is unimplemented and unused. by Jeffrey Yasskin · 13 years ago
  40. eaf969b [analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-Daniel Dupas! by Argyrios Kyrtzidis · 13 years ago
  41. 4d4feea Speculatively revert r124236 by Douglas Gregor · 13 years ago
  42. ce95566 Diagnose calling convention attribute incompatibilities. Fixes rdar://8876096. by Argyrios Kyrtzidis · 13 years ago
  43. df8dc5d Fix infinite loop during error diagnostics. Fixes rdar://8875304. by Argyrios Kyrtzidis · 13 years ago
  44. 9865044 Change error "function cannot return array type" -> "blocks cannot return array type" when blocks are involved. by Argyrios Kyrtzidis · 13 years ago
  45. 8b3b3db Tweak return-noreturn.cpp test to have its original by Ted Kremenek · 13 years ago
  46. f39e6a3 Fix regression in -Wreturn-type caused by not by Ted Kremenek · 13 years ago
  47. b7cd135 Speculatively implement a tweak to the C++0x overload resolution rules by Douglas Gregor · 13 years ago
  48. 2bc2121 Unbreak CMake build. by Ted Kremenek · 13 years ago
  49. f6a19fb Don't try and symbolicate unions; we don't reason by Ted Kremenek · 13 years ago
  50. 5aa74af Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 13 years ago
  51. c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 13 years ago
  52. 48a4ce7 Fix the ranking of reference bindings during overload resolution by Douglas Gregor · 13 years ago
  53. e3115e2 Recycle memory for GRStates that are never referenced by Ted Kremenek · 13 years ago
  54. a8c17a5 Teach -Wuninitialized-experimental to also warn by Ted Kremenek · 13 years ago
  55. 937596f Tweak wording of static analyzer diagnostic by Ted Kremenek · 13 years ago
  56. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 13 years ago
  57. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 13 years ago
  58. 9f0f3cd Add test for PR8629 by Douglas Gregor · 13 years ago
  59. a5c6c2a Don't insert class templates into the DynamicClasses vector. by Anders Carlsson · 13 years ago
  60. ae201f7 Be a bit more defensive about setting the temporary base location by Douglas Gregor · 13 years ago
  61. 73b3cf6 Implement the rvalue-reference deduction transformation (from T&& -> by Douglas Gregor · 13 years ago
  62. 88b22a4 When performing a glvalue-to-xvalue static_cast that involves a by Douglas Gregor · 13 years ago
  63. 630b7ae Document the ns_returns_retained, ns_consumed, etc. attributes. by John McCall · 13 years ago
  64. d6b8de0 Change the wording of the bad-decl-for-attribute warning and error by John McCall · 13 years ago
  65. c7ad381 Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased by John McCall · 13 years ago
  66. 16cf8f5 Downgrade the error about rvalue references to an extension warning by Douglas Gregor · 13 years ago
  67. 14429b9 [analyzer] Handle the dot syntax for properties in the ExprEngine. by Argyrios Kyrtzidis · 13 years ago
  68. 5286e2d [analyzer] Introduce ExprEngine::VisitObjCMessage for handling general ObjCMessages (both message expressions and property access) by Argyrios Kyrtzidis · 13 years ago
  69. 432424d [analyzer] Introduce ObjCMessage which represents both explicit ObjC message expressions and implicit by Argyrios Kyrtzidis · 13 years ago
  70. ee8a6ca In a ObjCMessageExpr with the super class as receiver, 'super' is actually a ObjCInterfaceType. by Argyrios Kyrtzidis · 13 years ago
  71. 090c47b [analyzer] Simplify GetReceiverType function in BasicObjCFoundationChecks.cpp; no functionality change. by Argyrios Kyrtzidis · 13 years ago
  72. 5af1f06 Revert r124146 for now. It appears to be failing on a few platforms. by Eric Christopher · 13 years ago
  73. e07ae4e pre/post increase/decrease for AltiVec vectors by Anton Yartsev · 13 years ago
  74. 446e402 Enhance the diagnostic for referring to a typedef with an elaborated name to be by Nick Lewycky · 13 years ago
  75. 5505c72 Disallow function template partial specializations, from Hans by Douglas Gregor · 13 years ago
  76. fbcfeea Eliminate the use of getTypeForDecl from clang_getCursorType() and by Douglas Gregor · 13 years ago
  77. a71ef5d Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov by Douglas Gregor · 13 years ago
  78. d0fb3ad Improve the printing of C++ construction expressions, from Yuri Gribov! by Douglas Gregor · 13 years ago
  79. cb88a1f Use attributes for all the override control specifiers. by Anders Carlsson · 13 years ago
  80. 8dde14e Re-instate r123977/r123978, my updates of the reference-binding by Douglas Gregor · 13 years ago
  81. 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 · 13 years ago
  82. 2594bf9 Eliminate the last reference to concepts, from Jean-Daniel Dupas by Douglas Gregor · 13 years ago
  83. 961003d Fix the __has_attribute example; we don't have an override attribute anymore. by Anders Carlsson · 14 years ago
  84. d462b6a fix some typos, patch by Jonathan Wakely! by Chris Lattner · 14 years ago
  85. 4e1c53d fix a broken example, PR9005, patch by Jonathan Wakely! by Chris Lattner · 14 years ago
  86. 40d5eb4 remove some crazy leftover thing. by Chris Lattner · 14 years ago
  87. e34e3aa When building a type info struct for EH, we always want it to have linkonce_odr linkage. by Anders Carlsson · 14 years ago
  88. 3a717f7 Change CodeGenModule::getVTableLinkage to be a non-static member function. by Anders Carlsson · 14 years ago
  89. 82a113a "Name" a bool parameter. by Anders Carlsson · 14 years ago
  90. 9ff2b13 Use CharUnits for the offset amount of RegionRawOffset. by Ken Dyck · 14 years ago
  91. ff3a517 Remove private toCharUnits() helper method, replacing with calls to by Ken Dyck · 14 years ago
  92. 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
  93. 15e14a2 Get rid of [[hiding]], [[override]] and [[base_check]]. by Anders Carlsson · 14 years ago
  94. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 14 years ago
  95. 3176cca Add support for the --noexecstack option. Fixes PR8762. by Rafael Espindola · 14 years ago
  96. 9660803 Teach -Wuninitialized-experimental about sizeof(). by Ted Kremenek · 14 years ago
  97. e00909a Tweak diagnostic: by Ted Kremenek · 14 years ago
  98. 9577abc Null initialize a few variables flagged by by Ted Kremenek · 14 years ago
  99. 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
  100. aa23d28 Implement [class.derived]p8. by Anders Carlsson · 14 years ago