aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-11-30Merging r195983:Sergey Matveev
2013-11-27Merging r195760:Bill Wendling
2013-11-20Update to the 3.4 release numbers.Bill Wendling
2013-11-18Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek
2013-11-18Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-11Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru
2013-11-11Improve the documentation of the optimization flagsSylvestre Ledru
2013-11-11Describe OpenCL C changesErik Schnetter
2013-11-08Fix grammar-o.Bill Wendling
2013-11-07Add the fact that Clang too is planning to start using C++11 (in someChandler Carruth
2013-11-06Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith
2013-10-29ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith
2013-10-27Add trunk revision number on the online HTML docs.Bill Wendling
2013-10-26Document that -fsanitize=function is Linux-only.Peter Collingbourne
2013-10-24Undoing accidental change to docs/LanguageExtensions.rst in my previous Warren Hunt
2013-10-23Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt
2013-10-23More wordsmithing on objc_requires_super documentation.Ted Kremenek
2013-10-23Wordsmith text of objc_requires_super.Ted Kremenek
2013-10-23Fix typo.Ted Kremenek
2013-10-23Provide documentation on attribute((objc_requires_super)).Ted Kremenek
2013-10-23Change title of section to reflect the concept, and not the mechanism.Ted Kremenek
2013-10-21Updated and added to the Consumed documentation.Chris Wailes
2013-10-21Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga
2013-10-20Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne
2013-10-17clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg
2013-10-17tsan: update docsDmitry Vyukov
2013-10-16Add a note about clang now rejecting unknown options.Rafael Espindola
2013-10-15docs: Remove incompatibility with Solaris shellDavid Majnemer
2013-10-15Document the presence of the new Objective-C++ mangling for qualified-id.Ted Kremenek
2013-10-10Add a section about clang-cl to UsersManual.rstHans Wennborg
2013-10-08Suggest people use -Xclang not -cc1 when passing options to the frontend.Richard Smith
2013-10-08Remove documentation of removed -ast-dump-xml flag.Richard Smith
2013-10-03[analyzer] Add new debug helper clang_analyzer_warnIfReached.Jordan Rose
2013-10-01Typo in ARM __attribute__((interrupt)) documentationTim Northover
2013-10-01Implement ARM GNU-style interrupt attributeTim Northover
2013-09-29Add section on VS integration to the ClangFormat documentation.Manuel Klimek
2013-09-27Note that modules are supported for C/Objective-C, and have syntax in ObjC.Douglas Gregor
2013-09-27docs: Document CXXLiteralOperatorName and CXXUsingDirectiveJustin Bogner
2013-09-27docs: Remove note about Identifiers being used for C++ operatorsJustin Bogner
2013-09-27Updated examples of UseTab optionAlexander Kornienko
2013-09-27Updated clang-format style options doc.Alexander Kornienko
2013-09-25clang-format: Option to removing the space before assignment operators.Daniel Jasper
2013-09-24Add -fmodule-map-file option.Daniel Jasper
2013-09-24Module use declarations (II)Daniel Jasper
2013-09-20Update -fmsc-version docs for r190908, which set the default to 1700Reid Kleckner
2013-09-20Fix ReST links I just added to the manualReid Kleckner