llvm-project/lldb/source/Plugins/ExpressionParser/Clang
Kazu Hirata 768cae4a5a [lldb] Use std::nullopt instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 20:11:39 -08:00
..
ASTResultSynthesizer.cpp Reland "[lldb] Add support for using integral const static data members in the expression evaluator" 2022-07-15 10:52:35 +00:00
ASTResultSynthesizer.h
ASTStructExtractor.cpp
ASTStructExtractor.h
ASTUtils.cpp
ASTUtils.h
CMakeLists.txt [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangASTImporter.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangASTImporter.h [lldb][NFC] Inclusive language: rename m_master in ASTImporterDelegate 2021-11-12 12:04:14 -06:00
ClangASTMetadata.cpp
ClangASTMetadata.h
ClangASTSource.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangASTSource.h Remove redundant return and continue statements (NFC) 2021-12-24 23:17:54 -08:00
ClangDeclVendor.cpp
ClangDeclVendor.h [lldb] Fix modernize-use-override warnings (NFC) 2022-06-17 15:08:02 -07:00
ClangDiagnostic.h
ClangExpressionDeclMap.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangExpressionDeclMap.h [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangExpressionHelper.h
ClangExpressionParser.cpp [lldb] Use std::nullopt instead of None in comments (NFC) 2022-12-04 20:11:39 -08:00
ClangExpressionParser.h Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangExpressionSourceCode.cpp [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangExpressionSourceCode.h [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangExpressionUtil.cpp [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangExpressionUtil.h [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangExpressionVariable.cpp
ClangExpressionVariable.h [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangExternalASTSourceCallbacks.cpp
ClangExternalASTSourceCallbacks.h
ClangFunctionCaller.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
ClangFunctionCaller.h [lldb] Forward-declare ClangExpressionParser (NFC) 2022-01-30 12:32:53 -08:00
ClangHost.cpp [clang] Only use major version in resource dir 2022-11-10 15:02:03 +01:00
ClangHost.h
ClangModulesDeclVendor.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangModulesDeclVendor.h
ClangPersistentVariables.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
ClangPersistentVariables.h Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangUserExpression.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
ClangUserExpression.h [LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas 2022-07-22 08:02:09 +01:00
ClangUtil.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangUtil.h
ClangUtilityFunction.cpp Don't try to create Expressions when the process is running. 2022-11-09 10:07:09 -08:00
ClangUtilityFunction.h
CppModuleConfiguration.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
CppModuleConfiguration.h LLVM_NODISCARD => [[nodiscard]]. NFC 2022-08-09 07:16:34 +00:00
CxxModuleHandler.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
CxxModuleHandler.h
IRDynamicChecks.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
IRDynamicChecks.h [lldb] Fix modernize-use-override warnings (NFC) 2022-06-17 15:08:02 -07:00
IRForTarget.cpp [lldb] Use value_or instead of getValueOr (NFC) 2022-06-19 09:12:01 -07:00
IRForTarget.h
ModuleDependencyCollector.h
NameSearchContext.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
NameSearchContext.h