llvm-project/clang/lib
Reid Kleckner d16cebef5d Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch
llvm-svn: 260411
2016-02-10 19:09:15 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST [MS ABI] Never reference dllimport'd vtables 2016-02-10 17:40:47 +00:00
ASTMatchers Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious 2016-02-09 20:59:05 +00:00
Analysis [analyzer] Invalidate destination of std::copy() and std::copy_backward(). 2016-02-07 16:55:44 +00:00
Basic Reapply the patch of r260376. 2016-02-10 12:56:10 +00:00
CodeGen Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 2016-02-10 19:09:15 +00:00
Driver Driver: adjust linker invocation for GNUTools 2016-02-07 06:03:38 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: Fix weird alignment when not aligning after brackets. 2016-02-08 09:52:54 +00:00
Frontend [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer. 2016-02-09 19:07:16 +00:00
FrontendTool clang-cl: Support loading plugins on Windows 2016-02-09 19:43:11 +00:00
Headers This patch adds doxygen comments for all the intrinsincs in the header file f16cintrin.h. The doxygen comments are automatically generated based on Sony's intrinsics document. 2016-02-10 00:12:24 +00:00
Index Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex PR26349: correctly check whether a digit sequence is empty in the presence of digit separators. 2016-02-09 22:34:35 +00:00
Parse Simplify EnterTokenStream API to make it more robust for memory management 2016-02-09 18:52:09 +00:00
Rewrite Simplify EnterTokenStream API to make it more robust for memory management 2016-02-09 18:52:09 +00:00
Sema Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 2016-02-10 19:09:15 +00:00
Serialization [OPENMP 4.5] Ccapture/codegen of private non-static data members. 2016-02-08 09:29:13 +00:00
StaticAnalyzer [analyzer] Avoid crash when attempting to evaluate binary operation on LazyCompoundVal. 2016-02-08 00:28:24 +00:00
Tooling Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 2016-02-10 19:09:15 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00