llvm-project/clang/lib
Daniel Jasper 85d1f0b610 clang-format: Fix bad multi-variable for-loop formatting.
Before:
  for (int*p, *q; p != q; p = p->next) {

After:
  for (int *p, *q; p != q; p = p->next) {

llvm-svn: 283246
2016-10-04 20:18:25 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl. 2016-10-03 21:26:46 +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 [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts 2016-10-02 03:31:58 +00:00
CodeGen [coroutines] Adding builtins for coroutine intrinsics and backendutil support. 2016-10-03 22:44:48 +00:00
Driver Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-instrument is passed" 2016-10-04 08:54:51 +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: Fix bad multi-variable for-loop formatting. 2016-10-04 20:18:25 +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 [AVX-512] Use native IR for masked 512-bit add/sub/mul/div ps/pd intrinsics when rounding mode isn't used. 2016-10-02 17:43:00 +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 Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot. 2016-10-04 02:19:17 +00:00
Sema [MS] Move hex long long sign compat hack to -fms-compatibility 2016-10-04 15:57:49 +00:00
Serialization Use StringRef for MemoryBuffer identifier API (NFC) 2016-10-01 16:38:28 +00:00
StaticAnalyzer Revert "[analyzer] Improve CloneChecker diagnostics" as its depends on reverted r283092 2016-10-04 02:40:35 +00:00
Tooling Use StringRef in Registry API (NFC) 2016-10-01 15:44:54 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00