1. 2f77b3d Fix a bunch of really nasty bugs in how we compute alignment for reference lvalues. PR11376. by Eli Friedman · 13 years ago
  2. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  3. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  4. e614d6c In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside static functions. by Francois Pichet · 13 years ago
  5. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  6. 3bc4515 Compute whether a class is trivial correctly for template classes with an explicitly deleted or defaulted special member. PR11387. by Eli Friedman · 13 years ago
  7. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  8. 9c0e1ec Fixed plausible overloads location. by Abramo Bagnara · 13 years ago
  9. b86b8dc Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 13 years ago
  10. 99643d9 Typo. by Chad Rosier · 13 years ago
  11. 496cc8e Fix a regression from 143657. The second pass of the warning options should only be emitting by Chad Rosier · 13 years ago
  12. 2d9eb21 Teach the CFG builder how to properly destroy temporaries who by Douglas Gregor · 13 years ago
  13. dce6327 Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 13 years ago
  14. f7ce194 Fixed a cut&paste error introduced in r141336. by Abramo Bagnara · 13 years ago
  15. 64482c6 [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set by Argyrios Kyrtzidis · 13 years ago
  16. 40f57ee Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'ImplicitInterfaceDecl', by Argyrios Kyrtzidis · 13 years ago
  17. ca3d3fc Fix crash in calling convention code expanding an struct with a complex member. by Eli Friedman · 13 years ago
  18. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  19. 02ae32a Remove extra ';'. by Devang Patel · 13 years ago
  20. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  21. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  22. 7432b90 When we're checking access in a dependent context, don't try to look by Douglas Gregor · 13 years ago
  23. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  24. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  25. 4c42bb7 [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can by Ted Kremenek · 13 years ago
  26. 729aa06 [analyzer;Regionstore] handle loads from StringLiteral elements for StringLiterals representing wide strings. Fixes PR 11294. by Ted Kremenek · 13 years ago
  27. 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
  28. ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
  29. ccf1bfd [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. by Ted Kremenek · 13 years ago
  30. bf97947 Fixup comment. by Eric Christopher · 13 years ago
  31. 5a17499 [PCH] Load the chained objc categories only after recursive loading is finished by Argyrios Kyrtzidis · 13 years ago
  32. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  33. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  34. 67bc4ba [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls by Argyrios Kyrtzidis · 13 years ago
  35. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  36. 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
  37. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  38. c96c721 Silence unused variable warning. by Benjamin Kramer · 13 years ago
  39. 65bfd68 When reference binding array rvalues, such as those created by compound by Peter Collingbourne · 13 years ago
  40. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  41. 1a43415 Add a method in ASTMutationListener for the last use of Decl's [is/set]ChangedSinceDeserialization by Argyrios Kyrtzidis · 13 years ago
  42. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  43. 5bbe816 Remove unnecessary 'else's after 'return's. by David Blaikie · 13 years ago
  44. ddadaa4 Add missing casts to AST. by Eli Friedman · 13 years ago
  45. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  46. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  47. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  48. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  49. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  50. 72cd7a0 Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the by Douglas Gregor · 13 years ago
  51. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  52. b1ce730 When importing an ObjCInterfaceDecl, ensure that by Sean Callanan · 13 years ago
  53. f64699e Constant expression evalation: const_cast support. by Richard Smith · 13 years ago
  54. 5a5dcdc Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079 by Bob Wilson · 13 years ago
  55. cd99b07 Reduce the constexpr stack pressure somewhat. Hopefully this will be enough to by Richard Smith · 13 years ago
  56. 59efe26 Constant expression evaluation: support for constexpr member functions. This by Richard Smith · 13 years ago
  57. 1cd76e8 Don't apply NRVO to over-aligned variables. The caller only by John McCall · 13 years ago
  58. 538773c Be sure to insulate block literals from any cleanups in their by John McCall · 13 years ago
  59. d7df785 Add Linux multiarch include directories for mips/mipsel. Patch from Simon Atanasyan. by Eli Friedman · 13 years ago
  60. 8ac2c66 Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) by Eli Friedman · 13 years ago
  61. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  62. ef04ecf Move "Unqualified lookup into dependent bases of class templates" Microsoft specific behavior from -fms-extensions to -fms-compatibility. by Francois Pichet · 13 years ago
  63. 9e9a3e6 [static analyzer] be more specific when running removeDeadBindings. Instead of seeing if the predecessor node was a non-StmtPoint, check if it is specifically a BlockEntrance node. by Ted Kremenek · 13 years ago
  64. 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
  65. acdfa4d Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add by Richard Smith · 13 years ago
  66. ce117a7 [static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stmts, entering a basic block, or analyzing non-consumed expressions. This sigificantly speeds up analysis time, and reduces analysis time down to 27% less than before we linearized the CFG. by Ted Kremenek · 13 years ago
  67. b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago
  68. a60279d Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr. by Eli Friedman · 13 years ago
  69. 6142ca7 Revert r144273. It causes clang self-host build failure. by Devang Patel · 13 years ago
  70. 6eb29d2 serialized diagnostics: simplify code. by Benjamin Kramer · 13 years ago
  71. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  72. 6c95787 Constant expression evaluation: support for constexpr member functions. by Richard Smith · 13 years ago
  73. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  74. c430ef4 PR11148: Fix crash-on-invalid if an invalid member declaration is marked as by Richard Smith · 13 years ago
  75. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  76. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  77. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  78. 64b4b43 Removing unused initialization. by David Blaikie · 13 years ago
  79. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  80. 1445bba Temporary fix for a performance problem Eli spotted. The APValue representation by Richard Smith · 13 years ago
  81. 7480d96 Reflow lines, remove else-if after returns, rename variable "TydefContext" to by Nick Lewycky · 13 years ago
  82. 3472089 Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. by Eli Friedman · 13 years ago
  83. a8ecd7c Remove unnecessary include. by Devang Patel · 13 years ago
  84. 108fb14 objc rewriter: use a more specific name for local variable used by Fariborz Jahanian · 13 years ago
  85. f3fb5c5 We don't add ExprWithCleanups to the CFG, and getSVal looks by John McCall · 13 years ago
  86. c9a2371 Define some built-ins macros on mips32 platform, from Simon Atanasyan! by Douglas Gregor · 13 years ago
  87. 7b3819d Reflow one line I missed in previous cleanup commit. No functionality change. by Nick Lewycky · 13 years ago
  88. d4c100e Minor cleanup, mostly reindenting. Remove one helper function that just called by Nick Lewycky · 13 years ago
  89. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  90. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  91. 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 13 years ago
  92. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  93. 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
  94. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  95. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  96. 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
  97. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  98. 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
  99. af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
  100. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago