summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: Initial Sphinx setup for Clang.Sean Silva2012-12-124-0/+614
* AST matcher tutorial (Part I)Daniel Jasper2012-12-071-0/+533
* Add extra truthiness.Richard Smith2012-12-061-1/+1
* Update matcher documentation with script.Daniel Jasper2012-12-041-154/+449
* 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-062-31/+66
* Use -fsanitize= flag in docs for ASan/TSanAlexey Samsonov2012-11-062-7/+7
* [asan docs] explain why asan exits on the first errorKostya Serebryany2012-10-301-0/+7
* Remove clang-fixit from tools page as it is currently not planned as aDaniel Jasper2012-10-261-13/+5
* Update docs about TSan availability in CMake buildAlexey Samsonov2012-10-241-4/+5
* Fix some wordings in AddressSanitizer docs.Alexey Samsonov2012-10-241-8/+9
* Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs2012-10-191-1/+3
* [asan] update asan docs to explain more about linking and to mention full sup...Kostya Serebryany2012-10-191-2/+15
* PR14004: Fix typo in documentation.Richard Smith2012-10-031-1/+1
* Update the block specification for some long-settled subleties.John McCall2012-10-031-9/+15
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+1
* Fix a typo in the PCH internals documentationDouglas Gregor2012-09-211-1/+1
* Added link to HowToSetupToolingForLLVM.html. Added missing #include to the ex...Alexander Kornienko2012-09-191-0/+3
* Added an example of an empty case label to avoid confusion.Alexander Kornienko2012-09-171-1/+2
* Update the PCH internals documentation to cover chained precompiledDouglas Gregor2012-09-161-97/+223
* Fix copy-paste error in manpage. Should be -stdlib=library.Ted Kremenek2012-09-141-1/+1
* Revert "Remove clang man page reference to -Oz. It's not an option we want p...Ted Kremenek2012-09-101-3/+4
* [analyzer] Make the defaults explicit for each of the new config options.Jordan Rose2012-09-101-4/+39
* Remove clang man page reference to -Oz. It's not an option we want people to...Ted Kremenek2012-09-101-4/+3
* Adds a first iteration of the basic AST matcher documentation landing page.Manuel Klimek2012-09-071-0/+130
* Introduces anchors into LibASTMatchersReference.html.Manuel Klimek2012-09-072-159/+184
* Update AddressSanitizer docsAlexey Samsonov2012-09-061-5/+3
* Fix a mistake in an HTML example code snippet.Jordan Rose2012-09-061-1/+1
* New clang-check vim integration scriptAlexander Kornienko2012-09-051-4/+30
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-0/+20
* Documentation: correct a typo introduced in r162971.Dmitri Gribenko2012-08-311-1/+1
* Documentation: add missing word "accepts".Dmitri Gribenko2012-08-311-2/+2
* [analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks2012-08-301-1/+1
* Fix missing 'clang' in pragma example in ARC doc.Ted Kremenek2012-08-301-2/+2
* Clarify the point at which ARC destroys ivars vis-à-visJohn McCall2012-08-291-0/+30
* This is a temporary solution until we have a better way toManuel Klimek2012-08-271-0/+264
* [analyzer] Don't inline constructors for objects allocated with operator new.Jordan Rose2012-08-271-1/+2
* [analyzer] Update inlining design notes for r162681.Jordan Rose2012-08-271-5/+7
* Update reference docs to latest changes.Manuel Klimek2012-08-261-163/+177
* Stub out a release notes section on -fcatch-undefined-behavior.Richard Smith2012-08-251-0/+7
* Update the user's manual for some of the new -fcatch-undefined-behavior featu...Richard Smith2012-08-251-5/+17
* Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko2012-08-241-72/+52
* [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition.Jordan Rose2012-08-221-63/+65
* [analyzer] Per feedback, re-structure the docs for ExprInspection checks.Jordan Rose2012-08-221-30/+51
* [analyzer] IPA document: address Ted's review comments (pathAnna Zaks2012-08-221-27/+19
* Review, comment, and reformat IPA.txt, including feedback comments.Ted Kremenek2012-08-221-53/+259
* [analyzer] Document our debug checkers and ExprInspection's "builtins".Jordan Rose2012-08-221-0/+68
* [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose2012-08-211-3/+4