summaryrefslogtreecommitdiff
path: root/clang/test/Sema/invalid-bitwidth-expr.mm
AgeCommit message (Expand)Author
2021-12-06Introduce _BitInt, deprecate _ExtIntAaron Ballman
2021-01-19Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith
2021-01-18DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith
2020-12-22Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, ...Arthur Eubanks
2020-12-17DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith
2020-07-06[clang] Fix the incorrect dependence bits for DependentExtIntType.Haojian Wu
2020-06-30[AST][RecoveryExpr] Add error-bit to NestNameSpecifierDependence and Template...Haojian Wu
2020-05-29[AST][RecoveryExpr] Make DeduceAutoType fail if the auto is deduced from reco...Haojian Wu
2020-03-30[AST] Fix a crash on invalid bitwidth exprs when preserving the recoveryexprs.Haojian Wu