summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Replace underscores with dashes in -mgeneral_regs_only.Amara Emerson2014-01-241-1/+1
* [AArch64] Add -mgeneral_regs_only option.Amara Emerson2014-01-231-0/+7
* Add documentation for -m16 option on X86, fix typoDavid Woodhouse2014-01-231-1/+8
* Update user manual to note that implementation for C++11 and C++1y is complet...Richard Smith2013-12-121-11/+12
* Remove old -fdiagnostics-show-name optionAlp Toker2013-12-091-5/+0
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-1/+6
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-0/+9
* Document that -fsanitize=function is Linux-only.Peter Collingbourne2013-10-261-1/+1
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+11
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-0/+2
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-171-0/+2
* Add a section about clang-cl to UsersManual.rstHans Wennborg2013-10-101-0/+108
* Update -fmsc-version docs for r190908, which set the default to 1700Reid Kleckner2013-09-201-4/+3
* Fix ReST links I just added to the manualReid Kleckner2013-09-201-3/+3
* Clarify that we silently ignore some MS extensions like IDL attributesReid Kleckner2013-09-201-3/+5
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-201-4/+7
* Clarify the status of PowerPC support.Roman Divacky2013-09-111-2/+10
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+5
* manual: Fix RST reference to MS extension supportReid Kleckner2013-09-051-1/+1
* Fix typo in template diffing docs.Richard Trieu2013-08-091-1/+1
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-0/+2
* Documentation for sanitizer special case list format and -f(no-)?sanitize-bla...Alexey Samsonov2013-08-071-0/+9
* Update users manual to indicate:Richard Smith2013-07-191-3/+11
* [docs] `-fno-sanitize=` is accepted too.Sean Silva2013-06-211-1/+1
* Document -fno-sanitize-recover and -fsanitize-undefined-trap-on-error and att...Richard Smith2013-05-291-6/+18
* Document Clang's support for #pragma comment(lib/linker) with -fms-extensionsReid Kleckner2013-05-081-0/+6
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-171-0/+25
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-0/+13
* [ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov2013-03-141-2/+2
* [docs] Add ellipsis.Sean Silva2013-03-111-1/+1
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-0/+5
* [docs] The stat cache has been removed from the PCH, update the docs to remov...Argyrios Kyrtzidis2013-02-141-6/+1
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+8
* Don't mention -fno-diagnostics-print-source-range-info in manual.Nico Weber2013-01-091-6/+5
* Slight rewording of -fsanitize=memory docs.Evgeniy Stepanov2012-12-211-3/+4
* User manual chapter on MemorySanitizer.Evgeniy Stepanov2012-12-211-0/+13
* Remove the working that ThreadSanitizer is *experimental*.Dmitry Vyukov2012-12-211-3/+1
* Documentation: UsersManual.rst: some cleanups after semi-automatic conversionDmitri Gribenko2012-12-191-97/+146
* Documentation: random cleanups. Use monospaced font where appropriate,Dmitri Gribenko2012-12-151-0/+2
* Documentation: convert InternalsManual.html to reSTDmitri Gribenko2012-12-151-3/+2
* Point a hyperlink back to where it was before it got reStructured.Richard Smith2012-12-131-7/+8
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-131-0/+5
* docs: More reST conversion.Sean Silva2012-12-131-0/+1238
OpenPOWER on IntegriCloud