aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2023-02-06 13:54:32 +0000
committerMichael Buch <michaelbuch12@gmail.com>2023-02-10 01:33:52 +0000
commit1ba6ec0ba906472661506ef7bd2f0bf4efe4657e (patch)
tree797943bea40eaf59f1db47d2cbb1187315983992 /clang/lib/Lex/Preprocessor.cpp
parentccee9b7839a182fc692a65f563abf76f81dd436c (diff)
downloadllvm-1ba6ec0ba906472661506ef7bd2f0bf4efe4657e.zip
llvm-1ba6ec0ba906472661506ef7bd2f0bf4efe4657e.tar.gz
llvm-1ba6ec0ba906472661506ef7bd2f0bf4efe4657e.tar.bz2
[lldb][DWARFASTParserClang] Correctly resolve imported namespaces during expression evaluation
**Summary** This patch makes the expression evaluator understand namespace aliases. This will become important once `std::ranges` become more widespread since `std::views` is defined as: ``` namespace std { namespace ranges::views {} namespace views = ranges::views; } ``` **Testing** * Added API test Differential Revision: https://reviews.llvm.org/D143398
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions