summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add protocol redefinition to the current scope/contextBruno Cardoso Lopes2018-06-301-0/+5
* [CUDA] Make __host__/__device__ min/max overloads constexpr in C++14.Justin Lebar2018-06-291-4/+13
* [CUDA] Make min/max shims host+device.Justin Lebar2018-06-291-4/+4
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-06-292-25/+94
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-294-17/+26
* Request init/fini array on FreeBSD 12 and laterDimitry Andric2018-06-291-0/+2
* [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.Brad Smith2018-06-291-4/+6
* [analyzer] Replace the vector of ConstraintSets by a single ConstraintSet and...Mikhail R. Gadelha2018-06-291-15/+31
* [MachineOutliner] Make -mno-outline use -enable-machine-outliner=neverJessica Paquette2018-06-291-15/+22
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-294-10/+6
* [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton2018-06-291-1/+7
* [clang-format] Support additional common functions for text proto formattingKrasimir Georgiev2018-06-291-1/+4
* [ASTImporter] Added import of CXXStdInitializerListExprGabor Marton2018-06-291-0/+14
* [analyzer][UninitializedObjectChecker] Added a NotesAsWarnings flagKristof Umann2018-06-291-21/+53
* [X86] Remove masking from the avx512 packed sqrt builtins. Use select builtin...Craig Topper2018-06-293-67/+52
* [frontend] Don't include the C++ stdlib for -x assembler-with-cppAlex Lorenz2018-06-281-2/+2
* DebugInfo: Add -gno-gnu-pubnames to allow disabling gnu-pubnames later in the...David Blaikie2018-06-281-1/+2
* [Parse] Make -Wgcc-compat complain about for loop inits in C89George Burgess IV2018-06-281-1/+3
* [analyzer] Fix wrong comparison generation of the ranges generated by the ref...Mikhail R. Gadelha2018-06-281-3/+2
* PR37979: integral promotions in C++ treat enum bit-fields like enums,Richard Smith2018-06-282-1/+22
* [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-281-1/+1
* Revert r335907: [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-281-1/+1
* [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-281-1/+1
* [Darwin] Remove _VPMergeHook from the auto-export listVedant Kumar2018-06-281-1/+0
* [CUDA] Place all CUDA sections in __NV_CUDA segment on Mac.Artem Belevich2018-06-281-4/+6
* [clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev2018-06-281-1/+1
* OpenBSD driver needs ld.lld in sanitizer contextDavid Carlier2018-06-281-1/+3
* [ODRHash] Do not rely on Type* when computing the hash.Vassil Vassilev2018-06-281-9/+0
* [Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...Adam Balogh2018-06-281-31/+448
* [DebugInfo] Follow-up commit to improve consistency. NFCJonas Devlieghere2018-06-282-127/+117
* [Analyzer] Constraint Manager Negates DifferenceAdam Balogh2018-06-281-1/+68
* Support for multiarch runtimes layoutPetr Hosek2018-06-283-24/+18
* [analyzer] Remove redundant ';'.Artem Dergachev2018-06-281-1/+1
* [modules] Do not serialize / deserialize pending new/delete mismatchRichard Smith2018-06-282-17/+16
* [modules] Ensure that an in-class function definition is attached to theRichard Smith2018-06-281-0/+13
* [analyzer] Use sufficiently large types for index bounds calculation.Artem Dergachev2018-06-282-3/+3
* [analyzer] Add support for pre-C++17 copy elision.Artem Dergachev2018-06-282-43/+150
* [CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.Artem Dergachev2018-06-282-8/+8
* [analyzer] Re-enable lifetime extension for temporaries without destructors.Artem Dergachev2018-06-281-9/+7
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-286-31/+119
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-275-35/+104
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-0/+12
* DR1213: Ignore implicit conversions when determining if an operand of anRichard Smith2018-06-271-4/+14
* [HIP] Fix ordering of device-libs linkingAaron Enye Shi2018-06-271-1/+1
* [HIP] Support flush denormals bitcodeAaron Enye Shi2018-06-271-1/+7
* [CUDA] Use atexit() to call module destructor.Artem Belevich2018-06-272-3/+15
* [DebugInfo] Emit ObjC methods as part of interfaceJonas Devlieghere2018-06-272-0/+48
* Revert "[Analyzer] Moved RangeConstraintManager to header. NFC."Mikhail R. Gadelha2018-06-271-0/+83
* [X86] Rename llvm.x86.avx512.mask.fpclass.p* to exclude 'mask.' from the name...Craig Topper2018-06-271-6/+6
* [analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko2018-06-272-6/+18
OpenPOWER on IntegriCloud