Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Never mind, I see what the problem is on the Windows build. Attempt a fix | Enrico Granata | 2015-09-04 | 1 | -1/+0 | |
| | | | | llvm-svn: 246876 | |||||
* | Move the C++ data formatters to the C++ language plugin | Enrico Granata | 2015-09-04 | 14 | -3/+2854 | |
| | | | | llvm-svn: 246873 | |||||
* | [cmake] Remove LLVM_NO_RTTI. | Bruce Mitchener | 2015-09-03 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | Summary: This doesn't exist in other LLVM projects any longer and doesn't do anything. Reviewers: chaoren, labath Subscribers: emaste, tberghammer, lldb-commits, danalbert Differential Revision: http://reviews.llvm.org/D12586 llvm-svn: 246749 | |||||
* | Move more functionality from the LanguageRuntimes to the Languages. | Jim Ingham | 2015-09-02 | 2 | -0/+491 | |
| | | | | llvm-svn: 246616 | |||||
* | Use Language::LanguageIsCPlusPlus instead of doing the same switch over language | Enrico Granata | 2015-09-02 | 1 | -10/+3 | |
| | | | | llvm-svn: 246613 | |||||
* | Add a new type of plugin: Language plugin | Enrico Granata | 2015-08-27 | 3 | -0/+139 | |
The Language plugin is menat to answer language-specific questions that are not bound to the existence of a process. Those are still the domain of the LanguageRuntime plugin The Language plugin will, instead, answer questions such as providing language-specific data formatters or expression evaluation At the moment, the interface is hollowed out, and empty do-nothing plugins have been setup for ObjC, C++ and ObjC++ llvm-svn: 246212 |