1. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  2. 39dc016 tsan: update docs update docs for no_sanitize_thread attribute and blacklist by Dmitry Vyukov · 11 years ago
  3. 3dd4dd6 Add a note about clang now rejecting unknown options. by Rafael Espindola · 11 years ago
  4. dd1dad9 docs: Remove incompatibility with Solaris shell by David Majnemer · 11 years ago
  5. 67ffcaa Document the presence of the new Objective-C++ mangling for qualified-id. by Ted Kremenek · 11 years ago
  6. 0a6cf66 Add a section about clang-cl to UsersManual.rst by Hans Wennborg · 11 years ago
  7. 2e0b0cf Suggest people use -Xclang not -cc1 when passing options to the frontend. by Richard Smith · 11 years ago
  8. 28d9077 Remove documentation of removed -ast-dump-xml flag. by Richard Smith · 11 years ago
  9. d000b85 [analyzer] Add new debug helper clang_analyzer_warnIfReached. by Jordan Rose · 11 years ago
  10. 236b94c Typo in ARM __attribute__((interrupt)) documentation by Tim Northover · 11 years ago
  11. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  12. 7454cdc Add section on VS integration to the ClangFormat documentation. by Manuel Klimek · 11 years ago
  13. 86e0468 Note that modules are supported for C/Objective-C, and have syntax in ObjC. by Douglas Gregor · 11 years ago
  14. 89eb0d6 docs: Document CXXLiteralOperatorName and CXXUsingDirective by Justin Bogner · 11 years ago
  15. 4e60b9c docs: Remove note about Identifiers being used for C++ operators by Justin Bogner · 11 years ago
  16. 62a5565 Updated examples of UseTab option by Alexander Kornienko · 11 years ago
  17. f6a6882 Updated clang-format style options doc. by Alexander Kornienko · 11 years ago
  18. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  19. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  20. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  21. 4cfebf2 Update -fmsc-version docs for r190908, which set the default to 1700 by Reid Kleckner · 11 years ago
  22. dec5f28 Fix ReST links I just added to the manual by Reid Kleckner · 11 years ago
  23. cc6fab9 Clarify that we silently ignore some MS extensions like IDL attributes by Reid Kleckner · 11 years ago
  24. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  25. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  26. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  27. fa7d53f Make __has_extension(c_thread_local) work. by Ed Schouten · 11 years ago
  28. c9aed76 [analyzer] Fix copy-paste error in internal docs. by Jordan Rose · 11 years ago
  29. cd7b0f0 Clarify the status of PowerPC support. by Roman Divacky · 11 years ago
  30. 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
  31. 2956ef4 Add -fansi-escape-codes option by Nico Rieck · 11 years ago
  32. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  33. 9522ae1 [docs] Prominently note modules are experimental. by Sean Silva · 11 years ago
  34. 5e2ce20 [docs] End users should see just "Clang" by Sean Silva · 11 years ago
  35. fb92aa1 [docs] Fix Sphinx toctree warning. by Sean Silva · 11 years ago
  36. 74106d3 [docs] Fix some finicky Sphinx warnings. by Sean Silva · 11 years ago
  37. 055d438 [docs] Typographical and rewording fixes. by Sean Silva · 11 years ago
  38. e575359 Fix constructor-related typos. by Benjamin Kramer · 11 years ago
  39. f54e02f Adding cross-compilation instructions to Clang by Renato Golin · 11 years ago
  40. af6f8cc manual: Fix RST reference to MS extension support by Reid Kleckner · 11 years ago
  41. c4f73e0 A minor fix in the documentation. by Alexander Kornienko · 11 years ago
  42. 62d06b7 Added documentation for clang-format style options. by Alexander Kornienko · 11 years ago
  43. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  44. 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 11 years ago
  45. 44d971c [doxygen] Add a few missing variables to the doxygen.cfg.in for external search and cleaned up external_search_map. by Michael Gottesman · 11 years ago
  46. 855baa6 [doxygen] Added support for doxygen external search. by Michael Gottesman · 11 years ago
  47. 1ab6c6c [doxygen] Added code for generating doxygen documentation for clang for cmake. by Michael Gottesman · 11 years ago
  48. 6fed8a4 Remove comment on the availability of boxed expressions. They have been available for a while. by Ted Kremenek · 11 years ago
  49. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  50. 8b49854 Add note about following two commands are no longer equivalent. by Shuxin Yang · 11 years ago
  51. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  52. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  53. c32cfbc DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency. by Peter Collingbourne · 11 years ago
  54. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  55. fa203cf Update sanitizer attribute documentation to match behaviour change in r187967. by Evgeniy Stepanov · 11 years ago
  56. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  57. 1ab7778 Fix typo in template diffing docs. by Richard Trieu · 11 years ago
  58. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  59. 05654ff Documentation for sanitizer special case list format and -f(no-)?sanitize-blacklist flag by Alexey Samsonov · 11 years ago
  60. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  61. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  62. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  63. 2c4b2e4 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 11 years ago
  64. 3c3a522 Rename feature test for lambda init-captures from cxx_generalized_capture to by Richard Smith · 11 years ago
  65. a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
  66. 532870f Update docs. by Manuel Klimek · 11 years ago
  67. 6540052 Fix bug in computing POD-for-layout. by Eli Friedman · 11 years ago
  68. 635c1dc Update users manual to indicate: by Richard Smith · 11 years ago
  69. e6a0f09 Revert r186672 - turns out ASan supports Mac OS 10.6 yet. by Alexey Samsonov · 11 years ago
  70. 829fbc5 [ASan] Reflect the dropped Mac OS 10.6 support in docs by Alexey Samsonov · 11 years ago
  71. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  72. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  73. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  74. 151a8a8 Fix some grammar errors. by Richard Smith · 11 years ago
  75. 9e0a65e Fix documentation: by Richard Smith · 11 years ago
  76. 9f7ba9b [analyzer] Add a debug checker that prints Exploded Graph by Anna Zaks · 11 years ago
  77. fb1ff86 [docs] `-fno-sanitize=` is accepted too. by Sean Silva · 11 years ago
  78. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  79. 8c5f948 Improve documentation for AST matchers. by Manuel Klimek · 11 years ago
  80. 6ba6726 [docs] Add link to presentation slides. by Sean Silva · 11 years ago
  81. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  82. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  83. cf52ca6 Adds the equalsBoundNode matcher. by Manuel Klimek · 11 years ago
  84. 1a68afd Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers. by Manuel Klimek · 11 years ago
  85. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  86. 2c72000 Point link at correct location for Clang 3.3 release notes. by Richard Smith · 11 years ago
  87. 0b588cd [docs] Fix wrong clang-format example. by Rui Ueyama · 11 years ago
  88. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 11 years ago
  89. a03209e Reset the release notes for the 3.4 release. by Bill Wendling · 11 years ago
  90. a0ed171 Document -fno-sanitize-recover and -fsanitize-undefined-trap-on-error and attempt to explain the difference between them. by Richard Smith · 11 years ago
  91. ef7c6e7 Add caveat to __builtin_readcyclecounter documentation. by Tim Northover · 11 years ago
  92. 355103b ReleaseNotes.rst: typo by Hans Wennborg · 11 years ago
  93. 0437e0d ReleaseNotes: add note about ASTContext::WCharTy and WideCharTy by Hans Wennborg · 11 years ago
  94. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  95. 7b77300 Add embedded video for the AST tutorial. by Manuel Klimek · 11 years ago
  96. 4a25a62 Add LeakSanitizer.rst to docs. by Sergey Matveev · 11 years ago
  97. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  98. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  99. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  100. 0332e0a Updating LibASTMatchersReference to include namespaceDecl() by Edwin Vane · 11 years ago