llvm-project/clang/test/CXX/dcl.decl
Aaron Puchert dea31f135c Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value
As Richard Smith pointed out in the review of D90123, both the C and C++
standard call it lvalue and rvalue, so let's stick to the same spelling
in Clang.
2020-11-15 18:05:11 +01:00
..
dcl.decomp PR40674: fix assertion failure if a structured binding declaration has a 2019-08-24 01:23:57 +00:00
dcl.fct.def Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang 2020-02-18 16:16:37 -08:00
dcl.init Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01:00
dcl.meaning [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
dcl.name
p4-0x.cpp Fix TryParsePtrOperatorSeq. 2020-02-24 08:08:47 -05:00