llvm-project/lldb/source
Enrico Granata 578c8a7841 Use Language::LanguageIsCPlusPlus instead of doing the same switch over language
llvm-svn: 246613
2015-09-02 01:28:24 +00:00
..
API Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
Breakpoint Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Commands Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
Core Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
DataFormatters Move the functions that FormatManager uses to actually load formatters into their own file 2015-09-02 01:21:31 +00:00
Expression When looking up types, find the first type we can import rather than just taking 2015-09-01 18:00:35 +00:00
Host Simplify find_first_of & find_last_of on single char. 2015-09-01 23:57:17 +00:00
Initialization Reorg code to allow Windows Process Plugins to share some common code. 2015-08-24 16:00:51 +00:00
Interpreter Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
Plugins Use Language::LanguageIsCPlusPlus instead of doing the same switch over language 2015-09-02 01:28:24 +00:00
Symbol Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
Target Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. 2015-09-02 01:06:46 +00:00
Utility Simplify find_first_of & find_last_of on single char. 2015-09-01 23:57:17 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00