hanchenye-llvm-project/clang/lib
Justin Lebar 9a2c0fbaf5 [CUDA] Don't crash when trying to printf a non-scalar object.
Summary:
We can't do the right thing, since there's no right thing to do, but at
least we can not crash the compiler.

Reviewers: majnemer, rnk

Subscribers: cfe-commits, jhen, tra

Differential Revision: http://reviews.llvm.org/D17103

llvm-svn: 260479
2016-02-11 02:00:52 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST Revert r260388 "[MS ABI] Never reference dllimport'd vtables" 2016-02-10 22:18:37 +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 [CUDA] Don't crash when trying to printf a non-scalar object. 2016-02-11 02:00:52 +00:00
Driver Remove unused ToolChain arg from Driver::ConstructPhaseAction and BuildAction. 2016-02-11 02:00:50 +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 Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +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 Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +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