.. |
ARCMT
|
clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).
|
2017-04-28 05:02:52 +00:00 |
ASTMerge
|
Revert r299355 "[ASTImporter] Fix for importing unnamed structs"
|
2017-04-03 21:06:45 +00:00 |
Analysis
|
[analyzer] Don't add arrow to the inlined function's decl when it has no body.
|
2017-06-05 13:36:28 +00:00 |
CXX
|
Do not inherit default arguments for friend function in class template.
|
2017-06-08 06:31:19 +00:00 |
CodeCompletion
|
[CodeCompletion] Provide member completions for dependent expressions whose
|
2017-05-11 13:48:57 +00:00 |
CodeGen
|
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
|
2017-06-09 13:40:18 +00:00 |
CodeGenCUDA
|
CodeGenModule: Always output wchar_size, check LLVM assumptions.
|
2017-05-20 01:29:55 +00:00 |
CodeGenCXX
|
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
|
2017-06-09 13:40:18 +00:00 |
CodeGenCoroutines
|
[coroutines] Fix rebuilding of dependent coroutine parameters
|
2017-06-03 00:22:18 +00:00 |
CodeGenObjC
|
tests: silence -Wobjc-root-class warnings
|
2017-06-03 16:18:13 +00:00 |
CodeGenObjCXX
|
Mangle __unaligned in Itanium ABI
|
2017-06-02 07:14:34 +00:00 |
CodeGenOpenCL
|
[OpenCL] spir_kern by defaul: fix old test cases
|
2017-06-01 08:19:43 +00:00 |
Coverage
|
Handle StaticAssertDecl in DeclContextPrinter
|
2017-01-03 12:16:02 +00:00 |
CoverageMapping
|
[Coverage] Avoid null deref in skipRegionMappingForDecl (fixes PR32761)
|
2017-04-24 20:52:04 +00:00 |
Driver
|
Revert of r305066 "Reapply Frontend support for Nios2 target"
|
2017-06-09 12:09:29 +00:00 |
FixIt
|
[clang] Fix format specifiers fixits
|
2017-06-08 21:44:45 +00:00 |
Format
|
[clang-format] Replace IncompleteFormat by a struct with Line
|
2017-04-21 14:35:20 +00:00 |
Frontend
|
PR32848: There isn't necessarily a FileChanged or FileSkipped for every InclusionDirective callback.
|
2017-06-02 01:05:44 +00:00 |
Headers
|
support operator keywords used in Windows SDK
|
2017-06-09 16:29:35 +00:00 |
Import
|
[ASTImporter] Improve handling of incomplete types
|
2017-05-13 00:46:33 +00:00 |
Index
|
[libclang] Merge multiple availability clauses when getting the platform's
|
2017-06-09 21:29:45 +00:00 |
Integration
|
Tie the macOS tests in test/Integration to the latest macOS SDK
|
2017-06-02 11:26:35 +00:00 |
Layout
|
Print nested name specifiers for typedefs and type aliases
|
2017-03-10 15:04:58 +00:00 |
Lexer
|
Allow for unfinished #if blocks in preambles
|
2017-05-30 11:54:55 +00:00 |
Misc
|
ASTPrinter: Objective-C method declarations don't need a space after
|
2017-06-02 15:02:59 +00:00 |
Modules
|
Add -frewrite-imports flag.
|
2017-06-09 21:24:02 +00:00 |
OpenMP
|
[OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.
|
2017-05-30 16:00:04 +00:00 |
PCH
|
Don't mark a member as a member specialization until we know we're keeping the specialization.
|
2017-05-09 23:02:10 +00:00 |
Parser
|
Revert MSVC CXXOperatorNames patch due to issues with Chromium
|
2017-05-25 16:24:49 +00:00 |
Preprocessor
|
Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmt
|
2017-06-07 23:51:52 +00:00 |
Profile
|
[Profile] Add off-by-default -Wprofile-instr-missing warning
|
2017-04-27 17:30:58 +00:00 |
Rewriter
|
[test] Port clang tests to canonicalized booleans
|
2017-01-25 13:11:45 +00:00 |
Sema
|
Bringt back -triple so the test passes on non-x86.
|
2017-06-09 19:47:36 +00:00 |
SemaCUDA
|
[CUDA] Let NVPTX inherit the host's calling conventions.
|
2017-01-05 16:53:38 +00:00 |
SemaCXX
|
Weaken restriction in r304862 to allow implicit deduction guides to reference
|
2017-06-08 01:08:50 +00:00 |
SemaObjC
|
[Sema][ObjC] Don't emit availability diags for category @implementations
|
2017-05-31 15:45:57 +00:00 |
SemaObjCXX
|
Fix errored return value in CheckFunctionReturnType and add a fixit hint
|
2017-05-10 20:03:16 +00:00 |
SemaOpenCL
|
[OpenCL] Harden function pointer diagnostics.
|
2017-06-02 18:08:58 +00:00 |
SemaTemplate
|
[c++1z] Support deducing B in noexcept(B).
|
2017-06-07 21:46:22 +00:00 |
TableGen
|
…
|
|
Tooling
|
[test] Port clang tests to canonicalized booleans
|
2017-01-25 13:11:45 +00:00 |
Unit
|
[test] Extend llvm_shlib_dir fix to unittests
|
2016-12-15 20:31:08 +00:00 |
VFS
|
…
|
|
.clang-format
|
…
|
|
CMakeLists.txt
|
Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."
|
2017-01-26 23:51:50 +00:00 |
TestRunner.sh
|
…
|
|
cxx-sections.data
|
…
|
|
lit.cfg
|
Tie the macOS tests in test/Integration to the latest macOS SDK
|
2017-06-02 11:26:35 +00:00 |
lit.site.cfg.in
|
Add #pragma clang attribute
|
2017-04-18 14:33:39 +00:00 |
make_test_dirs.pl
|
…
|
|