summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [cleanup] Remove some unused #ifdef'sSean Silva2015-06-111-8/+0
* Add assume_safety option for pragma loop vectorize and interleave.Tyler Nowicki2015-06-112-4/+6
* [modules] Fix assert/crash when parsing and merging a definition of a class w...Richard Smith2015-06-111-6/+4
* clang-cl: Add an alias for /wd4910Hans Wennborg2015-06-111-0/+2
* Spell -Wdllexport-explicit-instantiation-decl correctly.Hans Wennborg2015-06-111-1/+1
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-112-0/+4
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-2/+2
* Token: complement is() method with isOneOf() to allow easier usageDaniel Marjamaki2015-06-111-0/+7
* Clang support for vector quad bit permute and gather instructions through bui...Nemanja Ivanovic2015-06-111-0/+3
* Work around MSVC miscompilation.Richard Smith2015-06-101-3/+2
* [modules] Track all default template arguments for a given parameter acrossRichard Smith2015-06-103-15/+46
* Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson2015-06-102-1/+3
* some StmtExprs do not have side-effectsScott Douglass2015-06-101-0/+1
* add ConstEvaluatedExprVisitorScott Douglass2015-06-102-26/+48
* [cleanup] Remove unused default argument and tidy up.Sean Silva2015-06-101-6/+1