llvm-project/clang-tools-extra/modularize
Mikael Holmen e07376a320 [modularize] Fix compilation warning after r372681
In r372681 lang_cxx_11 and lang_cxx_14 were added to LanguageIDs
but they were not handled in the switch in VisitLinkageSpecDecl in
Modularize.cpp so at clang 8 complained with

/data/repo/master/clang-tools-extra/modularize/Modularize.cpp:583:13: error: enumeration values 'lang_cxx_11' and 'lang_cxx_14' not handled in switch [-Werror,-Wswitch]
    switch (D->getLanguage()) {
            ^
1 error generated.

With this patch we now treat lang_cxx, lang_cxx_11 and lang_cxx_14 the
same way in the switch in VisitLinkageSpecDecl.

llvm-svn: 372714
2019-09-24 09:44:55 +00:00
..
CMakeLists.txt Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
CoverageChecker.cpp Changed FrontendActionFactory::create to return a std::unique_ptr 2019-08-29 16:38:36 +00:00
CoverageChecker.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
Modularize.cpp [modularize] Fix compilation warning after r372681 2019-09-24 09:44:55 +00:00
Modularize.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ModularizeUtilities.cpp [clang-tools-extra] Adopt FileManager's error-returning APIs 2019-08-01 21:32:01 +00:00
ModularizeUtilities.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ModuleAssistant.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
PreprocessorTracker.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
PreprocessorTracker.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00