1. 892b6fb <rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find. by Douglas Gregor · 11 years ago
  2. 30262b7 Fix indentation by David Blaikie · 11 years ago
  3. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 11 years ago
  4. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 11 years ago
  5. 595b1bc This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited. Fixes a test breakage since r176894. by Aaron Ballman · 11 years ago
  6. 0beab27 Remove unused variable. by Benjamin Kramer · 11 years ago
  7. 4c49f7b Avoid warnings from compilers that think you can drop off the end of a fully covered switch. by Benjamin Kramer · 11 years ago
  8. 7b79384 Delayed template parsing is not supported by the AST serialization system yet, so turning it off. This fixes a test breakage caused by r177336. by Aaron Ballman · 11 years ago
  9. f3e426b [analyzer] Print return values from debug.DumpCalls checker. by Jordan Rose · 11 years ago
  10. 7c22cf3 Better block comment formatting. by Alexander Kornienko · 11 years ago
  11. 3656c61 [ASan] Let the users to invoke `clang -fsanitize=address` to link binaries targeting the iOS simulator. by Alexander Potapenko · 11 years ago
  12. 222b4ea Fix a typo. by Bob Wilson · 11 years ago
  13. cdf2808 <rdar://problem/13037793> Allow the names of modules to differ from the name of their subdirectory in the include path. by Douglas Gregor · 11 years ago
  14. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 11 years ago
  15. b79f589 Add more testing cases for tbaa.struct by Manman Ren · 11 years ago
  16. 3283fc5 Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry by David Blaikie · 11 years ago
  17. 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 11 years ago
  18. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 11 years ago
  19. aa55733 [analyzer] Appease buildbots: include template arguments in base class ref. by Jordan Rose · 11 years ago
  20. 81ba9d1 Documentation cleanup for MacroInfo. by James Dennett · 11 years ago
  21. 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
  22. f8e2c06 [analyzer] Don't invalidate globals when there's no call involved. by Jordan Rose · 11 years ago
  23. 74f6982 [analyzer] Track malloc'd memory into struct fields. by Jordan Rose · 11 years ago
  24. f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 11 years ago
  25. e1a2e90 [analyzer] Remove strip of ElementRegion in CallEvent::invalidateRegions. by Jordan Rose · 11 years ago
  26. fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 11 years ago
  27. 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 11 years ago
  28. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 11 years ago
  29. b02d173 [docs] Point inquisitive users to existing module.map files. by Sean Silva · 11 years ago
  30. c9fd186 [docs] Prominently note that modules are expemental. by Sean Silva · 11 years ago
  31. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 11 years ago
  32. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 12 years ago
  33. 03d262b Fix typo and grammaro in modules documentation by Douglas Gregor · 12 years ago
  34. 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 · 12 years ago
  35. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
  36. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 12 years ago
  37. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 12 years ago
  38. 6fe554e Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 12 years ago
  39. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 12 years ago
  40. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 12 years ago
  41. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 12 years ago
  42. bcca7e4 Don't remove all indentation when in #defines. by Daniel Jasper · 12 years ago
  43. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 12 years ago
  44. 9322aae Improve formatting of function types in template parameters. by Daniel Jasper · 12 years ago
  45. 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 12 years ago
  46. a2b3d58 Work-in-progress documentation on the experimental modules feature. by Douglas Gregor · 12 years ago
  47. 70c5361 Remove some dead code. by John McCall · 12 years ago
  48. c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 12 years ago
  49. 970e441 Make sure that Module::ConfigMacrosExhaustive gets initialized and deserialized correctly. by Douglas Gregor · 12 years ago
  50. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 12 years ago
  51. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 12 years ago
  52. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 12 years ago
  53. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 12 years ago
  54. f16216c [ms-cxxabi] Fix assertion on unhandled function template arg types by Reid Kleckner · 12 years ago
  55. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
  56. 2110350 [analyzer] Re-apply "Do part of the work to find shortest bug paths up front". by Jordan Rose · 12 years ago
  57. f4cf6b1 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. by Jordan Rose · 12 years ago
  58. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 12 years ago
  59. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 12 years ago
  60. 4d25b51 [analyzer] Add an integer version of the Circle tests in uninit-vals.m. by Jordan Rose · 12 years ago
  61. 9f3495a [analyzer] Do not believe lazy binding when symbolic region types do not match by Anna Zaks · 12 years ago
  62. 6e65e10 [analyzer] Add a test case for diagnostic suppression on a graph with cycles. by Jordan Rose · 12 years ago
  63. 239b6e4 Revert "[analyzer] Do part of the work to find shortest bug paths up front." by Jordan Rose · 12 years ago
  64. c7936c9 Test case for r177439 and r177440. by Chad Rosier · 12 years ago
  65. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 12 years ago
  66. c30eb51 Fix indentation for case: // comment. by Daniel Jasper · 12 years ago
  67. fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 12 years ago
  68. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 12 years ago
  69. 8eecaaa Update test for r177413. by Chad Rosier · 12 years ago
  70. 11d6cd3 cindex.py: Handle NULL pointers when parsing translation units by Tobias Grosser · 12 years ago
  71. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 12 years ago
  72. d8e6d6d Revert r177329. by Rafael Espindola · 12 years ago
  73. ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 12 years ago
  74. 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 12 years ago
  75. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 12 years ago
  76. a5a3e01 Remove stray semicolon by Douglas Gregor · 12 years ago
  77. ac39f13 Minor optimization to r177367 to treat a module with missing dependencies as out-of-date rather than missing. by Douglas Gregor · 12 years ago
  78. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 12 years ago
  79. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 12 years ago
  80. aa62495 PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion, by Richard Smith · 12 years ago
  81. 8a1115f Centralize the logic for using the integrated assembler. by Rafael Espindola · 12 years ago
  82. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 12 years ago
  83. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 12 years ago
  84. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 12 years ago
  85. a5f80b2 [analyzer] Do part of the work to find shortest bug paths up front. by Jordan Rose · 12 years ago
  86. 85a92cf [analyzer] Replace uses of assume() with isNull() in BR visitors. by Jordan Rose · 12 years ago
  87. 2317dc8 Test case for r177347. by Chad Rosier · 12 years ago
  88. abc0bea PR15539: Record "evaluating if/elif condition" flag in the right place by David Blaikie · 12 years ago
  89. e4d6112 Update testcase for r177340. by Bill Wendling · 12 years ago
  90. 62ba4ba [frontend] Initialize the diagnostic client before loading an ast file. by Argyrios Kyrtzidis · 12 years ago
  91. 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 · 12 years ago
  92. 0378433 [PCH] Fix assertion hit related to enum decls inside templated funtions. by Argyrios Kyrtzidis · 12 years ago
  93. 4882fe0 This code works around what appears to be a bug in another part of clang. by Reed Kotler · 12 years ago
  94. f72663f Add a linebreak. Linebreaks are cool. by Richard Smith · 12 years ago
  95. 71434a8 C++11 status: mark 'extended integral types' as N/A, since we don't support by Richard Smith · 12 years ago
  96. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago
  97. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 12 years ago
  98. 4b94f4d [analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray. by Anna Zaks · 12 years ago
  99. 51be73d Objective-C modern translator. Don't put line info by Fariborz Jahanian · 12 years ago
  100. f326056 Use early returns when checking if we already constructed a tool and when by Rafael Espindola · 12 years ago