[Lldb-commits] [PATCH] D82770: [lldb] Add support for using variables with C++ keywords names in non-C++ expressions

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 16 07:05:19 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa8350ce79d16: [lldb] Add support for using variables with C++ keywords names in non-C++… (authored by teemperor).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82770/new/

https://reviews.llvm.org/D82770

Files:
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
  lldb/test/API/lang/c/cpp_keyword_identifiers/Makefile
  lldb/test/API/lang/c/cpp_keyword_identifiers/TestCppKeywordsAsCIdentifiers.py
  lldb/test/API/lang/c/cpp_keyword_identifiers/main.c
  lldb/test/API/lang/cpp/keywords_enabled/TestCppKeywordsEnabled.py
  lldb/test/API/lang/cpp/struct_with_keyword_name/Makefile
  lldb/test/API/lang/cpp/struct_with_keyword_name/TestStructWithKeywordName.py
  lldb/test/API/lang/cpp/struct_with_keyword_name/main.c
  lldb/test/API/lang/objc/cpp_keyword_identifiers/Makefile
  lldb/test/API/lang/objc/cpp_keyword_identifiers/TestCppKeywordsAsObjCIdentifiers.py
  lldb/test/API/lang/objc/cpp_keyword_identifiers/main.m
  lldb/test/API/lang/objc/modules/TestObjCModules.py
  lldb/test/API/lang/objcxx/cpp_keywords_enabled/TestObjCppKeywordsEnabled.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82770.305500.patch
Type: text/x-patch
Size: 26672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201116/178fbb50/attachment-0001.bin>


More information about the lldb-commits mailing list