llvm-project/clang/lib
Artem Belevich d4d9dc8252 [CUDA] Added support for CUDA-8
Differential Revision: https://reviews.llvm.org/D24946

llvm-svn: 282610
2016-09-28 17:47:40 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST [ASTImporter] Implement some expression-related AST node import (part 2) 2016-09-28 10:16:56 +00:00
ASTMatchers Complete support for the cxxCtorInitializer() AST matcher so that it can be used as a top-level matcher. 2016-09-26 17:04:27 +00:00
Analysis [analyzer] Fix CloneDetector crash on calling methods of class templates. 2016-08-23 16:42:00 +00:00
Basic [CUDA] added __nvvm_atom_{sys|cta}_* builtins. 2016-09-28 17:47:35 +00:00
CodeGen [CUDA] added __nvvm_atom_{sys|cta}_* builtins. 2016-09-28 17:47:35 +00:00
Driver [CUDA] Added support for CUDA-8 2016-09-28 17:47:40 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format [clang-format] Don't allow newline after uppercase Obj-C block return types 2016-09-26 22:19:08 +00:00
Frontend Adapt to LLVM EnableStatistics() change. 2016-09-27 19:38:59 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [CUDA] Added support for CUDA-8 2016-09-28 17:47:40 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. 2016-09-07 21:53:17 +00:00
Parse [SemaObjC] Be more strict while parsing type arguments and protocols 2016-09-13 20:04:35 +00:00
Rewrite [analyzer] Fix HTMLRewriter style sheets to support non-webkit browsers. 2016-09-15 16:25:42 +00:00
Sema Revert r282547 and add test to show correct behavior. 2016-09-27 23:44:07 +00:00
Serialization [ASTImporter] Implement some expression-related AST node import (part 2) 2016-09-28 10:16:56 +00:00
StaticAnalyzer [StaticAnalyzer] Fix false positives for vardecls that are technically unreachable but they are needed. 2016-09-28 10:39:53 +00:00
Tooling Trying to buildbot failures caused by r282577. 2016-09-28 12:49:14 +00:00
CMakeLists.txt