summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
AgeCommit message (Expand)Author
2025-05-14[lldb] Simplify a string comparison (NFC) (#139932)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-03[lldb][NFC] Remove forward declaration for non-existent type clang::Action an...Raphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan