summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-6/+13
* [x86][AVX512CD] Add conflict and lzcnt intrinsics in their 512bit versionsAsaf Badouh2015-06-291-0/+4
* [X86][AVX512BW] Add more intrinsics support:Asaf Badouh2015-06-291-0/+30
* AVX-512: Implemented AVX-512 FMA intrinsics and tests.Elena Demikhovsky2015-06-291-6/+66
* clang-format: Add missing members to FormatStyle::operator==Birunthan Mohanathas2015-06-281-0/+6
* clang-format: Alphabetize FormatStyle membersBirunthan Mohanathas2015-06-281-266/+268
* [Sema] Unions cannot have virtual functions.Davide Italiano2015-06-271-0/+2
* clang-format: Fix language of DisableFormat descriptionBirunthan Mohanathas2015-06-271-1/+1
* Add missing builtins to altivec.h for ABI compliance (vol. 1)Nemanja Ivanovic2015-06-261-0/+12
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-268-5/+44
* [Parse] Allow 'constexpr' in condition declarationsMeador Inge2015-06-251-0/+2
* [modules] Fix findDirectiveAtLoc to not call a member function on a null poin...Richard Smith2015-06-251-1/+3
* Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.Chris Bieneman2015-06-251-0/+1
* [NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type string.Artem Belevich2015-06-251-1/+1
* [Concepts] Parsing of requires-clause in template-declarationHubert Tong2015-06-251-0/+1
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-249-61/+50
* Improve error handling for PR22560.Bob Wilson2015-06-231-4/+4
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-231-0/+11
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-231-0/+2
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-237-7/+134
* Moving r215806, r215807, and r215808 into AttrDocs.td. These changes were ori...Aaron Ballman2015-06-231-0/+5
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-232-3/+3
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-231-0/+4
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-2/+8
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-22140-215/+205
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-1/+1
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-223-1/+8
* Document the nullability attributes.Douglas Gregor2015-06-222-5/+116
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-22140-205/+215
* Sema: add a helper for enumerating the TST id (NFC)Saleem Abdulrasool2015-06-211-1/+1
* Clean up CLCompatOptions.td a bit.Nico Weber2015-06-211-27/+34
* ASTReader: Treat InputFileOffsets as unaligned to avoid UBJustin Bogner2015-06-211-1/+2
* Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"Justin Bogner2015-06-211-1/+1
* ASTReader: Copy input file offset data to avoid unaligned accessesJustin Bogner2015-06-201-1/+1
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-2012-80/+247
* ASTContext.h: Fix utf8 chars in comments.NAKAMURA Takumi2015-06-201-4/+4
* Suppress bogus gcc -Wreturn-type warnings.Nico Weber2015-06-201-0/+1
* Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor2015-06-191-1/+13
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-192-2/+10
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-0/+4
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-192-2/+1
* Check for consistent use of nullability type specifiers in a header.Douglas Gregor2015-06-194-23/+67
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-195-11/+82
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-194-4/+13
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-1910-44/+202
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-193-3/+10
* Add a comment and FIXME based on the commit message that made theEric Christopher2015-06-191-0/+3
* AMDGPU: Fix renamed file that was somehow dropped from last commitMatt Arsenault2015-06-191-0/+36
* AMDGPU: Fix places missed in renameMatt Arsenault2015-06-192-39/+3
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-199-1/+130