summaryrefslogtreecommitdiff
path: root/docs/UsersManual.rst
Commit message (Expand)AuthorAge
* Merging r197120:Bill Wendling2013-12-12
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-06
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-29
* Document that -fsanitize=function is Linux-only.Peter Collingbourne2013-10-26
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-21
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-20
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-17
* Add a section about clang-cl to UsersManual.rstHans Wennborg2013-10-10
* Update -fmsc-version docs for r190908, which set the default to 1700Reid Kleckner2013-09-20
* Fix ReST links I just added to the manualReid Kleckner2013-09-20
* Clarify that we silently ignore some MS extensions like IDL attributesReid Kleckner2013-09-20
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-20
* Clarify the status of PowerPC support.Roman Divacky2013-09-11
* Add -fansi-escape-codes optionNico Rieck2013-09-11
* manual: Fix RST reference to MS extension supportReid Kleckner2013-09-05
* Fix typo in template diffing docs.Richard Trieu2013-08-09
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-07
* Documentation for sanitizer special case list format and -f(no-)?sanitize-bla...Alexey Samsonov2013-08-07
* Update users manual to indicate:Richard Smith2013-07-19
* [docs] `-fno-sanitize=` is accepted too.Sean Silva2013-06-21
* Document -fno-sanitize-recover and -fsanitize-undefined-trap-on-error and att...Richard Smith2013-05-29
* Document Clang's support for #pragma comment(lib/linker) with -fms-extensionsReid Kleckner2013-05-08
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-17
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-10
* [ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov2013-03-14
* [docs] Add ellipsis.Sean Silva2013-03-11
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-22
* [docs] The stat cache has been removed from the PCH, update the docs to remov...Argyrios Kyrtzidis2013-02-14
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-29
* Don't mention -fno-diagnostics-print-source-range-info in manual.Nico Weber2013-01-09
* Slight rewording of -fsanitize=memory docs.Evgeniy Stepanov2012-12-21
* User manual chapter on MemorySanitizer.Evgeniy Stepanov2012-12-21
* Remove the working that ThreadSanitizer is *experimental*.Dmitry Vyukov2012-12-21
* Documentation: UsersManual.rst: some cleanups after semi-automatic conversionDmitri Gribenko2012-12-19
* Documentation: random cleanups. Use monospaced font where appropriate,Dmitri Gribenko2012-12-15
* Documentation: convert InternalsManual.html to reSTDmitri Gribenko2012-12-15
* Point a hyperlink back to where it was before it got reStructured.Richard Smith2012-12-13
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-13
* docs: More reST conversion.Sean Silva2012-12-13