1. 970e441 Make sure that Module::ConfigMacrosExhaustive gets initialized and deserialized correctly. by Douglas Gregor · 11 years ago
  2. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 11 years ago
  3. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 11 years ago
  4. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 11 years ago
  5. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 11 years ago
  6. f16216c [ms-cxxabi] Fix assertion on unhandled function template arg types by Reid Kleckner · 11 years ago
  7. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 11 years ago
  8. 2110350 [analyzer] Re-apply "Do part of the work to find shortest bug paths up front". by Jordan Rose · 11 years ago
  9. f4cf6b1 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. by Jordan Rose · 11 years ago
  10. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 11 years ago
  11. 9f3495a [analyzer] Do not believe lazy binding when symbolic region types do not match by Anna Zaks · 11 years ago
  12. 239b6e4 Revert "[analyzer] Do part of the work to find shortest bug paths up front." by Jordan Rose · 11 years ago
  13. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 11 years ago
  14. c30eb51 Fix indentation for case: // comment. by Daniel Jasper · 11 years ago
  15. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 11 years ago
  16. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 11 years ago
  17. d8e6d6d Revert r177329. by Rafael Espindola · 11 years ago
  18. ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 11 years ago
  19. 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 11 years ago
  20. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  21. ac39f13 Minor optimization to r177367 to treat a module with missing dependencies as out-of-date rather than missing. by Douglas Gregor · 11 years ago
  22. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 11 years ago
  23. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 11 years ago
  24. aa62495 PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion, by Richard Smith · 11 years ago
  25. 8a1115f Centralize the logic for using the integrated assembler. by Rafael Espindola · 11 years ago
  26. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 11 years ago
  27. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 11 years ago
  28. a5f80b2 [analyzer] Do part of the work to find shortest bug paths up front. by Jordan Rose · 11 years ago
  29. 85a92cf [analyzer] Replace uses of assume() with isNull() in BR visitors. by Jordan Rose · 11 years ago
  30. abc0bea PR15539: Record "evaluating if/elif condition" flag in the right place by David Blaikie · 11 years ago
  31. 62ba4ba [frontend] Initialize the diagnostic client before loading an ast file. by Argyrios Kyrtzidis · 11 years ago
  32. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 11 years ago
  33. 0378433 [PCH] Fix assertion hit related to enum decls inside templated funtions. by Argyrios Kyrtzidis · 11 years ago
  34. 4882fe0 This code works around what appears to be a bug in another part of clang. by Reed Kotler · 11 years ago
  35. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 11 years ago
  36. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 11 years ago
  37. 4b94f4d [analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray. by Anna Zaks · 11 years ago
  38. 51be73d Objective-C modern translator. Don't put line info by Fariborz Jahanian · 11 years ago
  39. f326056 Use early returns when checking if we already constructed a tool and when by Rafael Espindola · 11 years ago
  40. 26adbe4 Remove unused argument. by Rafael Espindola · 11 years ago
  41. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 11 years ago
  42. 7ce8d82 Inline ShouldUseIntegratedAssembler and move the documentation to by Rafael Espindola · 11 years ago
  43. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 11 years ago
  44. e5dce30 Remove unused argument. by Rafael Espindola · 11 years ago
  45. d532018 Remove unused argument. by Rafael Espindola · 11 years ago
  46. cf6d76a Fix clang-format segfault. by Daniel Jasper · 11 years ago
  47. b234e74 Make sure to use same EABI version for external assembler as for integrated as. by Anton Korobeynikov · 11 years ago
  48. 7cd84ba revert r177211 due to its potential issues by Manman Ren · 11 years ago
  49. a8d937e [analyzer] Model trivial copy/move assignment operators with a bind as well. by Jordan Rose · 11 years ago
  50. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 11 years ago
  51. 1efffab [analyzer] Separate graph trimming from creating the single-path graph. by Jordan Rose · 11 years ago
  52. c996313 [analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef. by Jordan Rose · 11 years ago
  53. 9a9fe40 [analyzer] Don't repeat a bug equivalence class if every report is invalid. by Jordan Rose · 11 years ago
  54. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  55. 70e82dc Improve template diffing handling of default integer values. by Richard Trieu · 11 years ago
  56. 0621c45 [analyzer] Address a TODO in the StreamChecker; otherwise the output is non-deterministic. by Anna Zaks · 11 years ago
  57. 74c0d69 [analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead. by Anna Zaks · 11 years ago
  58. f510f5c [analyzer] BugReporterVisitors: handle the case where a ternary operator is wrapped in a cast. by Anna Zaks · 11 years ago
  59. f8ba81e [analyzer] Address Jordan’s review of r177138 (a micro optimization) by Anna Zaks · 11 years ago
  60. 316dd54 Fix buffer underrun (invalid read) triggered during diagnostic rendering. The test would overflow when computing '0 - 1'. by Ted Kremenek · 11 years ago
  61. 9cc3ed4 [modules] Don't record the macros from the predefines buffer. by Argyrios Kyrtzidis · 11 years ago
  62. 4a18c3b <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules. by Douglas Gregor · 11 years ago
  63. 9de5094 Simplify print logic, per feedback from Jordan Rose. by Ted Kremenek · 11 years ago
  64. 7adf3a9 Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant. by Ted Kremenek · 11 years ago
  65. 2f13eb1 [analyzer] Make GRBugReporter::generatePathDiagnostic iterative, not recursive. by Jordan Rose · 11 years ago
  66. cc08ca9 [analyzer] Collect stats on the max # of bug reports in an equivalence class. by Jordan Rose · 11 years ago
  67. 05cb2eb [analyzer] Include opcode in dumping a SymSymExpr. by Jordan Rose · 11 years ago
  68. 6a15f39 [analyzer] Look through ExprWhenCleanups when trying to track a NULL. by Jordan Rose · 11 years ago
  69. 62bbe07 Add some assertions to appease the static analyzer. by Jordan Rose · 11 years ago
  70. 454d5b3 Remove unnecessary default in covered switch over enum by David Blaikie · 11 years ago
  71. e738fc5 [AST] Add a fast path to ConstantArrayType::getNumAddressingBits(). by Daniel Dunbar · 11 years ago
  72. 1fd8d46 c: perform integer overflow check on all binary operations. // rdar://13423975 by Fariborz Jahanian · 11 years ago
  73. 8e694d2 Refactor template diffing to store an enum that records which type of by Richard Trieu · 11 years ago
  74. ad7e160 ClangTool output cleanup by Edwin Vane · 11 years ago
  75. c90cc93 Revert "Remove a pointless assertion." by Bob Wilson · 11 years ago
  76. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 11 years ago
  77. a30bab4 c: Also chek for integer overflow for '%' operator. by Fariborz Jahanian · 11 years ago
  78. 2cd889d c: add the missing binary operatory when checking by Fariborz Jahanian · 11 years ago
  79. b7e86be Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge by Sylvestre Ledru · 11 years ago
  80. 7e0786f Remove a pointless assertion. by Nico Weber · 11 years ago
  81. 3af59ce Improve formatting of chained calls. by Daniel Jasper · 11 years ago
  82. 1fdd8b3 Indent all lines in a multi-line comment by the same amount. by Alexander Kornienko · 11 years ago
  83. 810169e [analyzer] Refactor checks in IDC visitor for consistency and speed by Anna Zaks · 11 years ago
  84. dc9c160 [analyzer] Teach trackNullOrUndef to look through ternary operators by Anna Zaks · 11 years ago
  85. d922779 PR15290: 'this' is not permitted in the declaration of a friend function, by Richard Smith · 11 years ago
  86. 96db329 Diagnose about extern "C" functions returning c++ objects by Fariborz Jahanian · 11 years ago
  87. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 11 years ago
  88. a4bb4f6 [analyzer] Change the way in which IDC Visitor decides to kick in and make sure it attaches in the given edge case by Anna Zaks · 11 years ago
  89. bea407c Always declare the .block_descriptor parameter, not just the local copy. by Adrian Prantl · 11 years ago
  90. 7f99d5c [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time. by Douglas Gregor · 11 years ago
  91. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  92. 374516c Implements memoization for ancestor matching. by Manuel Klimek · 11 years ago
  93. f753615 Multi-line comment alignment by Alexander Kornienko · 11 years ago
  94. bfa1edd Slightly improve formatting of longer pipe statements. by Daniel Jasper · 11 years ago
  95. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 11 years ago
  96. 7ac415b [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). by Alexey Samsonov · 11 years ago
  97. d3cf17b Fix dereference formatting in for-loops. by Daniel Jasper · 11 years ago
  98. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 11 years ago
  99. 8ef19a2 Improve formatting of trailing annotations. by Daniel Jasper · 11 years ago
  100. c3ae583 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 11 years ago