1. cc1f918 Don't get the exception obj from the slot more than once. by Bill Wendling · 13 years ago
  2. 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
  3. 1e4f68c Fix an edge case in IRGen for conditionals. PR11509. by Eli Friedman · 13 years ago
  4. 1fa3c06 This patch extends thread safety analysis with support for the scoped_lockable attribute. by DeLesley Hutchins · 13 years ago
  5. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  6. d5c3fa2 More refactoring of objective-C rewriter. by Fariborz Jahanian · 13 years ago
  7. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  8. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  9. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  10. 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
  11. 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 13 years ago
  12. e3ca33a Only do typo correction for implicit function decls when by Hans Wennborg · 13 years ago
  13. 90ec96f Fix: allow @protocol forward declarations inside @implementation-s. by Erik Verbruggen · 13 years ago
  14. f4e8a12 Unbreak MSVC build. by Francois Pichet · 13 years ago
  15. e1fca50 Remove unused parameter from the LateParsedTemplatedFunction constructor. by Francois Pichet · 13 years ago
  16. dc30967 Add an experimental MallocSizeofChecker, which reports inconsistencies by Peter Collingbourne · 13 years ago
  17. 2e55df4 Allow clang to find gcc libs on suse ppc64 by Hal Finkel · 13 years ago
  18. d85c1e9 Add a minimal unwind.h that knows how to forward to the system one in systems by Rafael Espindola · 13 years ago
  19. b577757 Use the real end of the decltype expression. by David Blaikie · 13 years ago
  20. 4ce83eb Minor cleanup. Avoid redundant getTriple() calls. by Bob Wilson · 13 years ago
  21. 8cd0d25 Driver/Linux: Fix the ASAN library path to match current compiler-rt by Daniel Dunbar · 13 years ago
  22. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  23. 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
  24. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  25. b39c5b4 [analyzer] Cleanup: use the variable. by Anna Zaks · 13 years ago
  26. 84fa05e Remove unused-but-set variable. by Benjamin Kramer · 13 years ago
  27. a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
  28. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  29. 1c636df Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472. by Eli Friedman · 13 years ago
  30. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  31. 26e80cd Make sure we correctly zero-initialize unions containing a pointer to data member as the first field. PR11487. by Eli Friedman · 13 years ago
  32. dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
  33. f64114b If we can't write the temporary module map file when compiling a by Douglas Gregor · 13 years ago
  34. aa9c350 When folding the size of a global scope VLA to a constant, require the array by Richard Smith · 13 years ago
  35. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  36. 0e35b4e DeadStoresChecker: when whitelisting dead initializations with constants, look by Richard Smith · 13 years ago
  37. a91efb1 [analyzer] Add comments related to symbol_iterator by Anna Zaks · 13 years ago
  38. 1d1d515 [analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it by Anna Zaks · 13 years ago
  39. aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
  40. e5ee70d [analyzer] Remove an unnecessary check. by Anna Zaks · 13 years ago
  41. e912029 Add a FIXME to provide a sensible error message here by Douglas Gregor · 13 years ago
  42. d62ca37 Move vector bitcast handling in constant expressions from the expression by Richard Smith · 13 years ago
  43. 1e821e9 Use absolute paths for temporary module map files by Douglas Gregor · 13 years ago
  44. e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
  45. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  46. 7b5f101 [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic_lookup for dynamic libs. Style fixes. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  47. ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
  48. 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
  49. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  50. 8075ce6 When building the main file to parse given a module map, don't skip by Douglas Gregor · 13 years ago
  51. dd023bc Headers: wmmintrin.h only needs xmmintrin.h. by Daniel Dunbar · 13 years ago
  52. 9f74f4f Minor tweak to prepare for submodules with umbrella headers. No actual by Douglas Gregor · 13 years ago
  53. 82e11cd Install cpuid.h when building with cmake too. by Rafael Espindola · 13 years ago
  54. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  55. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  56. 26b45d8 Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash by Richard Trieu · 13 years ago
  57. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  58. 68805fe Minor comment update. by Eli Friedman · 13 years ago
  59. e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
  60. 19efa3e Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR11484. by Eli Friedman · 13 years ago
  61. ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
  62. e9d11db Add -mstack-alignment=X and fix -mstackrealign handling now that the by Joerg Sonnenberger · 13 years ago
  63. 02f8396 More refactoring of objc rewriter. by Fariborz Jahanian · 13 years ago
  64. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  65. bd7d828 Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pass in the correct alignment when known. by Eli Friedman · 13 years ago
  66. 02f34c5 [analyzer] Rely on LLVM Dominators in Clang dominator computation. by Anna Zaks · 13 years ago
  67. eca4e6e [analyzer] Mark ConstraintManager::canReasonAbout as protected. by Anna Zaks · 13 years ago
  68. 084842d [analyzer] Simplify the condition. by Anna Zaks · 13 years ago
  69. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  70. 0dd7a25 Make isWeakDecl available as a method on ValueDecl. by Lang Hames · 13 years ago
  71. dd8079c More objc rewriter refactoring. by Fariborz Jahanian · 13 years ago
  72. 5344baa [analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal class. by Anna Zaks · 13 years ago
  73. 76462f0 [analyzer] Remove all uses of ConstraintManager::canResonAbout() from by Anna Zaks · 13 years ago
  74. 3cdf584 [analyzer] First step toward removing by Anna Zaks · 13 years ago
  75. 1a00eef [analyzer] Minor improvements on RangeConstraint pretty-printing. by Anna Zaks · 13 years ago
  76. f62ceec [analyzer] Change RetainCountChecker to use symbol dump method instead by Anna Zaks · 13 years ago
  77. d016785 [analyzer] Add ability to do a simple ProgramState dump() without requiring CFG. by Anna Zaks · 13 years ago
  78. a50b7ab [analyzer] Add a debug checker to test for tainted data. by Anna Zaks · 13 years ago
  79. 5845717 Some early refactoring of objective-c rewriter. by Fariborz Jahanian · 13 years ago
  80. 8179aa7 [asan] don't require libstdc++ for asan on linux. Mac fix will go separately by Kostya Serebryany · 13 years ago
  81. 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
  82. f4ac17e Fix printing of wildcard exports. by Douglas Gregor · 13 years ago
  83. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  84. 4bc8738d Actually add a useful bit to the comment pre-FIXME by Douglas Gregor · 13 years ago
  85. 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 13 years ago
  86. 42d6d0c Support decltype in nested-name-specifiers. by David Blaikie · 13 years ago
  87. 649657e Move block return type inference diagnostic to a common place where by Fariborz Jahanian · 13 years ago
  88. 14795c8 Fix mangling substitutions for address-space-qualified class by Douglas Gregor · 13 years ago
  89. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  90. 0586520 If block literal return type is not specified, return type of the block is by Fariborz Jahanian · 13 years ago
  91. 4d604d6 In Microsoft mode, don't perform typo correction in a template member function dependent context because it interferes with the "lookup into dependent bases of class templates" feature. by Francois Pichet · 13 years ago
  92. 1cdb70b Implement overload resolution for reference-typed parameters supplied with initializer lists. by Sebastian Redl · 13 years ago
  93. 6da2c71 Switch LValue so that it exposes alignment in CharUnits. (No functional change.) by Eli Friedman · 13 years ago
  94. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  95. 51f5120 Add a utility to get a RValue for a given LValue for an aggregate; switch a few places over to it. by Eli Friedman · 13 years ago
  96. d7722d9 Switch the Alignment argument on AggValueSlot over to CharUnits, per John's review comment. by Eli Friedman · 13 years ago
  97. c5e0f9b Module files representing actual modules don't need to know the set of modules they import, since that information isn't actually used. Drop it from the AST file by Douglas Gregor · 13 years ago
  98. f6137e4 Implement support for precompiled headers, preambles, and serialized by Douglas Gregor · 13 years ago
  99. f394078 Track alignment in AggValueSlot. No functional change in this patch, but I'll be introducing uses of the specified alignment soon. by Eli Friedman · 13 years ago
  100. e664977 Keep track of all of the import declarations that are parsed or by Douglas Gregor · 13 years ago