]> granicus.if.org Git - clang/history - lib/Sema/SemaType.cpp
Revert r289979 due to regressions
[clang] / lib / Sema / SemaType.cpp
2016-12-16 Yaxun LiuRevert r289979 due to regressions
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-13 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-07 Alex LorenzImplement the -Wstrict-prototypes warning
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-16 Joey Gouly[OpenCL] Use the semantic spelling of the Access attrib...
2016-11-14 Renato GolinRevert "Improve handling of floating point literals...
2016-11-14 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-11-11 Jordan RoseDon't require nullability on 'va_list', even when it...
2016-11-11 Jordan RoseRevert "Speculative fix for va_list/nullability test...
2016-11-11 Jordan RoseSpeculative fix for va_list/nullability test on Hexagon...
2016-11-11 Jordan RoseDon't require nullability on 'va_list' harder.
2016-11-10 Jordan Rose[Sema] Fix-up for MSVC, which is stricter about templat...
2016-11-10 Jordan RoseDon't require nullability on 'va_list'.
2016-11-10 Jordan RoseWarn when 'assume_nonnull' infers nullability within...
2016-11-10 Jordan RoseAdd -Wnullability-completeness-on-arrays.
2016-11-10 Jordan RoseAccept nullability qualifiers on array parameters.
2016-11-08 Vladimir YakovlevTest commit of vbyakovl.
2016-11-02 Jordan RoseDon't require nullability on template parameters in...
2016-11-02 Erich Keaneregcall: Implement regcall Calling Conv in clang
2016-10-28 Anastasia Stulova[OpenCL] Diagnose variadic arguments
2016-10-21 Malcolm Parsons[Sema] Store a SourceRange for multi-token builtin...
2016-10-16 Richard SmithP0012R1: Make exception specifications be part of the...
2016-10-14 Richard SmithReinstate r284008 reverted in r284081, with two fixes:
2016-10-13 Justin Lebar[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf...
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-11 Arnold SchwaighoferSwift Calling Convention: Parameters are allowed after the
2016-10-11 Vassil VassilevRevert r283887 and r283882, until the issue is understo...
2016-10-11 Vassil Vassilev[modules] PR28752: Do not instantiate variable declarat...
2016-09-28 Richard SmithP0127R2: Support type deduction for types of non-type...
2016-09-28 Justin Lebar[CUDA] Disallow variable-length arrays in CUDA device...
2016-09-19 Neil HickeyReverting r281714 due to causing an assert when calling...
2016-09-16 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-09-13 Manman RenObjectiveC Generics: Start using ObjCTypeParamType.
2016-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-09-13 Manman RenObjectiveC: Refactor applyObjCProtocolQualifiers.
2016-08-23 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-23 Chandler CarruthRevert r279486 "Fix regression introduced by r279164"
2016-08-22 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-07-11 Anastasia Stulova[OpenCL] Improved diagnostics of OpenCL types.
2016-07-08 Alexey Bader[OpenCL] Fix access qualifiers handling for typedefs
2016-06-30 Nikolay HaustovAMDGPU: Set amdgpu_kernel calling convention for OpenCL...
2016-06-29 Richard SmithP0305R1: Parsing support for init-statements in 'if...
2016-06-14 Yaxun Liu[OpenCL] Enable -fblocks by default for OpenCL 2.0...
2016-06-07 Xiuli Pan[OPENCL] Fix wrongly vla error for OpenCL array.
2016-06-07 Xiuli PanRevert "[OPENCL] Fix wrongly vla error for OpenCL array."
2016-06-07 Xiuli Pan[OPENCL] Fix wrongly vla error for OpenCL array.
2016-06-01 Manman RenObjC lifetime: pull sugar off when the qualifiers conflict.
2016-05-26 Andrey Bokhanko[MSVC] Support for __unaligned qualifier in functions
2016-05-20 Manman RenObjectiveC: canonicalize "kindof id" to "id".
2016-05-11 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-06 Nico WeberRevert r268727, it caused PR27666.
2016-05-06 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-04-29 Alexey BataevImplementation of VlA of GNU C++ extension, by Vladimir...
2016-04-18 Manman RenBlock: Fix a crash when we have type attributes or...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Alexey BaderRemove include duplicate. NFC.
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-03 Anastasia Stulova[OpenCL] Apply missing restrictions for Blocks in OpenC...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-03 John McCallImprove some infrastructure for extended parameter...
2016-03-01 John McCallGeneralize the consumed-parameter array on FunctionProt...
2016-02-26 Xiuli Pan[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
2016-02-25 Xiuli Pan[OpenCL] Add Sema checks for types
2016-02-24 Xiuli Pan[OpenCL] Add Sema checks for OpenCL 2.0 block
2016-02-10 Denis ZobninFix assertion "Chunk.Kind == DeclaratorChunk::Function...
2016-01-28 George Burgess IV[Sema] Make extended vectors of `bool` an error.
2016-01-26 David Majnemer[MS ABI] Allow a member pointers' converted type to...
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2015-12-18 Richard SmithSplit RequireCompleteType into a function that actually...
2015-12-18 Richard Smith[modules] Don't try to use the definition of a class if
2015-12-14 Ben CraigReordering fields to reduce padding in Clang. NFC
2015-12-11 Reid KlecknerUnify diagnostics for type defintitions in bad contexts
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-11-23 Anastasia Stulova[OpenCL 2.0] Apply default address space (AS).
2015-11-19 John McCallDon't actually add the __unsafe_unretained qualifier...
2015-11-17 Craig Topper[Sema] Minor formatting fixes. NFC
2015-11-14 Craig TopperMove diagnostics from Parse to Sema to remove Sema...
2015-11-12 John McCallRemove -Wobjc-weak-compat; there isn't a compelling...
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-10-22 John McCallDefine weak and __weak to mean ARC-style weak reference...
2015-10-09 Douglas GregorFix inference of _Nullable for weak Objective-C properties.
2015-10-03 Yaron KerenReplace double negation of !FileID.isInvalid() with...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Fix wrong atomic type detection in the...
2015-09-23 John McCallForbid qualifiers on ObjC generic parameters and argume...
2015-09-15 Alexey Bader[OpenCL] Add new types for OpenCL 2.0.
2015-09-14 Andrey BokhankoPR24595: Ignore calling convention modifiers for struct...
2015-09-10 David Majnemer[MS ABI] Make member pointers return true for isIncompl...
2015-09-10 David Majnemer[MS ABI] Select a pointer to member representation...
next