llvm-project/clang/lib
Gabor Horvath 3b008536f3 [analyzer] Fix an assertion fail in CStringSyntaxChecker.
Differential Revision: https://reviews.llvm.org/D29384

llvm-svn: 293874
2017-02-02 08:20:54 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST Fix typo. NFC 2017-02-02 07:53:55 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-decls NFC 2017-01-28 13:41:50 +00:00
Basic Prototype of modules codegen 2017-01-30 05:00:26 +00:00
CodeGen CodeGen: add a LLVM_FALLTHROUGH to a fallthrough (NFC) 2017-02-02 05:45:43 +00:00
Driver [windows] [asan] Add wholearchive flag when including static lib asan. 2017-01-31 18:31:38 +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 incorrect line breaks after forced operator wraps. 2017-02-01 23:27:37 +00:00
Frontend Modules: Simplify CompilerInstance constructor, NFC 2017-02-02 05:09:51 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers Doxygen comments for prfchwintrin.h 2017-02-01 07:37:40 +00:00
Index [index] CMake: add missing reference to clangSerialization library. 2017-01-30 06:48:27 +00:00
Lex Fix modules codegen to be compatible with modules-ts 2017-01-31 21:28:19 +00:00
Parse Fix hole in our enforcement of rule requiring 'typename' prior to a dependent 2017-02-01 21:36:38 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Repoint 'missing typename' diagnostic to the location where 'typename' should be added. 2017-02-01 21:41:18 +00:00
Serialization Fix modules codegen to be compatible with modules-ts 2017-01-31 21:28:19 +00:00
StaticAnalyzer [analyzer] Fix an assertion fail in CStringSyntaxChecker. 2017-02-02 08:20:54 +00:00
Tooling clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
CMakeLists.txt