summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/ClangCommon
AgeCommit message (Expand)Author
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2023-03-14[lldb] Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2020-10-20lldb: Migrate to MemoryBufferRef for createFileID (after 51d1d585e5838ea0f02f...Duncan P. N. Exon Smith
2020-10-19lldb: Update for change in `clang::Lexer`'s constructorDuncan P. N. Exon Smith
2020-03-11Avoid including FileManager.h from SourceManager.hReid Kleckner
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-17[lldb/Plugins] Remove PLUGIN from libraries that aren't really plugins.Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-14[lldb] Fix that trailing backslashes in source lines break the Clang highlighterRaphael Isemann
2019-02-18[Reproducers] Make clang use lldb's VFS.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-08-30Move the column marking functionality to the Highlighter frameworkRaphael Isemann
2018-08-14Remove manual byte counting from Highlighter code.Raphael Isemann
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann