1. 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
  2. 1e4f68c Fix an edge case in IRGen for conditionals. PR11509. by Eli Friedman · 13 years ago
  3. 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 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. 2cad9e3 Added missing testcase from r145849. Thanks to Dave Blaikie for catching this. by Lang Hames · 13 years ago
  6. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  7. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  8. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  9. 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
  10. e3ca33a Only do typo correction for implicit function decls when by Hans Wennborg · 13 years ago
  11. 90ec96f Fix: allow @protocol forward declarations inside @implementation-s. by Erik Verbruggen · 13 years ago
  12. dc30967 Add an experimental MallocSizeofChecker, which reports inconsistencies by Peter Collingbourne · 13 years ago
  13. 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
  14. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  15. a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
  16. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  17. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  18. 13eee19 Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>. by Ted Kremenek · 13 years ago
  19. 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
  20. dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
  21. aa9c350 When folding the size of a global scope VLA to a constant, require the array by Richard Smith · 13 years ago
  22. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  23. aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
  24. d62ca37 Move vector bitcast handling in constant expressions from the expression by Richard Smith · 13 years ago
  25. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  26. e487f42 Rename Objective-C-only tests to .m by Douglas Gregor · 13 years ago
  27. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  28. ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
  29. 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
  30. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  31. 8075ce6 When building the main file to parse given a module map, don't skip by Douglas Gregor · 13 years ago
  32. dd023bc Headers: wmmintrin.h only needs xmmintrin.h. by Daniel Dunbar · 13 years ago
  33. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  34. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  35. 26b45d8 Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash by Richard Trieu · 13 years ago
  36. 55e983c Fix test for unrelated changes. by Nick Lewycky · 13 years ago
  37. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  38. b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
  39. e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
  40. 19efa3e Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR11484. by Eli Friedman · 13 years ago
  41. ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
  42. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  43. bd7d828 Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pass in the correct alignment when known. by Eli Friedman · 13 years ago
  44. 4473755 [analyzer] Simplify the expected-warning statement. by Anna Zaks · 13 years ago
  45. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  46. bea728b [analyzer] Add a missing taint tester warning. by Anna Zaks · 13 years ago
  47. 76462f0 [analyzer] Remove all uses of ConstraintManager::canResonAbout() from by Anna Zaks · 13 years ago
  48. a50b7ab [analyzer] Add a debug checker to test for tainted data. by Anna Zaks · 13 years ago
  49. 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
  50. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  51. 42d6d0c Support decltype in nested-name-specifiers. by David Blaikie · 13 years ago
  52. 649657e Move block return type inference diagnostic to a common place where by Fariborz Jahanian · 13 years ago
  53. 14795c8 Fix mangling substitutions for address-space-qualified class by Douglas Gregor · 13 years ago
  54. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  55. 0586520 If block literal return type is not specified, return type of the block is by Fariborz Jahanian · 13 years ago
  56. 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
  57. 1cdb70b Implement overload resolution for reference-typed parameters supplied with initializer lists. by Sebastian Redl · 13 years ago
  58. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  59. d977e6b [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. by Argyrios Kyrtzidis · 13 years ago
  60. dcbb2fb [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++ catch. by Argyrios Kyrtzidis · 13 years ago
  61. f6137e4 Implement support for precompiled headers, preambles, and serialized by Douglas Gregor · 13 years ago
  62. 687b5df Revert r145697 and dependent patch r145702. It added a dependency from by Nick Lewycky · 13 years ago
  63. 8c366c4 Add missing test header by Douglas Gregor · 13 years ago
  64. 6236a29 Only perform checking of the predefines buffer when loading a by Douglas Gregor · 13 years ago
  65. 377cc6e Make r145697 actually work. by Hans Wennborg · 13 years ago
  66. 10ce932 Make sure that name lookup in C checks whether a name is hidden. by Douglas Gregor · 13 years ago
  67. 5fdc1b9 Make conversion specifier warning refer to typedef if possible. by Hans Wennborg · 13 years ago
  68. 07165b9 When making a module visible, also make any of its exported modules by Douglas Gregor · 13 years ago
  69. 1329264 Implement name hiding for macro definitions within modules, such that by Douglas Gregor · 13 years ago
  70. bff22ac Fix bitfield handling for record layout with #pragma pack. <rdar://problem/10494810> and PR9560. by Eli Friedman · 13 years ago
  71. c5f9a01 Add support for AVX registers to clang inline asm. Add a small testcase by Eric Christopher · 13 years ago
  72. 93bfd79 Clean up some oddly gratuitous vertical whitespace. by Eric Christopher · 13 years ago
  73. 867a379 Rename function. by Eric Christopher · 13 years ago
  74. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  75. 7f42228 Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rdar://problem/10465079>. by Ted Kremenek · 13 years ago
  76. 4bb6686 Fix wrong-code bug when a const automatic variable of struct type has both a by Richard Smith · 13 years ago
  77. ee1ad99 When we're passing a vector with an illegal type through memory on x86-64, use byval so we're sure the backend does the right thing. Fixes va_arg with illegal vectors and an obscure ABI mismatch with __m64 vectors. by Eli Friedman · 13 years ago
  78. ecc2c09 Implement name hiding for declarations deserialized from a non-visible by Douglas Gregor · 13 years ago
  79. ee5a21f [analyzer] Make KeychainAPI checker less aggressive. radar://10508828 by Anna Zaks · 13 years ago
  80. a38c473 When typo-correction an Objective-C superclass name, don't by Douglas Gregor · 13 years ago
  81. 50118da Add Microsoft mangling of constructors and destructors. Patch by Dmitry! by Michael J. Spencer · 13 years ago
  82. 2aba711 Change the Microsoft __interface keyword to be an alias for struct (not class) since members are public by default. by Francois Pichet · 13 years ago
  83. 60a4481 Fix typo. by Ted Kremenek · 13 years ago
  84. a078ecf When analyzing a C++ method (without a specific caller), assume 'this' is non-null. Fixes <rdar://problem/10508787>. by Ted Kremenek · 13 years ago
  85. 3ed7903 Don't use a varargs convention for calls unprototyped functions where one of the arguments is an AVX vector. by Eli Friedman · 13 years ago
  86. f1d1ca5 When sending a message to a receiver that has "unknown any" type, by Douglas Gregor · 13 years ago
  87. f8d34ed ParmVarDecls have no linkage. Previously we would report that parameters by Argyrios Kyrtzidis · 13 years ago
  88. 968a0ee Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycle checking in -Warc-retain-cycles. This commonly by Ted Kremenek · 13 years ago
  89. 75df4ee Further tweak -Wurneachable-code and templates by allowing the warning to run on by Ted Kremenek · 13 years ago
  90. 901dd66 Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov. by Eli Friedman · 13 years ago
  91. 58196dc Revert most of r145372 for now. Lookahead beyond the ';' in a function by Richard Smith · 13 years ago
  92. 8d39c3d [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsToConsumer by Argyrios Kyrtzidis · 13 years ago
  93. 436bd50 Test case for fix committed in r145441. by Lang Hames · 13 years ago
  94. 381c066 Per an offline conversation with John McCall, have StmtPrinter actually print out the source expression for OpaqueValueExpr. by Ted Kremenek · 13 years ago
  95. 5dfee06 Don't run -Wunreachable-code on template instantiations. Different instantiations may produce different unreachable code results, and it is very difficult for us to prove that ALL instantiations of a template have specific unreachable code. If we come up with a better solution, then we can revisit this, but this approach will at least greatly reduce the noise of this warning for code that makes use of templates. by Ted Kremenek · 13 years ago
  96. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  97. 6eb47da Add preprocessor-only test for submodule imports by Douglas Gregor · 13 years ago
  98. 01e19be Fix the instantiation of pseudo-object expressions. This is a by John McCall · 13 years ago
  99. 49009ec When loading a module that involves submodules (e.g., std.vector), by Douglas Gregor · 13 years ago
  100. d5a3b78 Make sure that forward declarations are marked as such in the debug info by Eric Christopher · 13 years ago