summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-035-108/+58
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-032-1/+86
* [CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov2019-06-031-0/+17
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-035-58/+108
* [coroutines][PR41909] Don't build dependent coroutine statements for generic ...Brian Gesiak2019-06-031-7/+16
* Transform lambda expression captures when transforming an expression toRichard Smith2019-06-023-28/+44
* [test] Fix plugin testsDon Hinton2019-06-0211-0/+169
* Factor out commonality between variable capture initialization andRichard Smith2019-06-022-92/+101
* msabi: Fix exponential mangling time for certain pathological inputsNico Weber2019-06-011-34/+59
* [analyzer] print() JSONify: ExplodedNode revisionCsaba Dabis2019-05-311-3/+3
* Replace 'default' in an enum-over-a-switch with the missing list.Erich Keane2019-05-311-1/+5
* Suppress nothrow/Exception spec conflict warning when we dont know the ES.Erich Keane2019-05-311-7/+7
* Suppress nothrow/exception spec conflict warning when ES is parsed.Erich Keane2019-05-311-1/+3
* Fix for PR42089, regression from r362119Erich Keane2019-05-311-1/+8
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-317-1/+260
* re-commit r361928: [PowerPC] [Clang] Port SSE intrinsics to PowerPCZi Xuan Wu2019-05-313-0/+1888
* Revert "[X86] Fix i386 struct and union parameter alignment"Pengfei Wang2019-05-311-11/+2
* PR39728: When completing a class, complete the destructor first.Richard Smith2019-05-311-39/+53
* Fix the predefined exponent limit macros for the 16-bit IEEE format.John McCall2019-05-311-3/+3
* Defer building 'this' captures until we have left the capturing regionRichard Smith2019-05-314-41/+25
* Fix -DBUILD_SHARED_LIBS=ON build after rL362160Sam Clegg2019-05-311-0/+1
* Defer capture initialization for captured regions until after we've leftRichard Smith2019-05-316-64/+132
* Defer capture initialization for blocks until after we've left theRichard Smith2019-05-313-80/+106
* Refactor OpenMP stack management.Richard Smith2019-05-301-214/+224
* Fix "fallthrough annotation in unreachable code" warning.Richard Smith2019-05-301-1/+1
* Add enums as global variables in the IR metadata.Amy Huang2019-05-301-5/+7
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-1/+2
* Fix constexpr __builtin_*_overflow issue when unsigned->signed operand.Erich Keane2019-05-301-4/+2
* [c++2a] Fix assertion failure if we would walk over more than one levelRichard Smith2019-05-301-1/+2
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-307-4/+72
* Revert "clang support gnu asm goto."Erich Keane2019-05-3012-384/+135
* [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.Anastasia Stulova2019-05-301-4/+9
* [ARM] Add CLI support for Armv8.1-M and MVESjoerd Meijer2019-05-301-0/+2
* [OpenCL] Support logical vector operators in C++ modeSven van Haastregt2019-05-301-2/+3
* Revert "asm goto: fix out-of-bounds read of Constraints after rC362045"Fangrui Song2019-05-301-1/+0
* asm goto: fix out-of-bounds read of Constraints after rC362045Fangrui Song2019-05-301-0/+1
* [AST] asm goto labels don't have constraints, don't try to copy them.Benjamin Kramer2019-05-301-4/+6
* Add the `objc_class_stub` attribute.John McCall2019-05-303-13/+100
* [Driver] Render target options (e.g. -fuse-init-array) for -fembed-bitcodeFangrui Song2019-05-301-0/+3
* [PowerPC] Set the default PLT mode on musl to Secure PLTFangrui Song2019-05-301-1/+1
* [Driver] -static-pie: add -z textFangrui Song2019-05-301-0/+2
* clang support gnu asm goto.Jennifer Yu2019-05-3012-135/+384
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-4/+14
* [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefsAkira Hatanaka2019-05-291-36/+3
* [analyzer] Remove EndPath function as it is dead codeCsaba Dabis2019-05-291-1/+0
* [analyzer] ConditionBRVisitor: Boolean supportCsaba Dabis2019-05-291-4/+11
* [analyzer] ConditionBRVisitor: MemberExpr supportCsaba Dabis2019-05-291-7/+62
* [analyzer] ConditionBRVisitor: Remove duplicated codeCsaba Dabis2019-05-291-27/+32
* [analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis2019-05-291-60/+103
* [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis2019-05-296-42/+218