..
ARCMT
Define weak and __weak to mean ARC-style weak references, even in MRC.
2015-10-22 18:38:17 +00:00
ASTMerge
Update tests touched by r249656
2015-10-08 06:31:22 +00:00
Analysis
[analyzer] Handle calling ObjC super method from inside C++ lambda.
2015-11-15 17:48:22 +00:00
CXX
Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due to ambiguity.
2015-11-12 22:40:09 +00:00
CodeCompletion
[Tests] Modified Lit Tests to be C++11 compatibile
2015-08-27 18:49:15 +00:00
CodeGen
[X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt intrinsics
2015-11-15 14:40:31 +00:00
CodeGenCUDA
Allow linking multiple bitcode files.
2015-10-27 17:56:59 +00:00
CodeGenCXX
Make some tests LLVM-optimization agnostic and remove some others that were beyond value/repair
2015-11-14 01:10:38 +00:00
CodeGenObjC
[C++] Add the "norecurse" attribute to main() if in C++ mode
2015-11-12 15:36:04 +00:00
CodeGenObjCXX
CodeGen: Update for debug info API change.
2015-11-05 22:04:14 +00:00
CodeGenOpenCL
[OpenCL] Fix casting a true boolean to an integer vector.
2015-10-05 11:27:41 +00:00
Coverage
Stop messing with the 'g' group of options in CompilerInvocation.
2015-10-08 04:24:12 +00:00
CoverageMapping
InstrProf: Fix a misuse of the FunctionDecl API when generating coverage
2015-07-28 00:41:51 +00:00
Driver
Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.
2015-11-15 08:06:27 +00:00
FixIt
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
2015-11-11 19:34:47 +00:00
Format
clang-format: When a line is formatted, also format subsequence lines if their indent is off.
2015-10-28 01:08:22 +00:00
Frontend
Preprocessor: define correct tvOS and watchOS version macros
2015-10-30 16:30:30 +00:00
Headers
Make ms-intrin.cpp test require the x86 target.
2015-09-23 00:24:34 +00:00
Index
[libclang] Visit TypeAliasTemplateDecl
2015-11-15 13:48:32 +00:00
Integration
…
Layout
[MS ABI] Don't crash when inheriting from base with trailing empty array member
2015-10-22 18:04:22 +00:00
Lexer
[coroutines] Add forgotten test for lexing coroutines keywords.
2015-10-22 05:21:12 +00:00
Misc
Use %select to merge similar diagnostics. NFC
2015-11-14 02:09:55 +00:00
Modules
[modules] Allow "redefinition" of typedef of anon tag from unimported submodule
2015-11-14 03:26:14 +00:00
OpenMP
[TLS] move setting tls_guard in tls_init.
2015-11-11 19:19:26 +00:00
PCH
[Sema] Implement __make_integer_seq
2015-11-04 03:40:30 +00:00
Parser
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
2015-11-11 01:36:17 +00:00
Preprocessor
[WebAssembly] Change long double to be quadruple-precision floating point.
2015-11-10 21:01:46 +00:00
Profile
Fix a soon to be invalid test
2015-10-29 04:04:07 +00:00
Rewriter
Stop messing with the 'g' group of options in CompilerInvocation.
2015-10-08 04:24:12 +00:00
Sema
[Sema] Don't crash trying to diagnose abs called on a pointer type
2015-11-15 03:04:34 +00:00
SemaCUDA
[CUDA] Allow parsing of host and device code simultaneously.
2015-09-22 17:23:22 +00:00
SemaCXX
[Sema] __is_constructible should return false for function types
2015-11-13 05:32:43 +00:00
SemaObjC
Remove -Wobjc-weak-compat; there isn't a compelling use case for this.
2015-11-12 23:39:39 +00:00
SemaObjCXX
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
2015-11-11 19:34:47 +00:00
SemaOpenCL
[OpenCL] Add test for program scope variable restrictions in OpenCL v2.0
2015-10-21 10:37:57 +00:00
SemaTemplate
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
2015-11-11 19:34:47 +00:00
TableGen
…
Tooling
Change the expectation for test/Tooling/ms-asm-no-target.cpp since
2015-07-08 01:39:38 +00:00
Unit
…
VFS
Stop messing with the 'g' group of options in CompilerInvocation.
2015-10-08 04:24:12 +00:00
.clang-format
…
CMakeLists.txt
[CMake] Reformat CLANG_TEST_DEPS.
2015-10-16 09:38:42 +00:00
Makefile
…
TestRunner.sh
…
cxx-sections.data
…
lit.cfg
Revert r247977, "clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark it as "non-clang-driver"."
2015-10-20 22:36:16 +00:00
lit.site.cfg.in
…
make_test_dirs.pl
…