summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in comment.Douglas Katzman2015-06-191-1/+1
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-192-0/+6
* [ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alex...Alexey Bataev2015-06-191-0/+2
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-2/+2
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-185-12/+17
* [modules] This debugging option doesn't need to match between module creation...Richard Smith2015-06-181-1/+1
* Add -Winfinite-recursion to -Wmost (and -Wall), PR23789.Nico Weber2015-06-181-0/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-188-1/+65
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-2/+2
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-0/+5
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-172-9/+0
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-172-0/+9
* [modules] Improve diagnostic for a template-id that's invalid because a defaultRichard Smith2015-06-172-7/+20
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-171-1/+5
* Qualify all types used in AST matcher macros.Alexander Kornienko2015-06-171-69/+114
* parser: wordsmith diagnostic messageSaleem Abdulrasool2015-06-171-1/+2
* Basic: tweak whitespace in Attr.tdSaleem Abdulrasool2015-06-171-1/+2
* parser: diagnose empty attribute blocksSaleem Abdulrasool2015-06-161-0/+3
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-23/+16
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-162-6/+6
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-164-7/+7
* [modules] Remove non-functional driver options -f[no-]modules-implicit-maps.Richard Smith2015-06-152-6/+2
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-153-0/+10
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-152-3/+10
* This patch implements clang support for the ACLE special register intrinsicsLuke Cheeseman2015-06-154-1/+21
* Fix spelling in comment.Douglas Katzman2015-06-151-1/+1
* Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier2015-06-133-1/+41
* Revert r239213: "clang-cl: Implement /GL in terms of -flto."Hans Wennborg2015-06-131-1/+1
* Quote the user provided string in the warning message and updateEric Christopher2015-06-121-1/+1
* This patch makes the NEON intrinsics vget_lane_f16, vgetq_lane_f16,Luke Cheeseman2015-06-121-6/+7
* Allow ToolChain to decide if Clang is not the right C compiler.Douglas Katzman2015-06-121-1/+4
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-123-11/+5
* Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson2015-06-122-3/+1
* Add a warning for unsupported elements of the target attribute.Eric Christopher2015-06-122-2/+6
* Add support for the the target attribute.Eric Christopher2015-06-121-0/+8
* [modules] Fix crash with multiple levels of default template argument merging.Richard Smith2015-06-111-1/+1