[PATCH] D5767: Template Instantiation Observer + a few other templight-related changes

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 02:32:54 PST 2018


xazax.hun added inline comments.


================
Comment at: lib/Sema/SemaTemplateInstantiate.cpp:646
       }
+    }
+
----------------
Use either `LLVM_FALLTHROUGH;` here or break to avoid compiler warnings.


https://reviews.llvm.org/D5767





More information about the cfe-commits mailing list