summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
Commit message (Expand)AuthorAgeFilesLines
* docs: More reST conversion.Sean Silva2012-12-131-1338/+0
* Add extra truthiness.Richard Smith2012-12-061-1/+1
* Document the existence of -fsanitize=bounds.Richard Smith2012-12-041-2/+5
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-291-0/+16
* Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz2012-11-271-6/+16
* Updates to user's manual and release notes for -fsanitize= options.Richard Smith2012-11-061-29/+61
* Update the user's manual for some of the new -fcatch-undefined-behavior featu...Richard Smith2012-08-251-5/+17
* Fix some minor typosSylvestre Ledru2012-07-311-1/+1
* Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"Jordan Rose2012-07-201-0/+9
* Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber2012-07-201-9/+0
* Minor cleanups and additions to the users manual. UsersManual.html now valid...Dmitri Gribenko2012-07-171-12/+18
* Don't crash when emitting fixits following Unicode characters.Jordan Rose2012-07-161-0/+9
* Mention -ftls-model in release notes and manual.Hans Wennborg2012-07-131-0/+10
* Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual.Nico Weber2012-07-111-0/+12
* Update documentation with regards to template type diffing.Richard Trieu2012-06-271-0/+42
* Make the analyzer site a single point of reference for infoAnna Zaks2012-06-161-30/+5
* Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith2012-06-131-0/+40
* Clang docs update: list command-line flags that control the size of generated...Alexey Samsonov2012-05-301-0/+24
* remove something that is really old and out of date.Chris Lattner2012-05-041-1/+1
* Fix a broken link. Patch by Nikola Smiljanic.David Blaikie2012-04-191-1/+1
* add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to...Kostya Serebryany2012-03-011-0/+8
* Improve placement of clang crash diagnostics section.Chad Rosier2012-02-221-21/+21
* Add clang crash diagnostic info and associated flags to Clang user manual.Chad Rosier2012-02-221-0/+22
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-2/+0
* Fix broken link. I believe this has been broken for at least 7 months.Michael J. Spencer2012-02-121-1/+1
* Fix ALL the markup.Benjamin Kramer2012-01-151-7/+8
* fix a broken linkChris Lattner2011-12-191-1/+1
* we got badgered into supporting multi-alternative constraints.Chris Lattner2011-12-051-4/+0
* Add stub section to the user manual for C++ language features, and documentRichard Smith2011-11-211-1/+25
* docs/UsersManual.html: Remove obsolete mingw issue.NAKAMURA Takumi2011-11-171-1/+1
* Update documentation to use "C++11" instead of "C++0x"David Blaikie2011-10-181-2/+2
* Update mingw-w64 part of the user manual, from Ruben Van Boxem!Douglas Gregor2011-08-301-8/+18
* Add documentation on -Weverything.Ted Kremenek2011-08-181-0/+11
* mention new VLA behavior in gnu* vs c* mode dox.Chris Lattner2011-06-151-0/+4
* Update extensions section of the docs to account for wacky gcc stuff we did e...Eli Friedman2011-06-131-13/+1
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-0/+8
* Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor2011-05-211-0/+23
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* typo fix + expandChris Lattner2011-04-081-2/+2
* Minor format fix.Evan Cheng2011-04-081-2/+2
* Document -ftrap-function= optionEvan Cheng2011-04-081-0/+12
* docs/UsersManual.html: Fix some inconsistent HTML elements.NAKAMURA Takumi2011-04-051-19/+24
* docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations ...NAKAMURA Takumi2011-04-051-1/+8
* docs/UsersManual.html: Add cygming notes.NAKAMURA Takumi2011-04-041-1/+41
* we now support __label__Chris Lattner2011-02-181-4/+0
* fix some typos, patch by Jonathan Wakely!Chris Lattner2011-01-241-8/+8
* fix a broken example, PR9005, patch by Jonathan Wakely!Chris Lattner2011-01-241-17/+14
* NEON vector support for ARM is in pretty good shape now. Update the docs.Bob Wilson2011-01-101-9/+2
* Fix documentation typo, from nobled.Douglas Gregor2010-12-141-1/+1
* make it really clear that vla != flexible arraysChris Lattner2010-10-281-1/+3
OpenPOWER on IntegriCloud