1. 627707b Better fix for r177725. by Daniel Jasper · 11 years ago
  2. c363dbb Align comments to surrounding unformatted comments. by Daniel Jasper · 11 years ago
  3. 92e44d9 [cxxabi] Get ptrdiff_t from the CodeGenModule instead of caching it by Reid Kleckner · 11 years ago
  4. 0292519 Update docs after moving clang-format from clang-tools-extra to cfe. by Daniel Jasper · 11 years ago
  5. 554f63f Add clang-format to the corresponding Makefile. by Daniel Jasper · 11 years ago
  6. b598542 More precisely recognize ObjC method declarations. by Daniel Jasper · 11 years ago
  7. b2cc521 Documentation: fix a typo and formatting by Dmitri Gribenko · 11 years ago
  8. 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 11 years ago
  9. b64eca0 Make clang-format understand more line comments. by Daniel Jasper · 11 years ago
  10. 5921e04 Add future directions for modules by Douglas Gregor · 11 years ago
  11. 5529e3e More modules documentation, including the straw-man import declaration syntax and "how to modularize a platform". by Douglas Gregor · 11 years ago
  12. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  13. 9bb4a0c More documentation on the module map language. by Douglas Gregor · 11 years ago
  14. 08f8539 test commit by Alexey Bataev · 11 years ago
  15. 437da05 Warn about attempts to reinterpret_cast between two types that are by John McCall · 11 years ago
  16. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 11 years ago
  17. bf8487a ubsan: Pass floating-point arguments to the runtime by value if they fit the by Richard Smith · 11 years ago
  18. daf2e1c <rdar://problem/13479214> Make Clang's <stddef.h> robust against system headers defining size_t/ptrdiff_t/wchar_t. by Douglas Gregor · 11 years ago
  19. f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 11 years ago
  20. df713ab Update debug info test case for more incoming DIBuilder changes by David Blaikie · 11 years ago
  21. 563060f Update debug info test case for an incoming change to DIBuilder in LLVM by David Blaikie · 11 years ago
  22. 892b6fb <rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find. by Douglas Gregor · 11 years ago
  23. 30262b7 Fix indentation by David Blaikie · 11 years ago
  24. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 11 years ago
  25. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 11 years ago
  26. 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
  27. 0beab27 Remove unused variable. by Benjamin Kramer · 11 years ago
  28. 4c49f7b Avoid warnings from compilers that think you can drop off the end of a fully covered switch. by Benjamin Kramer · 11 years ago
  29. 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
  30. f3e426b [analyzer] Print return values from debug.DumpCalls checker. by Jordan Rose · 11 years ago
  31. 7c22cf3 Better block comment formatting. by Alexander Kornienko · 11 years ago
  32. 3656c61 [ASan] Let the users to invoke `clang -fsanitize=address` to link binaries targeting the iOS simulator. by Alexander Potapenko · 11 years ago
  33. 222b4ea Fix a typo. by Bob Wilson · 11 years ago
  34. 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
  35. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 11 years ago
  36. b79f589 Add more testing cases for tbaa.struct by Manman Ren · 11 years ago
  37. 3283fc5 Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry by David Blaikie · 11 years ago
  38. 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 11 years ago
  39. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 11 years ago
  40. aa55733 [analyzer] Appease buildbots: include template arguments in base class ref. by Jordan Rose · 11 years ago
  41. 81ba9d1 Documentation cleanup for MacroInfo. by James Dennett · 11 years ago
  42. 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
  43. f8e2c06 [analyzer] Don't invalidate globals when there's no call involved. by Jordan Rose · 11 years ago
  44. 74f6982 [analyzer] Track malloc'd memory into struct fields. by Jordan Rose · 11 years ago
  45. f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 11 years ago
  46. e1a2e90 [analyzer] Remove strip of ElementRegion in CallEvent::invalidateRegions. by Jordan Rose · 11 years ago
  47. fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 11 years ago
  48. 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 11 years ago
  49. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 11 years ago
  50. b02d173 [docs] Point inquisitive users to existing module.map files. by Sean Silva · 11 years ago
  51. c9fd186 [docs] Prominently note that modules are expemental. by Sean Silva · 11 years ago
  52. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 11 years ago
  53. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 11 years ago
  54. 03d262b Fix typo and grammaro in modules documentation by Douglas Gregor · 11 years ago
  55. 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
  56. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  57. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 11 years ago
  58. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 11 years ago
  59. 6fe554e Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 11 years ago
  60. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 11 years ago
  61. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago
  62. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 11 years ago
  63. bcca7e4 Don't remove all indentation when in #defines. by Daniel Jasper · 11 years ago
  64. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  65. 9322aae Improve formatting of function types in template parameters. by Daniel Jasper · 11 years ago
  66. 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 11 years ago
  67. a2b3d58 Work-in-progress documentation on the experimental modules feature. by Douglas Gregor · 11 years ago
  68. 70c5361 Remove some dead code. by John McCall · 11 years ago
  69. c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 11 years ago
  70. 970e441 Make sure that Module::ConfigMacrosExhaustive gets initialized and deserialized correctly. by Douglas Gregor · 11 years ago
  71. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 11 years ago
  72. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 11 years ago
  73. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 11 years ago
  74. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 11 years ago
  75. f16216c [ms-cxxabi] Fix assertion on unhandled function template arg types by Reid Kleckner · 11 years ago
  76. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 11 years ago
  77. 2110350 [analyzer] Re-apply "Do part of the work to find shortest bug paths up front". by Jordan Rose · 11 years ago
  78. f4cf6b1 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. by Jordan Rose · 11 years ago
  79. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 11 years ago
  80. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 11 years ago
  81. 4d25b51 [analyzer] Add an integer version of the Circle tests in uninit-vals.m. by Jordan Rose · 11 years ago
  82. 9f3495a [analyzer] Do not believe lazy binding when symbolic region types do not match by Anna Zaks · 11 years ago
  83. 6e65e10 [analyzer] Add a test case for diagnostic suppression on a graph with cycles. by Jordan Rose · 11 years ago
  84. 239b6e4 Revert "[analyzer] Do part of the work to find shortest bug paths up front." by Jordan Rose · 11 years ago
  85. c7936c9 Test case for r177439 and r177440. by Chad Rosier · 11 years ago
  86. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 11 years ago
  87. c30eb51 Fix indentation for case: // comment. by Daniel Jasper · 11 years ago
  88. fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 11 years ago
  89. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 11 years ago
  90. 8eecaaa Update test for r177413. by Chad Rosier · 11 years ago
  91. 11d6cd3 cindex.py: Handle NULL pointers when parsing translation units by Tobias Grosser · 11 years ago
  92. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 11 years ago
  93. d8e6d6d Revert r177329. by Rafael Espindola · 11 years ago
  94. ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 11 years ago
  95. 7d0d85f [ASan] Make -fsanitize=address always imply -fsanitize=init-order by Alexey Samsonov · 11 years ago
  96. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  97. a5a3e01 Remove stray semicolon by Douglas Gregor · 11 years ago
  98. 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
  99. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 11 years ago
  100. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 11 years ago