aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.html
AgeCommit message (Expand)Author
2012-12-13docs: More reST conversion.Sean Silva
2012-12-06Add extra truthiness.Richard Smith
2012-12-04Document the existence of -fsanitize=bounds.Richard Smith
2012-11-29This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov
2012-11-27Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz
2012-11-06Updates to user's manual and release notes for -fsanitize= options.Richard Smith
2012-08-25Update the user's manual for some of the new -fcatch-undefined-behavior featu...Richard Smith
2012-07-31Fix some minor typosSylvestre Ledru
2012-07-20Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"Jordan Rose
2012-07-20Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber
2012-07-17Minor cleanups and additions to the users manual. UsersManual.html now valid...Dmitri Gribenko
2012-07-16Don't crash when emitting fixits following Unicode characters.Jordan Rose
2012-07-13Mention -ftls-model in release notes and manual.Hans Wennborg
2012-07-11Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual.Nico Weber
2012-06-27Update documentation with regards to template type diffing.Richard Trieu
2012-06-16Make the analyzer site a single point of reference for infoAnna Zaks
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2012-05-30Clang docs update: list command-line flags that control the size of generated...Alexey Samsonov
2012-05-04remove something that is really old and out of date.Chris Lattner
2012-04-19Fix a broken link. Patch by Nikola Smiljanic.David Blaikie
2012-03-01add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to...Kostya Serebryany
2012-02-22Improve placement of clang crash diagnostics section.Chad Rosier
2012-02-22Add clang crash diagnostic info and associated flags to Clang user manual.Chad Rosier
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-12Fix broken link. I believe this has been broken for at least 7 months.Michael J. Spencer
2012-01-15Fix ALL the markup.Benjamin Kramer
2011-12-19fix a broken linkChris Lattner
2011-12-05we got badgered into supporting multi-alternative constraints.Chris Lattner
2011-11-21Add stub section to the user manual for C++ language features, and documentRichard Smith
2011-11-17docs/UsersManual.html: Remove obsolete mingw issue.NAKAMURA Takumi
2011-10-18Update documentation to use "C++11" instead of "C++0x"David Blaikie
2011-08-30Update mingw-w64 part of the user manual, from Ruben Van Boxem!Douglas Gregor
2011-08-18Add documentation on -Weverything.Ted Kremenek
2011-06-15mention new VLA behavior in gnu* vs c* mode dox.Chris Lattner
2011-06-13Update extensions section of the docs to account for wacky gcc stuff we did e...Eli Friedman
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2011-05-21Introduce the -fdiagnostics-format=xxx option to control how ClangDouglas Gregor
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-08typo fix + expandChris Lattner
2011-04-08Minor format fix.Evan Cheng
2011-04-08Document -ftrap-function= optionEvan Cheng
2011-04-05docs/UsersManual.html: Fix some inconsistent HTML elements.NAKAMURA Takumi
2011-04-05docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations ...NAKAMURA Takumi
2011-04-04docs/UsersManual.html: Add cygming notes.NAKAMURA Takumi
2011-02-18we now support __label__Chris Lattner
2011-01-24fix some typos, patch by Jonathan Wakely!Chris Lattner
2011-01-24fix a broken example, PR9005, patch by Jonathan Wakely!Chris Lattner
2011-01-10NEON vector support for ARM is in pretty good shape now. Update the docs.Bob Wilson
2010-12-14Fix documentation typo, from nobled.Douglas Gregor
2010-10-28make it really clear that vla != flexible arraysChris Lattner