]> granicus.if.org Git - clang/history - lib/Sema/SemaExpr.cpp
[OpenCL] Improved diagnostics of OpenCL types.
[clang] / lib / Sema / SemaExpr.cpp
2016-07-11 Anastasia Stulova[OpenCL] Improved diagnostics of OpenCL types.
2016-07-06 Bruno Cardoso Lopes[SemaExpr] Support assignments from vector to scalars...
2016-07-01 Manman RenC++14 init-capture: error out instead of crashing.
2016-06-30 Richard SmithPR28373: fix crash-on-invalid if the condition of an...
2016-06-29 Richard SmithMark inheriting constructors as deleted if the correspo...
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 Richard SmithImplement p0292r2 (constexpr if), a likely C++1z feature.
2016-06-23 Richard SmithRe-commit r273548, reverted in r273589, with a fix...
2016-06-23 Peter CollingbourneRevert r273548, "Rearrange condition handling so that...
2016-06-23 Richard SmithRearrange condition handling so that semantic checks...
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-20 Erik Pilkington[Sema] Only define function as move assignment when...
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-06-14 Yaxun Liu[OpenCL] Enable -fblocks by default for OpenCL 2.0...
2016-06-14 Roger Ferrer IbanezReverting "Warn when taking address of a packed member"
2016-06-14 Serge PavlovDetect recursive default argument definition
2016-06-13 Roger Ferrer IbanezWarn when taking address of a packed member
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2016-06-08 George Burgess IV[Sema] Teach CheckPlaceholderExpr about unaddressable...
2016-05-17 Alexey Bataev[OPENMP] Pass scalar firstprivate vars by value.
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-09 Olivier GoffartFix spurious warnings about unused private field
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 Reid KlecknerAvoid -Wshadow warnings about constructor parameters...
2016-04-28 Vassil VassilevReland r267691 fixing PR27535.
2016-04-27 Nico WeberRevert r267691, it caused PR27535.
2016-04-27 Vassil Vassilev[modules] Fix Decl's Used invariant.
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 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-14 Reid KlecknerIn vector comparisons, handle scalar LHS just as we...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-04 George Burgess IV[Sema] Delete FIXME that has been fixed. NFC.
2016-03-31 George Burgess IV[Sema] Fix PR27122: ICE with enable_if+ill-formed call.
2016-03-25 Richard SmithDon't warn on "use" of undefined inline function that...
2016-03-23 Faisal Vali[NFC] Delete an unused function parameter from a static...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-08 Duncan P. N. Exon... Sema: Treat 'strict' availability flag like unavailable
2016-03-05 Richard TrieuAdd null check to diagnostic path for lambda captures.
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-02-24 Xiuli Pan[OpenCL] Add Sema checks for OpenCL 2.0 block
2016-02-23 Aaron BallmanAmends r252104 to evaluate the controlling expression...
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-19 Richard TrieuFix my typo from r261278
2016-02-18 Richard TrieuAdd -Wcomma warning to Clang.
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 David MajnemerCorrect more typos in conditional expressions
2016-02-17 Anastasia Stulova[OpenCL] Added half type literal with suffix h.
2016-02-13 Bob Wilson[Sema] More changes to fix Objective-C fallout from...
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-03 Douglas Gregor[Sema debugger support] Require non-void types to be...
2016-01-25 Alexey BataevAllow capture typedefs/type aliases for VLAs in lambdas...
2016-01-21 Alexey BataevFix crash for typedefs for arrays of runtime bounds...
2016-01-20 Alexey Bataev[OPENMP 4.5] Allow to use non-static data members in...
2016-01-20 Justin Lebar[CUDA] Bail, rather than crash, on va_arg in device...
2016-01-15 Alexey Bataev[X86] Support 'interrupt' attribute for x86
2016-01-13 George Burgess IV[Sema] Suppress diags in overload resolution.
2016-01-13 George Burgess IV[Bugfix] Fix ICE on constexpr vector splat.
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-07 Aaron BallmanProperly track that a character literal is UTF-8, and...
2016-01-07 George Burgess IV[Sema] Teach overload resolution about unaddressable...
2016-01-06 John McCallProperly bind up any cleanups in an ExprWithCleanups...
2016-01-06 John McCallOnly instantiate a default argument once.
2015-12-29 James Y Knight[TrailingObjects] Convert OffsetOfExpr.
2015-12-29 Sanjay Patelfix typos; NFC
2015-12-29 Richard SmithTeach typo correction to properly handle mapping declar...
2015-12-23 Yaron KerenReplace isa+cast with dyn_cast and obey the no else...
2015-12-21 Craig Topper[Sema] Use range-based for loops. NFC
2015-12-18 Richard SmithSplit RequireCompleteType into a function that actually...
2015-12-18 Richard SmithWire a SourceLocation into IsDerivedFrom and move the...
2015-12-13 Craig Topper[Sema] Add -Wparentheses warnings for '^' in '|' expres...
2015-12-13 Craig Topper[Sema] Write some checks for groups of BinaryOperatorKi...
2015-12-12 Craig TopperMinor formatting cleanup. NFC
2015-12-12 Craig Topper[Sema] Simplify a couple if statements. Explicitly...
2015-12-11 Anastasia Stulova[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are impli...
2015-12-11 Anastasia StulovaReverting r255337 as it seems to kill bots. Needs inves...
2015-12-11 Anastasia Stulova[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are impli...
2015-12-10 Craig Topper[Sema] Use UnaryOperatorKind and BinaryOperatorKind...
2015-12-08 Craig Topper[Sema] Remove tab characters. NFC
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-12-02 Samuel Antao[OpenMP] Update target directive codegen to use 4.5...
2015-11-26 Richard SmithP0002R1: increment on expressions of type bool is no...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-17 Craig Topper[Sema] Combine similar diagnostics using %select. NFC
2015-11-15 Craig TopperUse Sema::getLocForEndOfToken instead of Preprocessor...
next