summaryrefslogtreecommitdiff
path: root/clang/docs/ReleaseNotes.rst
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-171-0/+2
* [Lex] Warn when defining or undefining any builtin macroJohn Brawn2023-05-171-0/+2
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-161-5/+0
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-161-0/+5
* [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
* Add C++26 compile flags.Erich Keane2023-05-151-0/+4
* [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] Fix typos in documentationKazu Hirata2023-05-121-8/+8
* 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
* [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-041-2/+4
* [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-291-0/+2
* [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
* Fix spacing in ReleaseNotes.rst linkAlan Zhao2023-04-271-1/+1
* [RISCV] Add a release note for the removal of __attribute__((interrupt("user"...Craig Topper2023-04-271-0/+2
* Keep multiple-include optimization for null directivesElliot Goodrich2023-04-271-0/+2
* [clang] Fix a crash with parenthesized aggregate initialization and base classesAlan Zhao2023-04-271-0/+3
* [AArch64][InlineAsm]Add Clang support for flag output constraintsMingming Liu2023-04-271-0/+9
* [NFC] Add tests from my fix for GH62362.Erich Keane2023-04-271-0/+4
* [clang] Do not crash on undefined template partial specializationMariya Podchishchaeva2023-04-271-0/+2
* Fix Clang sphinx botAaron Ballman2023-04-261-2/+4
* Fix the diagnostic about attribute placement for scoped enumerationsipriyanshi17082023-04-261-0/+2