1. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 11 years ago
  2. f8e2c06 [analyzer] Don't invalidate globals when there's no call involved. by Jordan Rose · 11 years ago
  3. 74f6982 [analyzer] Track malloc'd memory into struct fields. by Jordan Rose · 11 years ago
  4. f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 11 years ago
  5. e1a2e90 [analyzer] Remove strip of ElementRegion in CallEvent::invalidateRegions. by Jordan Rose · 11 years ago
  6. fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 11 years ago
  7. 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 11 years ago
  8. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 11 years ago
  9. b02d173 [docs] Point inquisitive users to existing module.map files. by Sean Silva · 11 years ago
  10. c9fd186 [docs] Prominently note that modules are expemental. by Sean Silva · 11 years ago
  11. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 11 years ago
  12. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 11 years ago
  13. 03d262b Fix typo and grammaro in modules documentation by Douglas Gregor · 11 years ago
  14. 2bf383d Only introduce the SDKSettings.plist dependency in modules/PCH files that don't depend on any other modules or PCH files. by Douglas Gregor · 11 years ago
  15. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  16. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 11 years ago
  17. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 11 years ago
  18. 6fe554e Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 11 years ago
  19. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 11 years ago
  20. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago
  21. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 11 years ago
  22. bcca7e4 Don't remove all indentation when in #defines. by Daniel Jasper · 11 years ago
  23. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  24. 9322aae Improve formatting of function types in template parameters. by Daniel Jasper · 11 years ago
  25. 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 11 years ago
  26. a2b3d58 Work-in-progress documentation on the experimental modules feature. by Douglas Gregor · 11 years ago
  27. 70c5361 Remove some dead code. by John McCall · 11 years ago
  28. c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 11 years ago
  29. 970e441 Make sure that Module::ConfigMacrosExhaustive gets initialized and deserialized correctly. by Douglas Gregor · 11 years ago
  30. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 11 years ago
  31. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 11 years ago
  32. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 11 years ago
  33. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 11 years ago
  34. f16216c [ms-cxxabi] Fix assertion on unhandled function template arg types by Reid Kleckner · 11 years ago
  35. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 11 years ago
  36. 2110350 [analyzer] Re-apply "Do part of the work to find shortest bug paths up front". by Jordan Rose · 11 years ago
  37. f4cf6b1 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. by Jordan Rose · 11 years ago
  38. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 11 years ago
  39. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 11 years ago
  40. 4d25b51 [analyzer] Add an integer version of the Circle tests in uninit-vals.m. by Jordan Rose · 11 years ago
  41. 9f3495a [analyzer] Do not believe lazy binding when symbolic region types do not match by Anna Zaks · 11 years ago
  42. 6e65e10 [analyzer] Add a test case for diagnostic suppression on a graph with cycles. by Jordan Rose · 11 years ago
  43. 239b6e4 Revert "[analyzer] Do part of the work to find shortest bug paths up front." by Jordan Rose · 11 years ago
  44. c7936c9 Test case for r177439 and r177440. by Chad Rosier · 11 years ago
  45. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 11 years ago
  46. c30eb51 Fix indentation for case: // comment. by Daniel Jasper · 11 years ago
  47. fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 11 years ago
  48. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 11 years ago
  49. 8eecaaa Update test for r177413. by Chad Rosier · 11 years ago
  50. 11d6cd3 cindex.py: Handle NULL pointers when parsing translation units by Tobias Grosser · 11 years ago
  51. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 11 years ago
  52. d8e6d6d Revert r177329. by Rafael Espindola · 11 years ago
  53. ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 11 years ago
  54. 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 11 years ago
  55. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  56. a5a3e01 Remove stray semicolon by Douglas Gregor · 11 years ago
  57. 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
  58. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 11 years ago
  59. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 11 years ago
  60. aa62495 PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion, by Richard Smith · 11 years ago
  61. 8a1115f Centralize the logic for using the integrated assembler. by Rafael Espindola · 11 years ago
  62. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 11 years ago
  63. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 11 years ago
  64. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 11 years ago
  65. a5f80b2 [analyzer] Do part of the work to find shortest bug paths up front. by Jordan Rose · 11 years ago
  66. 85a92cf [analyzer] Replace uses of assume() with isNull() in BR visitors. by Jordan Rose · 11 years ago
  67. 2317dc8 Test case for r177347. by Chad Rosier · 11 years ago
  68. abc0bea PR15539: Record "evaluating if/elif condition" flag in the right place by David Blaikie · 11 years ago
  69. e4d6112 Update testcase for r177340. by Bill Wendling · 11 years ago
  70. 62ba4ba [frontend] Initialize the diagnostic client before loading an ast file. by Argyrios Kyrtzidis · 11 years ago
  71. 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
  72. 0378433 [PCH] Fix assertion hit related to enum decls inside templated funtions. by Argyrios Kyrtzidis · 11 years ago
  73. 4882fe0 This code works around what appears to be a bug in another part of clang. by Reed Kotler · 11 years ago
  74. f72663f Add a linebreak. Linebreaks are cool. by Richard Smith · 11 years ago
  75. 71434a8 C++11 status: mark 'extended integral types' as N/A, since we don't support by Richard Smith · 11 years ago
  76. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 11 years ago
  77. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 11 years ago
  78. 4b94f4d [analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray. by Anna Zaks · 11 years ago
  79. 51be73d Objective-C modern translator. Don't put line info by Fariborz Jahanian · 11 years ago
  80. f326056 Use early returns when checking if we already constructed a tool and when by Rafael Espindola · 11 years ago
  81. 26adbe4 Remove unused argument. by Rafael Espindola · 11 years ago
  82. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 11 years ago
  83. 7ce8d82 Inline ShouldUseIntegratedAssembler and move the documentation to by Rafael Espindola · 11 years ago
  84. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 11 years ago
  85. e5dce30 Remove unused argument. by Rafael Espindola · 11 years ago
  86. d532018 Remove unused argument. by Rafael Espindola · 11 years ago
  87. cf6d76a Fix clang-format segfault. by Daniel Jasper · 11 years ago
  88. 74c8b79 ObjCDictionaryElements are pod-like. by Benjamin Kramer · 11 years ago
  89. b234e74 Make sure to use same EABI version for external assembler as for integrated as. by Anton Korobeynikov · 11 years ago
  90. 367989b Generalize a few debug info test cases by David Blaikie · 11 years ago
  91. 7cd84ba revert r177211 due to its potential issues by Manman Ren · 11 years ago
  92. a8d937e [analyzer] Model trivial copy/move assignment operators with a bind as well. by Jordan Rose · 11 years ago
  93. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 11 years ago
  94. 1efffab [analyzer] Separate graph trimming from creating the single-path graph. by Jordan Rose · 11 years ago
  95. c996313 [analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef. by Jordan Rose · 11 years ago
  96. 9a9fe40 [analyzer] Don't repeat a bug equivalence class if every report is invalid. by Jordan Rose · 11 years ago
  97. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  98. 70e82dc Improve template diffing handling of default integer values. by Richard Trieu · 11 years ago
  99. 0621c45 [analyzer] Address a TODO in the StreamChecker; otherwise the output is non-deterministic. by Anna Zaks · 11 years ago
  100. 74c0d69 [analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead. by Anna Zaks · 11 years ago