summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* PR45350: Handle unsized array CXXConstructExprs in constant evaluationRichard Smith2020-05-181-0/+20
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-061-1/+7
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-192-2/+4
* Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...Hans Wennborg2020-03-182-4/+2
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-172-2/+4
* PR45124: Don't leave behind pending cleanups when declaring implicitRichard Smith2020-03-111-0/+15
* Put microsoft template parameter shadow warning behind separate flag (PR44794)Hans Wennborg2020-02-261-0/+11
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-196-36/+36
* Don't warn about missing declarations for partial template specializationsAaron Puchert2020-02-051-0/+2
* PR44786: Don't assert when profiling <=> expressions.Richard Smith2020-02-041-0/+9
* [Sema] Remove a -Wrange warning from -WallMark de Wever2020-02-031-1/+1
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-1/+1
* [Sema] Avoid Wrange-loop-analysis false positivesMark de Wever2020-01-231-0/+72
* PR42694 Support explicit(bool) in older language modes as an extension.Richard Smith2020-01-171-0/+1
* PR44514: Fix recovery from noexcept with non-convertible expressionsErich Keane2020-01-131-0/+5
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-131-0/+172
* [Sema] Improve -Wrange-loop-analysis warnings.Mark de Wever2020-01-112-0/+93
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2020-01-091-1/+23
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-097-39/+30
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-091-0/+236
* [LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...Gabor Horvath2020-01-071-2/+4
* Adds -Wrange-loop-analysis to -WallMark de Wever2020-01-061-0/+1
* Revert "Adds -Wrange-loop-analysis to -Wall"Mark de Wever2020-01-011-1/+0
* Adds -Wrange-loop-analysis to -WallMark de Wever2020-01-011-0/+1
* Improve Wrange-loop-analyses for rvalue referenceMark de Wever2020-01-011-2/+110
* Adds fixit hints to the -Wrange-loop-analysisMark de Wever2020-01-011-0/+44
* Allow redeclaration of __declspec(uuid)Zachary Henkel2019-12-281-0/+6
* [Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...Bruno Ricci2019-12-221-20/+69
* [Sema] SequenceChecker: Fix handling of operator ||, && and ?:Bruno Ricci2019-12-221-8/+68
* Check whether the destination is a complete type in a static_cast (orRichard Smith2019-12-161-10/+4
* [c++20] P1959R0: Remove support for std::*_equality.Richard Smith2019-12-164-288/+48
* If constant evaluation fails due to an unspecified pointer comparison,Richard Smith2019-12-162-13/+13
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-163-178/+205
* [coroutines][PR41909] Generalize fix from D62550Brian Gesiak2019-12-161-0/+6
* Properly compute whether statement expressions can throw, rather thanRichard Smith2019-12-151-1/+59
* PR44268: Fix crash if __builtin_object_size is applied to a heapRichard Smith2019-12-131-1/+7
* [c++20] Improve phrasing of diagnostic for missing #include <compare>.Richard Smith2019-12-131-1/+15
* [Sema] Improve diagnostic about addr spaces for overload candidatesAnastasia Stulova2019-12-131-4/+4
* Suppress -Wwarn-unused-variables when we don't know the constructorErich Keane2019-12-121-0/+14
* Suppress false-positive -Wuninitialized warnings in the constructor of aRichard Smith2019-12-111-0/+9
* [c++20] Fix incorrect assumptions in checks for comparison category types.Richard Smith2019-12-092-0/+57
* Stop checking whether std::strong_* has ::equivalent members.Richard Smith2019-12-061-3/+3
* Fix crash if a user-defined conversion is applied in the middle of aRichard Smith2019-12-051-0/+5
* Properly convert all declaration non-type template arguments whenRichard Smith2019-12-052-6/+25
* Revert "Properly convert all declaration non-type template arguments when"David L. Jones2019-12-041-3/+4
* Properly convert all declaration non-type template arguments whenRichard Smith2019-12-041-4/+3
* Fix crash-on-invalid-code in lambda constant evaluation.James Y Knight2019-12-041-5/+12
* Reapply "Fix crash on switch conditions of non-integer types in templates"Elizabeth Andrews2019-12-031-1/+2
* Try to reenable -Wdeprecated-copy under -WextraDávid Bolvanský2019-11-271-0/+1
* Partially reland "[Diagnostics] Put "deprecated copy" warnings into -Wdepreca...Dávid Bolvanský2019-11-261-0/+22
OpenPOWER on IntegriCloud