1. a87219b Describe OpenCL C changes by Erik Schnetter · 11 years ago
  2. 3a306f9 Fix grammar-o. by Bill Wendling · 11 years ago
  3. fe1088d Add the fact that Clang too is planning to start using C++11 (in some by Chandler Carruth · 11 years ago
  4. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  5. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  6. 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
  7. 5f3d6a5 Add trunk revision number on the online HTML docs. by Bill Wendling · 11 years ago
  8. 23782ec Document that -fsanitize=function is Linux-only. by Peter Collingbourne · 11 years ago
  9. 4a589c7 Undoing accidental change to docs/LanguageExtensions.rst in my previous patch. by Warren Hunt · 11 years ago
  10. 7967c95 Implements 64 bit microsoft record layout and adds lit tests to cover by Warren Hunt · 11 years ago
  11. 965a48a More wordsmithing on objc_requires_super documentation. by Ted Kremenek · 11 years ago
  12. 4e973b9 Wordsmith text of objc_requires_super. by Ted Kremenek · 11 years ago
  13. 9d12eaa Fix typo. by Ted Kremenek · 11 years ago
  14. cbf7169 Provide documentation on attribute((objc_requires_super)). by Ted Kremenek · 11 years ago
  15. 3f6e9b0 Change title of section to reflect the concept, and not the mechanism. by Ted Kremenek · 11 years ago
  16. 35f51bb Updated and added to the Consumed documentation. by Chris Wailes · 11 years ago
  17. 1db2e27 Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. by Silviu Baranga · 11 years ago
  18. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  19. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  20. 39dc016 tsan: update docs update docs for no_sanitize_thread attribute and blacklist by Dmitry Vyukov · 11 years ago
  21. 3dd4dd6 Add a note about clang now rejecting unknown options. by Rafael Espindola · 11 years ago
  22. dd1dad9 docs: Remove incompatibility with Solaris shell by David Majnemer · 11 years ago
  23. 67ffcaa Document the presence of the new Objective-C++ mangling for qualified-id. by Ted Kremenek · 11 years ago
  24. 0a6cf66 Add a section about clang-cl to UsersManual.rst by Hans Wennborg · 11 years ago
  25. 2e0b0cf Suggest people use -Xclang not -cc1 when passing options to the frontend. by Richard Smith · 11 years ago
  26. 28d9077 Remove documentation of removed -ast-dump-xml flag. by Richard Smith · 11 years ago
  27. d000b85 [analyzer] Add new debug helper clang_analyzer_warnIfReached. by Jordan Rose · 11 years ago
  28. 236b94c Typo in ARM __attribute__((interrupt)) documentation by Tim Northover · 11 years ago
  29. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  30. 7454cdc Add section on VS integration to the ClangFormat documentation. by Manuel Klimek · 11 years ago
  31. 86e0468 Note that modules are supported for C/Objective-C, and have syntax in ObjC. by Douglas Gregor · 11 years ago
  32. 89eb0d6 docs: Document CXXLiteralOperatorName and CXXUsingDirective by Justin Bogner · 11 years ago
  33. 4e60b9c docs: Remove note about Identifiers being used for C++ operators by Justin Bogner · 11 years ago
  34. 62a5565 Updated examples of UseTab option by Alexander Kornienko · 11 years ago
  35. f6a6882 Updated clang-format style options doc. by Alexander Kornienko · 11 years ago
  36. 9b4de85 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 11 years ago
  37. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  38. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  39. 4cfebf2 Update -fmsc-version docs for r190908, which set the default to 1700 by Reid Kleckner · 11 years ago
  40. dec5f28 Fix ReST links I just added to the manual by Reid Kleckner · 11 years ago
  41. cc6fab9 Clarify that we silently ignore some MS extensions like IDL attributes by Reid Kleckner · 11 years ago
  42. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  43. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  44. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  45. fa7d53f Make __has_extension(c_thread_local) work. by Ed Schouten · 11 years ago
  46. c9aed76 [analyzer] Fix copy-paste error in internal docs. by Jordan Rose · 11 years ago
  47. cd7b0f0 Clarify the status of PowerPC support. by Roman Divacky · 11 years ago
  48. 5f0a352 Support for modular module-map-files by Daniel Jasper · 11 years ago
  49. 2956ef4 Add -fansi-escape-codes option by Nico Rieck · 11 years ago
  50. 9a7a50e Allow _clang-format as alternative to .clang-format config filename by Hans Wennborg · 11 years ago
  51. 9522ae1 [docs] Prominently note modules are experimental. by Sean Silva · 11 years ago
  52. 5e2ce20 [docs] End users should see just "Clang" by Sean Silva · 11 years ago
  53. fb92aa1 [docs] Fix Sphinx toctree warning. by Sean Silva · 11 years ago
  54. 74106d3 [docs] Fix some finicky Sphinx warnings. by Sean Silva · 11 years ago
  55. 055d438 [docs] Typographical and rewording fixes. by Sean Silva · 11 years ago
  56. e575359 Fix constructor-related typos. by Benjamin Kramer · 11 years ago
  57. f54e02f Adding cross-compilation instructions to Clang by Renato Golin · 11 years ago
  58. af6f8cc manual: Fix RST reference to MS extension support by Reid Kleckner · 11 years ago
  59. c4f73e0 A minor fix in the documentation. by Alexander Kornienko · 11 years ago
  60. 62d06b7 Added documentation for clang-format style options. by Alexander Kornienko · 11 years ago
  61. 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 11 years ago
  62. 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 11 years ago
  63. 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
  64. 855baa6 [doxygen] Added support for doxygen external search. by Michael Gottesman · 11 years ago
  65. 1ab6c6c [doxygen] Added code for generating doxygen documentation for clang for cmake. by Michael Gottesman · 11 years ago
  66. 6fed8a4 Remove comment on the availability of boxed expressions. They have been available for a while. by Ted Kremenek · 11 years ago
  67. d36e463 Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 11 years ago
  68. 8b49854 Add note about following two commands are no longer equivalent. by Shuxin Yang · 11 years ago
  69. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  70. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  71. c32cfbc DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency. by Peter Collingbourne · 11 years ago
  72. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  73. fa203cf Update sanitizer attribute documentation to match behaviour change in r187967. by Evgeniy Stepanov · 11 years ago
  74. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  75. 1ab7778 Fix typo in template diffing docs. by Richard Trieu · 11 years ago
  76. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  77. 05654ff Documentation for sanitizer special case list format and -f(no-)?sanitize-blacklist flag by Alexey Samsonov · 11 years ago
  78. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  79. 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
  80. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  81. 2c4b2e4 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 11 years ago
  82. 3c3a522 Rename feature test for lambda init-captures from cxx_generalized_capture to by Richard Smith · 11 years ago
  83. a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
  84. 532870f Update docs. by Manuel Klimek · 11 years ago
  85. 6540052 Fix bug in computing POD-for-layout. by Eli Friedman · 11 years ago
  86. 635c1dc Update users manual to indicate: by Richard Smith · 11 years ago
  87. e6a0f09 Revert r186672 - turns out ASan supports Mac OS 10.6 yet. by Alexey Samsonov · 11 years ago
  88. 829fbc5 [ASan] Reflect the dropped Mac OS 10.6 support in docs by Alexey Samsonov · 11 years ago
  89. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  90. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  91. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  92. 151a8a8 Fix some grammar errors. by Richard Smith · 11 years ago
  93. 9e0a65e Fix documentation: by Richard Smith · 11 years ago
  94. 9f7ba9b [analyzer] Add a debug checker that prints Exploded Graph by Anna Zaks · 11 years ago
  95. fb1ff86 [docs] `-fno-sanitize=` is accepted too. by Sean Silva · 11 years ago
  96. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  97. 8c5f948 Improve documentation for AST matchers. by Manuel Klimek · 11 years ago
  98. 6ba6726 [docs] Add link to presentation slides. by Sean Silva · 11 years ago
  99. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  100. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago