Devajith

Results 9 issues of Devajith

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...

Follows the changes introduced in https://reviews.llvm.org/D136030 to be more compatible with std::string and std::string_view. # This Pull request: ## Changes or fixes: ## Checklist: - [x] tested changes locally -...

Upstream moved away from manually declaring `*def` and `*inc` files. These are now auto-generated with tablegen. This patch does the same for cling, making it easier to rebase and maintain....

# This Pull request: Makes non-breaking changes to the existing code to make cling similar to upstream clang-repl. The idea is to make more changes in a similar fashion and...

# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes https://github.com/root-project/root/issues/8367

# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes https://github.com/root-project/root/issues/15407

# This Pull request: Draft PR for LLVM 18 rebase to check for issues. 9 tests fail on my system. ### Rebase A few relevant LLVM commits that were referenced...

in:Cling
clean build

Regression test for a potential future issue after LLVM18 upgrade. Corresponding PR: https://github.com/wlav/CPyCppyy/pull/29

While working on an update to LLVM 18 for Cling, I found an issue with the following code snippet: ```python import cppyy cppyy.cppdef("""\ enum { kSingleKey = 1, kOverwrite =...