summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-235-49/+23
* [modules] When building a module, if there are multiple matches for a headerRichard Smith2015-06-225-0/+9
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-222-2/+81
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-221-1/+6
* test: Set lit features appropriately when using asan and ubsan togetherJustin Bogner2015-06-221-4/+3
* [Codegen] Don't crash if destructor is not accessible.Davide Italiano2015-06-211-0/+19
* [modules] When determining whether a definition of a class is visible, check ...Richard Smith2015-06-206-0/+27
* Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor2015-06-191-0/+8
* Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor2015-06-191-0/+7
* Make -Wnullability-completeness work with -Wsystem-headers.Douglas Gregor2015-06-192-1/+11
* CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor2015-06-192-0/+23
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-192-0/+76
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-192-12/+15
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-5/+8
* Code completion for nullability type specifiers.Douglas Gregor2015-06-194-0/+38
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-1910-13/+138
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-195-2/+171
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-191-0/+39
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-196-10/+196
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-195-1/+80
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-197-0/+217
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+22
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-194-6/+62
* [ATTRIBUTE] Fixed test compatibility.Alexey Bataev2015-06-191-1/+1
* [ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alex...Alexey Bataev2015-06-192-0/+67
* CFI: Implement bitset emission for the Microsoft ABI.Peter Collingbourne2015-06-191-23/+87
* Fix Windows test failure.Peter Collingbourne2015-06-191-1/+1
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-192-14/+25
* Fix hexagon test failure.Peter Collingbourne2015-06-191-1/+1
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-184-9/+39
* [modules] Merging support for enums with a local definition prior to the firstRichard Smith2015-06-181-0/+11
* Add -Winfinite-recursion to -Wmost (and -Wall), PR23789.Nico Weber2015-06-181-1/+1
* Forgot to update to a test in r240043David Majnemer2015-06-181-2/+2
* [MS ABI] Initialize "most general" member pointers which don't point at a vbaseDavid Majnemer2015-06-181-1/+1
* R600: Add Volcanic Islands targetsTom Stellard2015-06-181-1/+7
* Allow case-insensitive values for -march for AArch64 target in line with GCC.Gabor Ballabas2015-06-182-0/+11
* [OPENMP] Codegen for 'proc_bind' clause (4.0).Alexey Bataev2015-06-181-0/+52
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-183-0/+152
* [OPENMP] Fixed test for '#pragma omp parallel for simd'.Alexey Bataev2015-06-181-1/+1
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-0/+696
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-0/+686
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-0/+9
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-173-17/+17
* [modules] Fix typo in default argument merging.Richard Smith2015-06-174-0/+6
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-173-17/+17
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-1723-58/+82
* [modules] If we merge a template, also track that its parameters are merged soRichard Smith2015-06-171-4/+3
* [modules] Improve diagnostic for a template-id that's invalid because a defaultRichard Smith2015-06-172-6/+16
* [ARM] Replace hard coded metadata arguments in tests with a regex.Ranjeet Singh2015-06-172-24/+24
* Move xtest to its own file to match the gcc header organization.Eric Christopher2015-06-171-0/+4