1. a058fd4 Revert most of r154844, which was disabled in r155975. Keep around the by Richard Smith · 12 years ago
  2. 60f2024 Thread safety analysis: additional support for smart pointers in lock expressions. by DeLesley Hutchins · 12 years ago
  3. 548d17c Walk the decls looking for the last one that has an attribute. We do have to walk by Rafael Espindola · 12 years ago
  4. f26efd7 Thread Safety Analysis: fixed attribute handling for lock_returned attribute. by DeLesley Hutchins · 12 years ago
  5. f5eac48 Modern objective-c translation: Fixing couple of bugs by Fariborz Jahanian · 12 years ago
  6. 0c19b3c Replace the StringSwitch in AttributeList::getKind() with a by Douglas Gregor · 12 years ago
  7. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 12 years ago
  8. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 12 years ago
  9. 184be84 Implement the alternate spellings of attributes aligned (as "align") by Douglas Gregor · 12 years ago
  10. 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 12 years ago
  11. d6268ff Revert my optimization to AttributeList::getKind() in r155987; by Douglas Gregor · 12 years ago
  12. fb5825d Replace a ConsumeAnyToken() call with ConsumeToken() when we know by Douglas Gregor · 12 years ago
  13. b6dd605 Replace the StringSwitch in AttributeList::getKind(const by Douglas Gregor · 12 years ago
  14. 8049c44 Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 12 years ago
  15. 6d89b4b Fix cmake. Remaining two ClangCC1Options deps. by Andrew Trick · 12 years ago
  16. 6deb820 Disable our non-standard delayed parsing of exception specifications. Delaying by Richard Smith · 12 years ago
  17. 168d317 Speculatively fix windows cmake builders. by Andrew Trick · 12 years ago
  18. 11abcec Refine analyzer diagnostics by adding an expression "cone-of-influence" to reverse track interesting by Ted Kremenek · 12 years ago
  19. e7958da [analyzer] RetainRelease: Self assignment should not suppress a leak warning. by Anna Zaks · 12 years ago
  20. 12f3297 Try harder to recognize hidden tag type names in potential declarations instead by Kaelyn Uhrain · 12 years ago
  21. 2a6e30d [analyzer] Fix an assertion failure triggered by the analyzer buildbot. by Anna Zaks · 12 years ago
  22. 93c5a24 [analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker. by Anna Zaks · 12 years ago
  23. ff310c7 Eliminate Sema::CompareMethodParamsInBaseAndSuper() entirely, by by Douglas Gregor · 12 years ago
  24. 8722ae8 The semantic checking that verifies whether an Objective-C method by Douglas Gregor · 12 years ago
  25. e4c043d Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. by Eli Friedman · 12 years ago
  26. 3539b0c Utilize getLocStart()/getLocEnd() on my recent change. by Argyrios Kyrtzidis · 12 years ago
  27. 140d0c6 Teach SValBuilder to handle casts of symbolic pointer values to an integer twice. Fixes <rdar://problem/11212866>. by Ted Kremenek · 12 years ago
  28. e0fdadf Clean up changes suggested by Douglas Gregor: by Patrick Beard · 12 years ago
  29. e2241cb [analyzer] Construct a SymExpr even when the constraint solver cannot by Anna Zaks · 12 years ago
  30. 4e31b4d Extend the error about incompatible visibility attributes in different by Rafael Espindola · 12 years ago
  31. ca2e1b7 Workaround a miscompile in 483.xalancbmk while we figure it out. by David Blaikie · 12 years ago
  32. 6c803f7 During block layout, after padding up to the max field alignment, by John McCall · 12 years ago
  33. 05e6076 In C++11 mode, implement the C++11 semantics for by Douglas Gregor · 12 years ago
  34. d1c0c94 Spacing. by Chad Rosier · 12 years ago
  35. 8165605 Implement simplify_type traits for redecl_iterator. by David Blaikie · 12 years ago
  36. f720a2b Remove variables made dead by r155923 by David Blaikie · 12 years ago
  37. c5713cf Get rid of storelv4si builtin as it can be expressed directly. This is general by Chad Rosier · 12 years ago
  38. 1b9a688 Remove dead code found by static analyzer. by Ted Kremenek · 12 years ago
  39. cf18ae5 Push variable declaration into nested scope (the only place where it is used). Found by static analyzer. by Ted Kremenek · 12 years ago
  40. b68258f modern objective-c translation of private ivars. // rdar://11351299 by Fariborz Jahanian · 12 years ago
  41. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 12 years ago
  42. d1fda03 Make some helper functions static. by Benjamin Kramer · 12 years ago
  43. 441c623 Add support for laying out vtordisps according to our current by John McCall · 12 years ago
  44. 70d9b16 Enable AVX on AMD Bulldozer processors. by Craig Topper · 12 years ago
  45. 20bb175 Abstract the emission of global destructors into ABI-specific code by John McCall · 12 years ago
  46. 5729672 PR12710 - broken default argument handling for templates. by David Blaikie · 12 years ago
  47. 537dd3a Teach RetainCountchecker about IORegistryEntrySearchCFProperty returning retained objects. I know there is an SDK enhancement request for this to have the cf_returns_retained annotation, so this is just a stop gap. by Ted Kremenek · 12 years ago
  48. e2b45e2 Refactor the C++ ABI code a little bit to take advantage of by John McCall · 12 years ago
  49. 95109d2 Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. by David Blaikie · 12 years ago
  50. 3a8ac07 When mangling a synthetic function declaration, we might not have by John McCall · 12 years ago
  51. 6d3b93d Turn the mixed-sign-comparison diagnostic into a runtime behavior by Douglas Gregor · 12 years ago
  52. c30636a Print inline for inline namespaces, from Faisal Vali by Douglas Gregor · 12 years ago
  53. 111263c Let's use the correct bool this time. by Kaelyn Uhrain · 12 years ago
  54. 1a200a8 A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. by Kaelyn Uhrain · 12 years ago
  55. bd4fa45 Remove ref/value inconsistency in redecl_iterator. by David Blaikie · 12 years ago
  56. 8d59dee My first effort to do this more subtly failed, so elaborately by John McCall · 12 years ago
  57. 88db6a2 malloc size checker: Ignore const'ness of pointer types when determining of a sizeof() type is compatible with a pointed type. by Ted Kremenek · 12 years ago
  58. 4e1b292 Add support for openSUSE 12.2, from Ismail Donmez! by Douglas Gregor · 12 years ago
  59. 8e5900c clang_getCursorLexicalParent should return a translation unit cursor for declarations at the global scope, from Evan P. Fixes PR9083. by Douglas Gregor · 12 years ago
  60. aa54986 Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this' by Richard Smith · 12 years ago
  61. e720ce7 When going through references to check if the function returns the address by Argyrios Kyrtzidis · 12 years ago
  62. 8fba894 modern objective-c translator. named aggregate types by Fariborz Jahanian · 12 years ago
  63. 4548ca2 Store the source range of a CXXOperatorCallExpr in the Expr object instead of by Argyrios Kyrtzidis · 12 years ago
  64. 89585e80 minor refactoring of modern objc translator. by Fariborz Jahanian · 12 years ago
  65. 2c0abf4 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. by David Blaikie · 12 years ago
  66. c1c0725 Fix PR12378: provide conversion warnings on default args of function templates by David Blaikie · 12 years ago
  67. e7be109 HandleDeclarator() returns NULL for semantic disasters. Deal with it by Douglas Gregor · 12 years ago
  68. 694e796 Add -Wloop-analysis. This warning will fire on for loops which the variables by Richard Trieu · 12 years ago
  69. b4ee880 modern objective-c translation: de-virtualize all local rewriting functions. by Fariborz Jahanian · 12 years ago
  70. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  71. b86b855 PR11926 + duplicates: Fix crash in -Wuninitialized when using a compiler like by Richard Smith · 12 years ago
  72. 6850faf PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference by Richard Smith · 12 years ago
  73. e531001 PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another by Richard Smith · 12 years ago
  74. a2e76f5 [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a by Richard Smith · 12 years ago
  75. e593921 Currently __builtin_annotation() only annotates an i32. by Julien Lerouge · 12 years ago
  76. bddc7e5 improve error recovery for extra ')'s after a if/switch/while condition. Before: by Chris Lattner · 12 years ago
  77. 8bb21d3 switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. This allows by Chris Lattner · 12 years ago
  78. 8907832 isCXX98PODType: Avoid dispatch on the language standard when recursing. by Benjamin Kramer · 12 years ago
  79. 98f71aa C++11 weakens the requirement for types used with offsetof from POD to standard layout type. by Benjamin Kramer · 12 years ago
  80. 152f6b7 Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODType decide which one to use based on LangOptions. by Benjamin Kramer · 12 years ago
  81. 470360d Revert "Use the C++11 definition of PODness for __is_pod in C++11 mode." by Benjamin Kramer · 12 years ago
  82. 046e869 Use the C++11 definition of PODness for __is_pod in C++11 mode. by Benjamin Kramer · 12 years ago
  83. d200187 [analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU inlining never panned out. by Jordy Rose · 12 years ago
  84. 27fc81b objective-c modern translator: Correctly translate by Fariborz Jahanian · 12 years ago
  85. 58db7a5 When @encode'ing a C++ class that has empty base classes, we can end by Douglas Gregor · 12 years ago
  86. bd78cfa modern objective-c translator: _OBJC_PROTOCOL_REFERENCE_* by Fariborz Jahanian · 12 years ago
  87. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  88. a1366cb PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. by Richard Smith · 12 years ago
  89. 392b3f5 Imrpove the note text for when a non-type decl hides a tag type by Kaelyn Uhrain · 12 years ago
  90. 4e47dee Fix logic such that we only call getToolChain once. No functional change by Chad Rosier · 12 years ago
  91. 1dcfe34 Remove redundant calls to BAA->getArchName(). No functional change intended. by Chad Rosier · 12 years ago
  92. c97e96a Revert 155679; Not a typo. by Chad Rosier · 12 years ago
  93. 3a70cd6 Use enum to set debug info size generated by Clang by Alexey Samsonov · 12 years ago
  94. 577f14a Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the file order that functions are visited. Should fix the buildbots. by Ted Kremenek · 12 years ago
  95. c8f11e9 Add a missing check in CodeGen of packed classes with vtables. <rdar://problem/11324125>. by Eli Friedman · 12 years ago
  96. cb0a503 Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList instead by Ted Kremenek · 12 years ago
  97. e9a4c01 Typo. by Chad Rosier · 12 years ago
  98. aec2ac6 Add note to help explain why a tag such as 'struct' is needed to refer by Kaelyn Uhrain · 12 years ago
  99. 65a7c68 modern objective-c transltion: Fixes a translation bug by Fariborz Jahanian · 12 years ago
  100. 9b94cd1 Add a missing ExpressionEvaluationContext for template default arguments. Fixes PR12581. by Eli Friedman · 12 years ago