llvm-project/lldb/source
Benjamin Kramer 0d97c225cd Fix -Wswitch warning after r330790.
source/Symbol/ClangASTContext.cpp:391:13: error: enumeration value 'HIP' not handled in switch [-Werror,-Wswitch]
    switch (IK.getLanguage()) {

llvm-svn: 330823
2018-04-25 13:22:47 +00:00
..
API Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Breakpoint Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Commands Improve LLDB's handling of non-local minidumps 2018-04-18 23:10:46 +00:00
Core Improve LLDB's handling of non-local minidumps 2018-04-18 23:10:46 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression Move the codebase to use: DWARFCompileUnit -> DWARFUnit 2018-03-18 20:11:02 +00:00
Host Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Plugins FreeBSD: propagate error to user if memory access fails 2018-04-21 11:23:56 +00:00
Symbol Fix -Wswitch warning after r330790. 2018-04-25 13:22:47 +00:00
Target Change PlatformPosix::DoLoadImage to use a UtilityFunction. 2018-04-17 20:44:47 +00:00
Utility Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00