summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Updates to user's manual and release notes for -fsanitize= options.Richard Smith2012-11-06
* Use -fsanitize= flag in docs for ASan/TSanAlexey Samsonov2012-11-06
* [asan docs] explain why asan exits on the first errorKostya Serebryany2012-10-30
* Remove clang-fixit from tools page as it is currently not planned as aDaniel Jasper2012-10-26
* Update docs about TSan availability in CMake buildAlexey Samsonov2012-10-24
* Fix some wordings in AddressSanitizer docs.Alexey Samsonov2012-10-24
* Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs2012-10-19
* [asan] update asan docs to explain more about linking and to mention full sup...Kostya Serebryany2012-10-19
* PR14004: Fix typo in documentation.Richard Smith2012-10-03
* Update the block specification for some long-settled subleties.John McCall2012-10-03
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-25
* Fix a typo in the PCH internals documentationDouglas Gregor2012-09-21
* Added link to HowToSetupToolingForLLVM.html. Added missing #include to the ex...Alexander Kornienko2012-09-19
* Added an example of an empty case label to avoid confusion.Alexander Kornienko2012-09-17
* Update the PCH internals documentation to cover chained precompiledDouglas Gregor2012-09-16
* Fix copy-paste error in manpage. Should be -stdlib=library.Ted Kremenek2012-09-14
* Revert "Remove clang man page reference to -Oz. It's not an option we want p...Ted Kremenek2012-09-10
* [analyzer] Make the defaults explicit for each of the new config options.Jordan Rose2012-09-10
* Remove clang man page reference to -Oz. It's not an option we want people to...Ted Kremenek2012-09-10
* Adds a first iteration of the basic AST matcher documentation landing page.Manuel Klimek2012-09-07
* Introduces anchors into LibASTMatchersReference.html.Manuel Klimek2012-09-07
* Update AddressSanitizer docsAlexey Samsonov2012-09-06
* Fix a mistake in an HTML example code snippet.Jordan Rose2012-09-06
* New clang-check vim integration scriptAlexander Kornienko2012-09-05
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-31
* Documentation: correct a typo introduced in r162971.Dmitri Gribenko2012-08-31
* Documentation: add missing word "accepts".Dmitri Gribenko2012-08-31
* [analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks2012-08-30
* Fix missing 'clang' in pragma example in ARC doc.Ted Kremenek2012-08-30
* Clarify the point at which ARC destroys ivars vis-à-visJohn McCall2012-08-29
* This is a temporary solution until we have a better way toManuel Klimek2012-08-27
* [analyzer] Don't inline constructors for objects allocated with operator new.Jordan Rose2012-08-27
* [analyzer] Update inlining design notes for r162681.Jordan Rose2012-08-27
* Update reference docs to latest changes.Manuel Klimek2012-08-26
* Stub out a release notes section on -fcatch-undefined-behavior.Richard Smith2012-08-25
* Update the user's manual for some of the new -fcatch-undefined-behavior featu...Richard Smith2012-08-25
* Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko2012-08-24
* [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition.Jordan Rose2012-08-22
* [analyzer] Per feedback, re-structure the docs for ExprInspection checks.Jordan Rose2012-08-22
* [analyzer] IPA document: address Ted's review comments (pathAnna Zaks2012-08-22
* Review, comment, and reformat IPA.txt, including feedback comments.Ted Kremenek2012-08-22
* [analyzer] Document our debug checkers and ExprInspection's "builtins".Jordan Rose2012-08-22
* [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose2012-08-21
* Fix a pair of bugs relating to properties in ARC.John McCall2012-08-20
* Adds the most requested doc for the AST matchers: a referenceManuel Klimek2012-08-20
* Add release notes for type safety attributes.Dmitri Gribenko2012-08-17
* [analyzer] Add an internal reference document describing IPA and CallEvent.Jordan Rose2012-08-17
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-17
* Added description of clang-check -ast-dump* options.Alexander Kornienko2012-08-14
* Emphasize that clang-fixit is planned but not yet contributed. I shouldChandler Carruth2012-08-14