summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a pair of bugs relating to properties in ARC.John McCall2012-08-201-0/+9
* Adds the most requested doc for the AST matchers: a referenceManuel Klimek2012-08-201-0/+1899
* Add release notes for type safety attributes.Dmitri Gribenko2012-08-171-0/+19
* [analyzer] Add an internal reference document describing IPA and CallEvent.Jordan Rose2012-08-171-0/+96
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-171-0/+162
* Added description of clang-check -ast-dump* options.Alexander Kornienko2012-08-141-0/+36
* Emphasize that clang-fixit is planned but not yet contributed. I shouldChandler Carruth2012-08-141-2/+2
* Fix some of my terrible spelling.Chandler Carruth2012-08-141-7/+7
* Add initial documentation about the new tools repository and theChandler Carruth2012-08-142-0/+135
* Minor rework of code example for clarity. No functionality changeMarshall Clow2012-08-131-7/+5
* Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel2012-08-051-0/+37
* Fix some minor typosSylvestre Ledru2012-07-311-1/+1
* Fix two typos in the docSylvestre Ledru2012-07-252-2/+2
* Adds a introductionary document to the Clang AST.Manuel Klimek2012-07-251-0/+139
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-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-132-0/+16
* Updates the example to the latest incarnation of clang-check andManuel Klimek2012-07-121-35/+56
* Mention -fms-compatibility and -fdelayed-template-parsing in UsersManual.Nico Weber2012-07-111-0/+12
* How to set up clang tools for llvmAlexander Kornienko2012-07-111-0/+150
* Update the docs with specifics about escaping of compile commands.Manuel Klimek2012-07-101-1/+3
* Jordan points out that this was incorrect: clang should recover fromChris Lattner2012-07-101-2/+1
* Add an explanation of -Wobjc-literal-compare to the "Objective-C Literals" pageJordan Rose2012-07-101-0/+6
* Downgrade the "direct comparison" error for ObjC literals to a warning.Jordan Rose2012-07-091-15/+1
* Links to the python CXCompilationDatabase documentation.Manuel Klimek2012-07-091-2/+3
* Release notes for r158230 "Disallow using ObjC literals in direct comparisons"Jordan Rose2012-07-051-1/+15
* [asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has...Kostya Serebryany2012-07-021-6/+8
OpenPOWER on IntegriCloud