1. 76a6d50 Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path. by Benjamin Kramer · 14 years ago
  2. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 14 years ago
  3. 804b807 Reorganize the value-dominance metaprogram and introduce a specialization by John McCall · 14 years ago
  4. 3ad32c8 Convert the exception-freeing cleanup over to the conditional cleanups code, by John McCall · 14 years ago
  5. 4867347 PR9037: Allow override, final, and new as an extension on inline members. by Nico Weber · 14 years ago
  6. a8af408 Not really any point to testing control flow in this test without by John McCall · 14 years ago
  7. e55e643 Update exceptions.m for r124462. by Eric Christopher · 14 years ago
  8. b608b98 Give OpaqueValueExpr a source location, because its source location by Douglas Gregor · 14 years ago
  9. 70a21de Allow elision of invocations of move constructors from temporary objects. by Douglas Gregor · 14 years ago
  10. b3d5e2f When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only by Douglas Gregor · 14 years ago
  11. 1e8011e Fix an objective-c rewriter bug rewriting a __block by Fariborz Jahanian · 14 years ago
  12. 1eee5dc Teach the evaluation of the __is_convertible_to trait to translate by Douglas Gregor · 14 years ago
  13. 1e4162f Adjust casing of attributes in examples. by Ted Kremenek · 14 years ago
  14. 418df34 Separate the access-control diagnostics from other diagnostics that do not have SFINAE behavior. by Douglas Gregor · 14 years ago
  15. a050618 Document some serious badness in our evaluation of the type traits: we need to be sure we have complete types in many cases by Douglas Gregor · 14 years ago
  16. 9f36113 Implement the Microsoft __is_convertible_to type trait, modeling the by Douglas Gregor · 14 years ago
  17. 63e7d25 Fixed parameter names. by Abramo Bagnara · 14 years ago
  18. 90f3dd8 Fix download link. by Ted Kremenek · 14 years ago
  19. f7b6462 Add missing </a> by Ted Kremenek · 14 years ago
  20. ef35cbc Update checker build and post release notes. by Ted Kremenek · 14 years ago
  21. b7ee2e5 Revert r124217 because it didn't catch the actual error case it was trying to by Jeffrey Yasskin · 14 years ago
  22. 96554fd Teach -Wuninitialized about indirect goto. Fixes PR 9071. by Ted Kremenek · 14 years ago
  23. 8c29cfa Clean up the diagnostic text for delegating constructors by Douglas Gregor · 14 years ago
  24. 11fe175 Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's ObjC retain/release checker. by Ted Kremenek · 14 years ago
  25. 2a11469 Test for previous commit by Douglas Gregor · 14 years ago
  26. 2a5c45b Allow #pragma unused to be used on global variables like gcc. Fixes rdar://8793832. by Argyrios Kyrtzidis · 14 years ago
  27. 1aa2730 Teach ASTUnit to save the specified target features, since by Douglas Gregor · 14 years ago
  28. e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 14 years ago
  29. 9319b56 [analyzer] Fix crash when handling dot syntax on 'super'. by Argyrios Kyrtzidis · 14 years ago
  30. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 14 years ago
  31. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 14 years ago
  32. d0370f5 Provide Type::castAs<>, which is to getAs<> what cast<> is to dyn_cast<>. by John McCall · 14 years ago
  33. dfbb02a Fix whitespace. by NAKAMURA Takumi · 14 years ago
  34. 0099530 7bit-ize. by NAKAMURA Takumi · 14 years ago
  35. e2abf09 Fix HTML highlighting and add missing line. by Ted Kremenek · 14 years ago
  36. a018c27 Fix a few typos in HTML documentation. by Ted Kremenek · 14 years ago
  37. 12b9434 Hook up attribute ns_consumes_self in the ObjC retain/release checker in the static analyzer. by Ted Kremenek · 14 years ago
  38. eb7a779 Tweak -Wuninitialized fixit for '_Bool' types to be initialized to 0, and C++ 'bool' types to false. by Ted Kremenek · 14 years ago
  39. 2c3af5c Teach -Wuninitialized to suggest "= false" for initializing bool variables. by Ted Kremenek · 14 years ago
  40. fd70826 Notes on dynamic array cookies in MSVC. by John McCall · 14 years ago
  41. f2eca2c Import three interesting bits that apply only to C++ methods. by John McCall · 14 years ago
  42. 40900ee Teach -Wuninitialized not to assert when analyzing by Ted Kremenek · 14 years ago
  43. 1ea800c Teach -Wuninitialized about ObjC fast enumeration loops. by Ted Kremenek · 14 years ago
  44. fd1a8fd When we run into a template parameter that should have a default by Douglas Gregor · 14 years ago
  45. 944aa60 Cope with parenthesized function declarators when emitting a by Douglas Gregor · 14 years ago
  46. 14d0aee Fix a horrible bug in our handling of C-style casting, where a C-style by Douglas Gregor · 14 years ago
  47. 52a80e1 Fixes an IRgen bug where __block variable is by Fariborz Jahanian · 14 years ago
  48. d1a2643 Update C++0x status web page by Douglas Gregor · 14 years ago
  49. 6d733ed make `make` work in examples/PrintFucntionNames on Mac. I checked that it still works on Linux. by Nico Weber · 14 years ago
  50. 56209ff Add __has_feature(cxx_reference_qualified_functions); update tests and by Douglas Gregor · 14 years ago
  51. b145ee6 Implement the restriction that a function with a ref-qualifier cannot by Douglas Gregor · 14 years ago
  52. 8ec14e6 Handle C-style casts to rvalue reference types that cast away constness. by Douglas Gregor · 14 years ago
  53. 1f38106 Improve the extension warning for the use of ref-qualifiers, to by Douglas Gregor · 14 years ago
  54. b47f748 When mangling a qualified array type, push the qualifiers down to the by John McCall · 14 years ago
  55. fcab48b Rvalue references for *this: explicitly keep track of whether a by Douglas Gregor · 14 years ago
  56. 2c9a03f Rvalue references for *this: implement the implicit conversion rules by Douglas Gregor · 14 years ago
  57. f99a391 Un-nest the meat of this function. by John McCall · 14 years ago
  58. 4bbcbda Fix some obvious bugs in the conditional-cleanup code and then make the by John McCall · 14 years ago
  59. 192e7f7 Move InheritableAttr::isInherited to Attr by Peter Collingbourne · 14 years ago
  60. fa75e61 Remove Attr::isMerged; it is not used any more and redundant with by Peter Collingbourne · 14 years ago
  61. 57c9f4f Rvalue references for *this: allow functions to be overloaded based on by Douglas Gregor · 14 years ago
  62. 0a9a6d6 Rvalue references for *this: add name mangling for ref-qualifiers, by Douglas Gregor · 14 years ago
  63. e3c7a7c Rvalue references for *this: tentative parsing and template argument deduction. by Douglas Gregor · 14 years ago
  64. 6b4df91 Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6, by Douglas Gregor · 14 years ago
  65. c78e259 Clean up the C++0x __has_feature tests. Specifically: by Douglas Gregor · 14 years ago
  66. 440a483 Reinstate r124236 (tweaking the rvalue-reference overload resolution by Douglas Gregor · 14 years ago
  67. c938c16 Rvalue references for *this: by Douglas Gregor · 14 years ago
  68. 5811f59 Teach -Wreturn-type that destructors can appear by Ted Kremenek · 14 years ago
  69. fd6b874 Merge -Wuninitialized-experimental into -Wuninitialized. by Ted Kremenek · 14 years ago
  70. dd0f794 Tweak -Wuninitialized-experimental to not emit by Ted Kremenek · 14 years ago
  71. 150b462 Better framework for conditional cleanups; untested as yet. by John McCall · 14 years ago
  72. 83f5172 Rvalue references for *this: parse ref-qualifiers. by Douglas Gregor · 14 years ago
  73. 7c7f820 Use RecordLayout::getBaseClassOffset() where CharUnits are needed instead of by Ken Dyck · 14 years ago
  74. bd5a94e [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 14 years ago
  75. a4356ad Correct r124242 making sure function chunk that gets diagnosed is really about the block. by Argyrios Kyrtzidis · 14 years ago
  76. 4717f16 [analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted! by Argyrios Kyrtzidis · 14 years ago
  77. d0fbadd Tweak the rule for deciding if a provisional ivar is needed by Fariborz Jahanian · 14 years ago
  78. 61d2ab0 Remove CompilerInstance::getOutputFileList because it is unimplemented and unused. by Jeffrey Yasskin · 14 years ago
  79. eaf969b [analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-Daniel Dupas! by Argyrios Kyrtzidis · 14 years ago
  80. 4d4feea Speculatively revert r124236 by Douglas Gregor · 14 years ago
  81. ce95566 Diagnose calling convention attribute incompatibilities. Fixes rdar://8876096. by Argyrios Kyrtzidis · 14 years ago
  82. df8dc5d Fix infinite loop during error diagnostics. Fixes rdar://8875304. by Argyrios Kyrtzidis · 14 years ago
  83. 9865044 Change error "function cannot return array type" -> "blocks cannot return array type" when blocks are involved. by Argyrios Kyrtzidis · 14 years ago
  84. 8b3b3db Tweak return-noreturn.cpp test to have its original by Ted Kremenek · 14 years ago
  85. f39e6a3 Fix regression in -Wreturn-type caused by not by Ted Kremenek · 14 years ago
  86. b7cd135 Speculatively implement a tweak to the C++0x overload resolution rules by Douglas Gregor · 14 years ago
  87. 2bc2121 Unbreak CMake build. by Ted Kremenek · 14 years ago
  88. f6a19fb Don't try and symbolicate unions; we don't reason by Ted Kremenek · 14 years ago
  89. 5aa74af Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 14 years ago
  90. c60e13a Add an attribute to forbid temporary instances of a type. This allows class by Jeffrey Yasskin · 14 years ago
  91. 48a4ce7 Fix the ranking of reference bindings during overload resolution by Douglas Gregor · 14 years ago
  92. e3115e2 Recycle memory for GRStates that are never referenced by Ted Kremenek · 14 years ago
  93. a8c17a5 Teach -Wuninitialized-experimental to also warn by Ted Kremenek · 14 years ago
  94. 937596f Tweak wording of static analyzer diagnostic by Ted Kremenek · 14 years ago
  95. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  96. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  97. 9f0f3cd Add test for PR8629 by Douglas Gregor · 14 years ago
  98. a5c6c2a Don't insert class templates into the DynamicClasses vector. by Anders Carlsson · 14 years ago
  99. ae201f7 Be a bit more defensive about setting the temporary base location by Douglas Gregor · 14 years ago
  100. 73b3cf6 Implement the rvalue-reference deduction transformation (from T&& -> by Douglas Gregor · 14 years ago