summaryrefslogtreecommitdiffstats
path: root/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r311443:Hans Wennborg2017-08-221-2/+2
* Merging r310983:Hans Wennborg2017-08-211-3/+53
* Merging r310776:Hans Wennborg2017-08-172-2/+5
* Merging r310672:Hans Wennborg2017-08-171-1/+8
* Merging r310706 and r310829:Hans Wennborg2017-08-151-0/+1
* Merging r309569:Hans Wennborg2017-08-111-0/+15
* Merging r308722:Hans Wennborg2017-08-081-4/+1
* Merging r309975: (except the docs/ part)Hans Wennborg2017-08-041-0/+3
* Merging r309722:Hans Wennborg2017-08-011-1/+1
* Merging r308455:Hans Wennborg2017-07-192-90/+1
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-192-1/+90
* Fix compilation problem introduced in r308433Erik Verbruggen2017-07-191-1/+1
* Add default values for function parameter chunksErik Verbruggen2017-07-191-3/+40
* [Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington2017-07-182-90/+98
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-182-18/+114
* Don't set TUScope to null when generating a module in incremental processing ...Raphael Isemann2017-07-181-1/+2
* Revert r308327Alex Lorenz2017-07-182-90/+1
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-182-1/+90
* [OPENMP] Generalization of sema analysis of reduction-based clauses,Alexey Bataev2017-07-181-132/+172
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-172-10/+9
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-2/+4
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-171-0/+7
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-0/+2
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-3/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-152-17/+37
* Change dyn_casts with unused variables to isa statements to avoid unused vari...Eric Christopher2017-07-141-1/+1
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-1/+11
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-22/+28
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-27/+160
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-132-20/+24
* [OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceExpr(), NFC, by Kai NodaAlexey Bataev2017-07-111-5/+4
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+43
* [ObjC] Check that a subscript methods is declared for a qualified id typeAlex Lorenz2017-07-111-7/+2
* Remove incorrect FIXME comment; the FIXME was addressed before the changes we...Eric Fiselier2017-07-101-2/+0
* Remove non-ascii characters introduced in r307513Eric Fiselier2017-07-101-4/+4
* [coroutines] Include the implicit object parameter type when looking up corou...Eric Fiselier2017-07-101-15/+39
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-07-071-40/+40
* Fix crash parsing invalid codeOlivier Goffart2017-07-071-0/+2
* [ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz2017-07-072-4/+12
* Fix test case in pre-C++11 mode; address Aaron Ballman's code review.Douglas Gregor2017-07-051-2/+2
* Cope with Range-v3's CONCEPT_REQUIRES idiomDouglas Gregor2017-07-051-0/+34
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-052-7/+140
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-053-104/+114
* Address comments that escaped D33333Erich Keane2017-07-051-7/+12
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-32/+60
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-051-1/+1
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-053-18/+57
* [OpenCL] Rename err_opencl_enqueue_kernel_expected_typeJoey Gouly2017-07-041-15/+18