llvm-project/clang/lib
Duncan P. N. Exon Smith 3a7def09fe Lex: Check for 0 buckets on header map construction
Switch to using `isPowerOf2_32()` to check whether the buckets are a
power of two, and as a side benefit reject loading a header map with no
buckets.  This is a follow-up to r261448.

llvm-svn: 261585
2016-02-22 22:24:22 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST pr26544: Bitfield layout with pragma pack and attributes "packed" and 2016-02-19 11:23:28 +00:00
ASTMatchers Fix Visual Studio build after r261574 2016-02-22 22:21:58 +00:00
Analysis Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Basic [VFS] Add 'overlay-relative' field to YAML files 2016-02-22 18:41:09 +00:00
CodeGen [WebAssembly] Lower va_arg in clang. 2016-02-22 19:17:40 +00:00
Driver [WebAssembly] Initial driver support for standard library paths. 2016-02-22 19:26:15 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] Add @return to the supported JSDoc pragmas in Google 2016-02-22 20:24:11 +00:00
Frontend [VFS] Add 'overlay-relative' field to YAML files 2016-02-22 18:41:09 +00:00
FrontendTool Revert r260265, "clang-cl: Support loading plugins on Windows" 2016-02-11 16:33:20 +00:00
Headers [CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256|512} builtin to clang . 2016-02-22 09:42:57 +00:00
Index clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. 2016-02-15 04:29:36 +00:00
Lex Lex: Check for 0 buckets on header map construction 2016-02-22 22:24:22 +00:00
Parse Addressing review comments for r261163. 2016-02-22 04:47:24 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Make Sema::CheckFormatString a static function inside SemaChecking.cpp 2016-02-22 13:00:43 +00:00
Serialization Implement the likely resolution of core issue 253. 2016-02-19 01:52:46 +00:00
StaticAnalyzer [analyzer] Detect duplicate [super dealloc] calls 2016-02-22 17:56:24 +00:00
Tooling Stop using "template" when printing qualtype names 2016-02-16 20:34:27 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00