llvm-project/clang/lib
Richard Smith f6766bd246 Check that the initializer of a non-dependent constexpr variable is constant even within templates.
llvm-svn: 306327
2017-06-26 20:33:42 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Revert "[MS] Don't statically initialize dllimport member function pointers" 2017-06-23 22:39:01 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Changed wording in comment 2017-06-21 05:41:39 +00:00
Basic Remove some redundant setup when preprocessing .pcm files. 2017-06-26 20:15:21 +00:00
CodeGen [ubsan] Improve diagnostics for return value checks (clang) 2017-06-23 21:32:38 +00:00
Driver [mips] Enable IAS by default for Android 64-bit MIPS target (N64) 2017-06-26 09:58:01 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Add a SortUsingDeclaration option and enable it by default 2017-06-23 11:46:03 +00:00
Frontend Remove some redundant setup when preprocessing .pcm files. 2017-06-26 20:15:21 +00:00
FrontendTool Add -frewrite-imports flag. 2017-06-09 21:24:02 +00:00
Headers [DOXYGEN] Corrected several typos and incorrect parameters description that Sony's techinical writer found during review. 2017-06-06 22:58:01 +00:00
Index [index] Add the "SpecializationOf" relation to the forward declarations 2017-06-22 11:20:07 +00:00
Lex [preprocessor] Fix assertion hit when 'SingleFileParseMode' option is enabled and #if with an undefined identifier and without #else 2017-06-21 18:52:44 +00:00
Parse [Sema] Fix a crash-on-invalid when a template parameter list has a class 2017-06-26 18:46:12 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema Check that the initializer of a non-dependent constexpr variable is constant even within templates. 2017-06-26 20:33:42 +00:00
Serialization PR33552: Distinguish between declarations that are owned by no module and 2017-06-23 01:04:34 +00:00
StaticAnalyzer [analyzer] Do not continue to analyze a path if the constraints contradict with builtin assume 2017-06-22 10:09:40 +00:00
Tooling Method loadFromCommandLine should be able to report errors 2017-05-24 11:57:37 +00:00
CMakeLists.txt