1. ef82254 Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. c27813a Merging r197120: by Bill Wendling · 10 years ago
  5. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  6. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  7. 23782ec Document that -fsanitize=function is Linux-only. by Peter Collingbourne · 11 years ago
  8. 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
  9. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  10. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  11. 0a6cf66 Add a section about clang-cl to UsersManual.rst by Hans Wennborg · 11 years ago
  12. 4cfebf2 Update -fmsc-version docs for r190908, which set the default to 1700 by Reid Kleckner · 11 years ago
  13. dec5f28 Fix ReST links I just added to the manual by Reid Kleckner · 11 years ago
  14. cc6fab9 Clarify that we silently ignore some MS extensions like IDL attributes by Reid Kleckner · 11 years ago
  15. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  16. cd7b0f0 Clarify the status of PowerPC support. by Roman Divacky · 11 years ago
  17. 2956ef4 Add -fansi-escape-codes option by Nico Rieck · 11 years ago
  18. af6f8cc manual: Fix RST reference to MS extension support by Reid Kleckner · 11 years ago
  19. 1ab7778 Fix typo in template diffing docs. by Richard Trieu · 11 years ago
  20. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  21. 05654ff Documentation for sanitizer special case list format and -f(no-)?sanitize-blacklist flag by Alexey Samsonov · 11 years ago
  22. 635c1dc Update users manual to indicate: by Richard Smith · 11 years ago
  23. fb1ff86 [docs] `-fno-sanitize=` is accepted too. by Sean Silva · 11 years ago
  24. 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
  25. a518896 Document Clang's support for #pragma comment(lib/linker) with -fms-extensions by Reid Kleckner · 11 years ago
  26. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  27. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  28. f37b1e2 [ASan] Update docs for -fsanitize=init-order option by Alexey Samsonov · 11 years ago
  29. 695bbea [docs] Add ellipsis. by Sean Silva · 11 years ago
  30. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  31. 8c42a67 [docs] The stat cache has been removed from the PCH, update the docs to remove mentions of it. by Argyrios Kyrtzidis · 11 years ago
  32. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 11 years ago
  33. 727d0d0 Don't mention -fno-diagnostics-print-source-range-info in manual. by Nico Weber · 11 years ago
  34. 583acae Slight rewording of -fsanitize=memory docs. by Evgeniy Stepanov · 11 years ago
  35. cc603e9 User manual chapter on MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  36. 7f5e76b Remove the working that ThreadSanitizer is *experimental*. by Dmitry Vyukov · 11 years ago
  37. 0bd9e72 Documentation: UsersManual.rst: some cleanups after semi-automatic conversion by Dmitri Gribenko · 11 years ago
  38. 97555a1 Documentation: random cleanups. Use monospaced font where appropriate, by Dmitri Gribenko · 11 years ago
  39. 5cc0580 Documentation: convert InternalsManual.html to reST by Dmitri Gribenko · 11 years ago
  40. 2dce7be Point a hyperlink back to where it was before it got reStructured. by Richard Smith · 11 years ago
  41. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 11 years ago
  42. 93ca021 docs: More reST conversion. by Sean Silva · 11 years ago