summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* The :option: syntax was generating Sphinx build warnings; switched to double ...Aaron Ballman2018-06-281-3/+2
* Correct the code highlighting marker to be Objective-C rather than C++ which ...Aaron Ballman2018-06-281-1/+1
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-271-0/+7
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-262-3/+33
* ASan docs: no_sanitize("address") works on globals.Evgeniy Stepanov2018-06-211-5/+9
* [docs] -fsanitize=cfi only allowed with -fvisibility=Fangrui Song2018-06-151-1/+1
* clang-format: Fix documentation generationFrancois Ferrand2018-06-141-19/+21
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+12
* docs: Add a missing LTO visibility reference.Peter Collingbourne2018-06-131-4/+5
* docs: Correct some misstatements in the control flow integrity docs.Peter Collingbourne2018-06-131-9/+10
* Add -fforce-emit-vtablesPiotr Padlewski2018-06-133-0/+18
* [AArch64] Support reserving x20 registerPetr Hosek2018-06-121-0/+4
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-13/+37
* [Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier2018-05-191-0/+26
* This patch aims to match the changes introducedAlexander Ivchenko2018-05-181-2/+0
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-161-4/+81
* [diagtool] Add diagtool to install target.Jonas Devlieghere2018-05-163-0/+58
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-7/+45
* [Documentation] Fix Release Notes format issues.Eugene Zelenko2018-05-151-7/+8
* Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky2018-05-131-1/+26
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-3/+3
* Add missing newlines to cl::extrahelp usesStephane Sezer2018-05-082-2/+2
* [ASTMatchers] Overload isConstexpr for ifStmtsGabor Horvath2018-05-081-2/+27
* [clang-format] Add raw string formatting to release notesKrasimir Georgiev2018-05-081-0/+4
* [docs] Fix typos in the Clang User's Manual.Joel Galenson2018-05-071-2/+2
* Non-zero-length bit-fields make a class non-empty.Richard Smith2018-05-071-0/+9
* [X86] directstore and movdir64b intrinsicsGabor Buella2018-05-011-0/+4
* [ShadowCallStack] fix the docsKostya Serebryany2018-05-011-2/+2
* [docs] Fix docs/InternalsManual.rst heading.Fangrui Song2018-04-301-1/+1
* [Driver, CodeGen] rename options to disable an FP cast optimizationSanjay Patel2018-04-302-17/+14
* Regenerated AST Matchers doc.Alexander Kornienko2018-04-301-6/+8
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.Fangrui Song2018-04-301-8/+8
* PR37275 packed attribute should not apply to base classesRichard Smith2018-04-291-0/+6
* [docs] more dashesSanjay Patel2018-04-271-1/+1
* [docs] add -ffp-cast-overflow-workaround to the release notesSanjay Patel2018-04-271-0/+9
* [Driver, CodeGen] add options to enable/disable an FP cast optimizationSanjay Patel2018-04-271-0/+10
* [HWASan] Update HWASan assembly snippet in the docsAlex Shlyapnikov2018-04-241-9/+10
* [Docs] Regenerate command line documentation.Craig Topper2018-04-231-0/+14
* [Sema] Add -Wno-self-assign-overloadedRoman Lebedev2018-04-231-2/+3
* [docs] Regenerate command line referenceJonas Hahnfeld2018-04-201-19/+77
* [CUDA] Document recent changesJonas Hahnfeld2018-04-201-0/+12
* Fix malformed table introduced by r330174Duncan P. N. Exon Smith2018-04-171-2/+2
* Remove GC-related warning terminologyDuncan P. N. Exon Smith2018-04-171-1/+1
* Fix doc typoVlad Tsyrklevich2018-04-121-2/+2
* [x86] wbnoinvd intrinsicGabor Buella2018-04-111-0/+2
* Document -std= values for different languagesDimitry Andric2018-04-111-1/+120
* [CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.Artem Belevich2018-04-101-0/+4
* [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel...Roman Lebedev2018-04-071-0/+6
* Fix typos in clangAlexander Kornienko2018-04-063-3/+3
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+2
OpenPOWER on IntegriCloud