summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Add fixit for unused lambda capturesAlexander Shaposhnikov2018-07-166-12/+158
* [MinGW] Automatically mangle Windows-specific entry points as CMartin Storsjo2018-07-162-0/+31
* Run thread safety tests with both lock and capability attributes; NFC to the ...Aaron Ballman2018-07-151-57/+59
* [CMake] Use libc++ and compiler-rt for sanitizersPetr Hosek2018-07-151-1/+3
* Add caching when looking up coroutine_traitsBrian Gesiak2018-07-143-16/+34
* Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-141-2/+3
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2018-07-131-3/+2
* [Hexagon] Fix hvx-length feature name in testcasesKrzysztof Parzyszek2018-07-132-2/+2
* Make BuiltinType constructor private, and befriend ASTContext.Richard Smith2018-07-131-1/+4
* Use external layout information to layout bit-fields for MS ABI.Richard Smith2018-07-133-1/+45
* CodeGen: specify alignment + inbounds for automatic variable initializationJF Bastien2018-07-134-37/+55
* [X86] Change the rounding mode used when testing the sqrt_round intrinsics.Craig Topper2018-07-131-42/+12
* SafeStack: Add builtins to read unsafe stack top/bottomVlad Tsyrklevich2018-07-132-2/+16
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-1322-87/+560
* Fix PR34668 - P0704R1 implementation is too permissiveNicolas Lesser2018-07-132-2/+6
* [OpenMP] Initialize data sharing stack for SPMD caseGheorghe-Teodor Bercea2018-07-138-8/+35
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-1326-1143/+1073
* [Analyzer] alpha.unix.cstring.OutOfBounds checker enable/disable fixAdam Balogh2018-07-134-23/+59
* [analyzer][UninitializedObjectChecker] Fixed captured lambda variable nameKristof Umann2018-07-132-21/+69
* [analyzer][UninitializedObjectChecker] Support for MemberPointerTypesKristof Umann2018-07-132-37/+15
* PR38136: improve handling of template argument deduction of non-trailingRichard Smith2018-07-123-30/+106
* Support linking static PIE binaries on NetBSDJoerg Sonnenberger2018-07-122-0/+17
* PR38141: check whether noexcept-specifications are equivalent in redeclarationsRichard Smith2018-07-123-5/+21
* AttributeList de-listifying:Erich Keane2018-07-1229-1380/+1061
* [Driver] Conform warn_drv_object_size_disabled_O0 to DefaultWarnNoErrorVedant Kumar2018-07-122-3/+4
* [Hexagon] Fix testcases failing after r336933Krzysztof Parzyszek2018-07-123-1589/+1605
* [Hexagon] Diagnose intrinsics not supported by selected CPU/HVXKrzysztof Parzyszek2018-07-1212-3/+966
* Add tests for function conversions in conversion function templateRichard Smith2018-07-122-0/+20
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-1211-60/+86
* [Tooling] Make standalone executor support user-provided vfs.Eric Liu2018-07-122-3/+6
* [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference...Nicolas Lesser2018-07-122-16/+48
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-1210-66/+15
* [Tooling] Get working directory properly without assuming real file system.Eric Liu2018-07-121-3/+7
* [analyzer][UninitializedObjectChecker] Moved non-member functions out of the ...Kristof Umann2018-07-121-17/+17
* [ASTImporter] Fix infinite recursion on function import with struct definitio...Gabor Marton2018-07-122-20/+98
* [ASTImporter] Refactor Decl creationGabor Marton2018-07-129-460/+594
* Fix deduction for conversion function templates converting to referenceRichard Smith2018-07-112-4/+97
* os_log: When there are multiple privacy annotations in the formatAkira Hatanaka2018-07-112-7/+8
* Fix determination of whether one set of cvr-qualifiers is compatibleRichard Smith2018-07-112-6/+16
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-1143-625/+625
* Fix setting of empty implicit-section-name attributePetr Pavlu2018-07-112-4/+76
* [NFC] typoJF Bastien2018-07-111-1/+1
* [NFC] Replace usage of QualType.getTypePtr()-> with operator->Erich Keane2018-07-111-1/+1
* [analyzer] Track multiple raw pointer symbols in DanglingInternalBufferChecker.Reka Kovacs2018-07-112-18/+74
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-114-94/+21
* [AST] Fix for structural equivalence tests in rL336776.Balazs Keri2018-07-111-5/+6
* [clangd] Uprank delcarations when "using q::name" is present in the main fileKirill Bobyrev2018-07-112-16/+24
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-114-21/+94
* [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' optionsVladimir Stefanovic2018-07-113-0/+32
* [AST] Structural equivalence of methodsBalazs Keri2018-07-114-73/+619
OpenPOWER on IntegriCloud