..
ARCMT
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
2018-02-28 07:15:55 +00:00
ASTMerge
[ASTImporter] Added import of CXXStdInitializerListExpr
2018-06-29 12:17:34 +00:00
Analysis
[analyzer] Highlight container object destruction in MallocChecker.
2018-07-07 17:22:45 +00:00
CXX
Per C++ [over.match.copy]p1, direct-initialization of a reference can
2018-07-02 23:25:22 +00:00
CodeCompletion
[CodeComplete] Add a few extra tests for r333538. NFC
2018-06-01 09:49:53 +00:00
CodeGen
[X86] Fix various type mismatches in intrinsic headers and intrinsic tests that cause extra bitcasts to be emitted in the IR.
2018-07-07 17:03:32 +00:00
CodeGenCUDA
[CUDA] Use atexit() to call module destructor.
2018-06-27 18:32:51 +00:00
CodeGenCXX
Fix __builtin_*_overflow when out-param isn't constexpr
2018-07-05 15:52:58 +00:00
CodeGenCoroutines
[Coroutines] Less IR for noexcept await_resume
2018-06-23 18:57:26 +00:00
CodeGenObjC
NFC - Fix typo in test/CodeGenObjC/gnustep2-class.m
2018-07-04 11:26:09 +00:00
CodeGenObjCXX
[CodeGen] Always use MSVC personality for windows-msvc targets
2018-06-08 00:41:01 +00:00
CodeGenOpenCL
[AMDGPU] fixes for lds f32 builtins
2018-05-21 16:18:07 +00:00
Coverage
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
2018-06-08 00:30:00 +00:00
CoverageMapping
[Coverage] Remove a test dependency on the itanium ABI
2018-06-01 17:11:18 +00:00
Driver
[MachineOutliner] Properly pass -moutline along to the toolchain
2018-07-06 22:24:56 +00:00
FixIt
[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin
2018-06-22 21:54:40 +00:00
Format
[clang-format] Fix bug where -dump-config failed on ObjC header
2018-01-29 17:36:43 +00:00
Frontend
[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
2018-06-29 17:08:19 +00:00
Headers
Add a test to verify the x86 intrinsic headers compile cleanly with no warnings or errors.
2018-06-20 01:05:09 +00:00
Import
[ASTImporter] Properly import SourceLocations of Attrs
2018-05-08 12:45:21 +00:00
Index
Revert "Append new attributes to the end of an AttributeList."
2018-06-25 20:06:13 +00:00
Integration
…
Layout
NFC - Fix typo in test/Layout/itanium-pack-and-align.cpp
2018-07-04 11:21:44 +00:00
Lexer
P0096R5, P0941R2: Update to match latest feature test macro specification.
2018-06-14 00:40:20 +00:00
Misc
DR1687: When overload resolution selects a built-in operator, implicit
2018-06-27 20:30:34 +00:00
Modules
PR33924: merge local declarations that have linkage of some kind within
2018-07-04 02:25:38 +00:00
OpenMP
[OPENMP] Fix PR38026: Link -latomic when -fopenmp is used.
2018-07-06 21:13:41 +00:00
PCH
Add PCH tests for R336379
2018-07-05 17:23:15 +00:00
Parser
[Parse] Make -Wgcc-compat complain about for loop inits in C89
2018-06-28 21:36:00 +00:00
Preprocessor
[hmaptool] Turn %hmaptool into a proper substitution
2018-06-22 09:46:40 +00:00
Profile
…
Refactor
…
Rewriter
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
2018-06-08 00:30:00 +00:00
Sema
[Sema] Consider all format_arg attributes.
2018-07-04 01:37:11 +00:00
SemaCUDA
[CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributes
2018-06-12 23:58:59 +00:00
SemaCXX
P0806R2 Implicit capture of this with a capture-default of [=] is
2018-07-07 05:58:48 +00:00
SemaObjC
[Sema] Emit -Wincomplete-implementation for partial methods.
2018-07-07 01:50:20 +00:00
SemaObjCXX
[Sema] Produce diagnostics for attribute 'trivial_abi' that appears
2018-06-19 05:04:44 +00:00
SemaOpenCL
DR1687: When overload resolution selects a built-in operator, implicit
2018-06-27 20:30:34 +00:00
SemaOpenCLCXX
[OpenCL] Support new/delete in Sema
2018-06-14 09:51:54 +00:00
SemaTemplate
Diagnose missing 'template' keywords in contexts where a comma is not a
2018-06-27 01:32:04 +00:00
TableGen
[Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messages.
2018-05-19 03:12:04 +00:00
Templight
[Templight] Template Instantiation Observer
2018-02-10 14:04:45 +00:00
Tooling
Fix test clang-diff-json.cpp
2018-02-10 21:28:55 +00:00
Unit
…
VFS
[Modules][ObjC] Warn on the use of '@import' in framework headers
2018-06-27 20:29:36 +00:00
clang-rename
…
.clang-format
…
CMakeLists.txt
Support for multiarch runtimes layout
2018-06-28 03:11:52 +00:00
TestRunner.sh
…
cxx-sections.data
…
lit.cfg.py
Reinstate quotes around the path to python that I accidentaly removed in r335330
2018-06-22 20:03:32 +00:00
lit.site.cfg.py.in
Remove unused lit setting, see https://reviews.llvm.org/D46619
2018-05-09 12:38:51 +00:00
make_test_dirs.pl
…