hanchenye-llvm-project/clang/lib
Richard Smith 73edb6d0cc PR31742: Don't emit a bogus "zero size array" extwarn when initializing a
runtime-sized array from an empty list in an array new.

llvm-svn: 292991
2017-01-24 23:18:28 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST ASTImporter: improve support for C++ templates 2017-01-23 09:30:36 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis PR31631: fix bad CFG (and bogus warnings) when an if-statement has an init-statement and has binary operator as its condition. 2017-01-13 22:16:41 +00:00
Basic Replace use of chdir with llvm::sys::fs::set_current_path 2017-01-24 11:14:29 +00:00
CodeGen IRGen: Factor out function CodeGenAction::loadModule. NFCI. 2017-01-24 19:55:38 +00:00
Driver Forward -bitcode_process_mode to ld64 in marker-only mode 2017-01-24 18:15:21 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: fix fallback style set to "none" not always formatting 2017-01-20 01:22:42 +00:00
Frontend [Frontend] The macro that describes the Objective-C bool type should 2017-01-20 16:48:25 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers Guard __gnuc_va_list typedef. 2017-01-23 19:09:21 +00:00
Index [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
Lex P0426: Make the library implementation of constexpr char_traits a little easier 2017-01-20 00:45:35 +00:00
Parse Revert r292508 given that we intend to remove driver options for cxx modules. 2017-01-20 20:03:00 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema PR31742: Don't emit a bogus "zero size array" extwarn when initializing a 2017-01-24 23:18:28 +00:00
Serialization Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead. 2017-01-24 01:04:30 +00:00
StaticAnalyzer Revert "[analyzer] Fix memory space of static locals seen from nested blocks." 2017-01-24 02:10:59 +00:00
Tooling clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
CMakeLists.txt