summaryrefslogtreecommitdiff
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Lex] Warn when defining or undefining any builtin macro"Nico Weber2023-05-171-2/+0
* [clang][modules] Add features for recent C++ versionsJonas Hahnfeld2023-05-172-0/+8
* [Lex] Warn when defining or undefining any builtin macroJohn Brawn2023-05-171-0/+2
* Correct documentation for -fconstexpr-depth=Aaron Ballman2023-05-161-2/+1
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-162-37/+0
* [clang][docs] Fix sphinx botTimm Bäder2023-05-161-1/+1
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-162-0/+38
* [clang][AST] Print name instead of type when diagnosing uninitialized subobje...Takuya Shimizu2023-05-161-1/+3
* Revert "[Clang] Fix parsing of `(auto(x))`."Corentin Jabot2023-05-161-2/+0
* [Clang] Fix parsing of `(auto(x))`.Corentin Jabot2023-05-161-0/+2
* [clang-format] Stop comment disrupting indentation of Verilog portssstwcw2023-05-161-3/+6
* Add C++26 compile flags.Erich Keane2023-05-152-0/+12
* [AIX][clang] Storage Locations for Constant PointersQiongsi Wu2023-05-151-0/+6
* [clang][parser] Fix namespace dropping after malformed declarationsAlejandro Álvarez Ayllón2023-05-151-0/+2
* [Clang][Docs] Fix man page buildAiden Grossman2023-05-131-24/+34
* [clang] Fix typos in documentationKazu Hirata2023-05-128-26/+26
* This patch adds doc for __builtin_flt_rounds and __builtin_set_flt_roundsjinge902023-05-122-1/+65
* Remove outdated sentence in SourceBasedCodeCoverage.rstZequan Wu2023-05-111-3/+2
* [clang] Document extensions from later standardsNikolas Klauser2023-05-111-0/+35
* Fix CRTP partial specialization instantiation crash.Erich Keane2023-05-111-0/+4
* Reland [clang] Make predefined expressions string literals under -fms-extensionsArthur Eubanks2023-05-101-0/+3
* [docs] [C++20] [Modules] Remove the section 'Source content consistency'Chuanqi Xu2023-05-101-103/+0
* [Driver] Add -dumpdir and change -gsplit-dwarf .dwo names for linkingFangrui Song2023-05-091-0/+8
* [Sema] Lambdas are not part of immediate context for deductionIlya Biryukov2023-05-091-0/+3
* [clang] Evaluate non-type default template argument when it is requiredMariya Podchishchaeva2023-05-091-0/+4
* Fix for release notes (follow-up to D149182/a8b0c6fa)David Blaikie2023-05-091-6/+5
* Remove -Wpacked false positive for non-pod types where the layout isn't direc...David Blaikie2023-05-091-0/+6
* [Clang] Correctly handle allocation in template argumentsCorentin Jabot2023-05-081-1/+3
* Revert "[clang] Make predefined expressions string literals under -fms-extens...Arthur Eubanks2023-05-071-3/+0
* [clang] Make predefined expressions string literals under -fms-extensionsArthur Eubanks2023-05-071-0/+3
* Check if First argument in _builtin_assume_aligned_ is of pointer typeRishabh Bali2023-05-051-0/+3
* [NFC][Clang] Remove release note since the patch was backported in timeRoy Jacobson2023-05-051-2/+1
* [Clang] Updating handling of defaulted comparison operators to reflect change...Shafik Yaghmour2023-05-041-0/+6
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-043-8/+10
* [docs] Hide collaboration and include graphs in doxygen docsTimm Bäder2023-05-041-3/+3
* [C2x] Update 'nullptr' implementation based on CD commentsAaron Ballman2023-05-031-0/+19
* Revert "[clang] Reject flexible array member in a union in C++"Mariya Podchishchaeva2023-05-031-1/+0
* [clang] Reject flexible array member in a union in C++Mariya Podchishchaeva2023-05-031-0/+1
* [Clang] Correctly expand pack in binary subscript expression.Corentin Jabot2023-05-021-0/+1
* Call printName to get name of DeclDan McGregor2023-05-021-0/+2
* [clang] Do not attempt to zero-extend _BitInt(1) when not requiredMariya Podchishchaeva2023-05-021-0/+3
* [Clang] Fix a crash when recursively callig a default member initializer.Corentin Jabot2023-05-011-2/+4
* Fix ReleaseNotes.rst unresolved merge conflictAlan Zhao2023-05-011-3/+0
* [clang] Fix overly aggressive lifetime checks for parenthesized aggregate ini...Alan Zhao2023-05-011-0/+6
* [clang] Fix default initializers being ignored when initializing templated ag...Alan Zhao2023-05-011-0/+3
* Remove bug fix release note for a bug that was never released.Richard Smith2023-04-301-4/+1
* [clang-format] Add BracedInitializerIndentWidth optionJon Phillips2023-04-293-4/+46
* [RISCV] Add attribute(riscv_rvv_vector_bits(N)) based on AArch64 arm_sve_vect...Craig Topper2023-04-281-0/+3
* [AArch64] Add preserve_all calling convention.Daniel Kiss2023-04-281-0/+3
* [clang] Diagnose shadowing of lambda's template parameter by a captureMariya Podchishchaeva2023-04-281-0/+2