llvm-project/clang/lib
Justin Lebar d9bc485cfe [CUDA] Fix "control reaches end of non-void function" warnings in Cuda.cpp.
Some compilers are too dumb to realize that the switch statement covers
all cases.

(Don't use a "default" label, because we explicitly want to get a warning
if our switch doesn't cover all the cases.)

llvm-svn: 274713
2016-07-07 01:06:59 +00:00
..
ARCMigrate Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
AST [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
ASTMatchers Add AST matchers for handling bit-fields and narrowing based on their width. 2016-07-06 18:25:16 +00:00
Analysis Use more ArrayRefs 2016-06-24 04:05:48 +00:00
Basic [CUDA] Fix "control reaches end of non-void function" warnings in Cuda.cpp. 2016-07-07 01:06:59 +00:00
CodeGen Revert "Retry "Include debug info for nested structs and classes"" 2016-07-06 23:28:34 +00:00
Driver [CUDA] Add missing namespace qualification on CudaArch in Action.cpp. 2016-07-06 21:45:44 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] Fix build breakage. 2016-06-24 17:45:13 +00:00
Frontend Use arrays or initializer lists to feed ArrayRefs instead of SmallVector where possible. 2016-07-02 11:41:41 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers NVPTX: Rename __builtin_ptx_shfl -> __nvvm_shfl 2016-07-06 19:52:32 +00:00
Index Use more ArrayRefs 2016-06-24 04:05:48 +00:00
Lex [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dionne. 2016-07-01 01:24:09 +00:00
Parse [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Ensuring the bit-fields have the same type; MSVC will place the fields in different allocation units otherwise. 2016-07-06 18:33:01 +00:00
Serialization [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
StaticAnalyzer [analyzer] Suppress false positives in std::shared_ptr 2016-07-06 21:52:55 +00:00
Tooling [Tooling] Add optional argument to getFullyQualifiedName to prepend "::". 2016-06-29 22:38:59 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00