Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cling] Add deprecation warning for declarations without
auto
(root…
…-project#14645) * [cling] Add deprecation warning for declarations without `auto` Declarations without the auto keyword are not part of standard C++. Even though it is a nice feature to have, it requires a patch on top of clang and is one of the hurdles preventing us from using the upstream clang. Implicit auto injection is currently only supported at the prompt (and only in the top-most function-level scope). So it should ideally not break other features. There are a few GitHub and JIRA issues related to this feature that can also be closed if we completely remove it. * Set severity for diag::warn_deprecated_message manually
- Loading branch information