aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-09-20Clarify that we silently ignore some MS extensions like IDL attributesReid Kleckner
2013-09-20Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel
2013-09-16Add a define for the ObjFW runtime ABI version.Benjamin Kramer
2013-09-14Make __has_extension(c_thread_local) work.Ed Schouten
2013-09-13[analyzer] Fix copy-paste error in internal docs.Jordan Rose
2013-09-11Clarify the status of PowerPC support.Roman Divacky
2013-09-11Support for modular module-map-filesDaniel Jasper
2013-09-11Add -fansi-escape-codes optionNico Rieck
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg
2013-09-09[docs] Prominently note modules are experimental.Sean Silva
2013-09-09[docs] End users should see just "Clang"Sean Silva
2013-09-09[docs] Fix Sphinx toctree warning.Sean Silva
2013-09-09[docs] Fix some finicky Sphinx warnings.Sean Silva
2013-09-09[docs] Typographical and rewording fixes.Sean Silva
2013-09-09Fix constructor-related typos.Benjamin Kramer
2013-09-08Adding cross-compilation instructions to ClangRenato Golin
2013-09-05manual: Fix RST reference to MS extension supportReid Kleckner
2013-09-04A minor fix in the documentation.Alexander Kornienko
2013-09-04Added documentation for clang-format style options.Alexander Kornienko
2013-09-02Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko
2013-09-02Whitespace changes in help messages + updated help output in .rst file.Alexander Kornienko
2013-08-28[doxygen] Add a few missing variables to the doxygen.cfg.in for external sear...Michael Gottesman
2013-08-28[doxygen] Added support for doxygen external search.Michael Gottesman
2013-08-28[doxygen] Added code for generating doxygen documentation for clang for cmake.Michael Gottesman
2013-08-28Remove comment on the availability of boxed expressions. They have been avai...Ted Kremenek
2013-08-27Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen
2013-08-23Add note about following two commands are no longer equivalent.Shuxin Yang
2013-08-23Don't imply -flto with -O4.Rafael Espindola
2013-08-22Update to consumed analysis.DeLesley Hutchins
2013-08-22DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency.Peter Collingbourne