summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* Merging r313278:Tom Stellard2017-11-142-2/+17
* Merging r313675:Tom Stellard2017-11-131-1/+1
* Merging r313392:Tom Stellard2017-09-291-1/+0
* Merging r310804:Hans Wennborg2017-08-144-53/+56
* Merging r309607:Hans Wennborg2017-08-112-2/+6
* Merging r310191:Hans Wennborg2017-08-071-2/+2
* Merging r308455:Hans Wennborg2017-07-192-12/+1
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-192-1/+12
* Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-192-5/+0
* [mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis2017-07-192-0/+5
* Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane2017-07-181-7/+17
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-182-3/+11
* Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann2017-07-181-0/+2
* Revert r308327Alex Lorenz2017-07-182-12/+1
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-182-1/+12
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-174-8/+8
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-171-0/+24
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-161-0/+8
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-0/+1
* [ODRHash] Revert r307743 which reverted r307720Richard Trieu2017-07-151-24/+46
* Fix link in docs.Nico Weber2017-07-141-1/+1
* Add documentation for @availableNico Weber2017-07-141-6/+19
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-141-0/+14
* [Hexagon] Add intrinsics for data cache operationsKrzysztof Parzyszek2017-07-141-0/+6
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-8/+3
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-0/+3
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-2/+2
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-2/+6
* [ODRHash] Revert r307720 to fix buildbot.Richard Trieu2017-07-121-46/+24
* [ODRHash] Support more method types.Richard Trieu2017-07-111-24/+46
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+4
* CodeGen: Fix address space of global variableYaxun Liu2017-07-081-0/+9
* [ODRHash] Support FriendDeclRichard Trieu2017-07-081-4/+10
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-4/+20
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+2
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-061-185/+0
* Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor2017-07-052-0/+14
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-1/+1
* Address comments that escaped D33333Erich Keane2017-07-051-9/+7
* [OpenCL] Rename err_opencl_enqueue_kernel_expected_typeJoey Gouly2017-07-041-2/+3
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-031-0/+2
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-011-0/+2
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-011-1/+2
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-2/+2
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-2/+2
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-2/+2
* [Driver] Check that the iOS deployment target is iOS 10 or earlier ifAkira Hatanaka2017-07-011-0/+3
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-3/+8
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-011-0/+3
* [OpenCL] Add function name to extension diagnosticJoey Gouly2017-06-301-1/+1