llvm-project/clang/lib
Mehdi Amini 5bf825b764 Use StringRef in Command::printArg() instead of raw pointer (NFC)
llvm-svn: 283645
2016-10-08 01:38:43 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler 2016-10-06 09:37:15 +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 Revert r283106, "Wdocumentation fix" 2016-10-04 08:32:33 +00:00
Basic [ARM]: Add Cortex-R52 target 2016-10-07 12:08:41 +00:00
CodeGen [CUDA] Do a better job at detecting wrong-side calls. 2016-10-08 01:07:11 +00:00
Driver Use StringRef in Command::printArg() instead of raw pointer (NFC) 2016-10-08 01:38:43 +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 Make DeletedLines local variables in checkEmptyNamespace. 2016-10-05 15:49:01 +00:00
Frontend [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts 2016-10-02 03:31:58 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clang 2016-10-05 12:56:06 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex Use StringRef for MemoryBuffer identifier API (NFC) 2016-10-01 16:38:28 +00:00
Parse [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after '(...)'. 2016-09-30 19:55:55 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [CUDA] Do a better job at detecting wrong-side calls. 2016-10-08 01:07:11 +00:00
Serialization [modules] Be sure to emit local specializations of imported templates, even if 2016-10-06 20:30:51 +00:00
StaticAnalyzer [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Tooling Use llvm::raw_string_ostream instead of std::stringstream (NFC) 2016-10-06 04:26:16 +00:00
CMakeLists.txt