]> granicus.if.org Git - clang/history - lib/Sema
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
[clang] / lib / Sema /
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-29 Richard SmithAdd a warning for 'main' returning 'true' or 'false'.
2016-11-29 Reid KlecknerUse ${:uid} to generate unique MS asm labels, not ...
2016-11-28 Reid Kleckner[MS] Mangle a unique ID into all MS inline asm labels
2016-11-28 Alexey Bataev[OPENMP] Fix for PR31137: Wrong DSA for members in...
2016-11-28 Malcolm Parsons[Sema] Set range end of constructors and destructors...
2016-11-27 Hal FinkelAdjust type-trait evaluation to properly handle Using...
2016-11-24 Benjamin Kramer[Sema] Pass APSInts by const ref, avoiding copies.
2016-11-24 Kelvin LiRemove comments (NFC)
2016-11-23 Alex Lorenz[Sema][Atomics] Treat expected pointer in compare excha...
2016-11-23 Reid KlecknerRemove C++ default arg side table for MS ABI ctor closures
2016-11-23 Alex Lorenz[CodeCompletion] Fix incorrect Objective-C block parame...
2016-11-23 Craig Topper[X86] Replace valignd/q builtins with appropriate __bui...
2016-11-22 Richard SmithMake diagnostic for use of default member initializer...
2016-11-22 Peter CollingbourneSema, CodeGen: Ensure that an implicit copy ctor is...
2016-11-19 Peter CollingbourneSema: As of MSVC 2015, a user-declared move operation...
2016-11-19 Akira Hatanaka[Sema] Don't allow applying address-of operator to...
2016-11-18 Oleg Ranevskyy[ARM] Fix sema check of ARM special register names
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-17 Malcolm ParsonsFixes for r287241. Use placement new. Apply clang-format.
2016-11-17 Malcolm ParsonsUse unique_ptr for cached tokens for default arguments...
2016-11-17 Saleem AbdulrasoolSema: correct typo correction for ivars in @implementation
2016-11-17 George Burgess IV[Sema] Fix a bug in enable_if condition instantiation.
2016-11-16 Reid KlecknerAdd warning when assigning enums to bitfields without...
2016-11-16 George Burgess IVUse the member function location in enable_if diagnostics.
2016-11-16 Benjamin Kramer[Frontend] Allow attaching an external sema source...
2016-11-16 Yaron KerenRangify for loop, NFC.
2016-11-16 Joey Gouly[OpenCL] Use the semantic spelling of the Access attrib...
2016-11-15 Simon PilgrimFixed spelling in comments. NFCI.
2016-11-15 Alexey Bataev[OPENMP] Fix for PR30632: Name mangling issue.
2016-11-14 Anastasia Stulova[OpenCL] Fix for integer parameters of enqueue_kernel
2016-11-14 Anastasia Stulova[OpenCL] Change to clk_event parameter in enqueue_kernel.
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-14 Roger Ferrer IbanezRemove some false positives when taking the address...
2016-11-13 Faisal ValiFix PR28366: Handle variables from enclosing local...
2016-11-12 Serge PavlovUse descriptive message if list initializer is incorrec...
2016-11-12 Craig Topper[AVX-512] Convert the rest of the masked shift by immed...
2016-11-11 Richard TrieuRemove double setting of invalid flag.
2016-11-11 Alexey BataevFix for PR28523: unexpected compilation error.
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-10 George Burgess IV[Sema] Range-ify for loop, add period to comment. NFC.
2016-11-10 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-09 Shoaib Meenai[Sema] Use MS ABI behavior for dllexport in Itanium
2016-11-09 Erik Pilkington[Sema][NFC] Reset HasFallthroughStmt when clearing...
2016-11-09 Alex Lorenz[CodeCompletion] Show block invocation results for...
2016-11-09 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-09 Argyrios Kyrtzidis[index] Fix issue with protocol name locations in confo...
2016-11-08 Justin Lebar[CUDA] Use only the GVALinkage on function definitions.
2016-11-08 Vladimir YakovlevTest commit of vbyakovl.
2016-11-08 Richard SmithCorrectly ignore unnamed bit-fields when checking wheth...
2016-11-07 Craig Topper[AVX-512][Sema] Add more intrinsics to the checks for...
2016-11-04 Olivier Goffart[index] Expose FriendDecl
2016-11-04 Chandler CarruthDelete a trivially true check for a variable 'S' being...
2016-11-04 Chandler CarruthAdd an assert to further check the invariant that a...
2016-11-04 Chandler CarruthRemove no-op checks for a null CodeCompleter. We have...
2016-11-03 Akira HatanakaFix spelling mistake.
2016-11-03 Akira Hatanaka[Sema] Avoid instantiating templates only when Uncompil...
2016-11-03 Vedant Kumar[Sema] Remove a dead assignment, NFC.
2016-11-03 Eric Fiselier[Sema] Allow static_cast<T&&>(e) to check explicit...
2016-11-02 Jordan RoseDon't require nullability on template parameters in...
2016-11-02 Erich Keaneregcall: Implement regcall Calling Conv in clang
2016-11-02 Alex LorenzAdd a note that points to the linkage specifier for...
2016-11-02 Richard SmithMore forcibly resolve exception specifications when...
2016-11-01 Yaxun Liu[OpenCL] Mark group functions as convergent in opencl-c.h
2016-11-01 Craig Topper[AVX-512] Remove masked vector insert builtins and...
2016-11-01 Richard Smithp0012: Teach resolving address of overloaded function...
2016-10-31 Eric Fiselier[modules] Mark deleted functions as implicitly inline...
2016-10-31 John McCallA compound literal within a global lambda or block...
2016-10-31 Richard SmithWhen diagnosing that a defaulted function is ill-formed...
2016-10-31 David Majnemer[Sema] Warn when alignof is used with __builtin_alloca_...
2016-10-31 David MajnemerAdd support for __builtin_alloca_with_align
2016-10-31 Craig Topper[AVX-512] Remove masked vector extract builtins and...
2016-10-31 Craig Topper[AVX-512] Remove many of the masked 128/256-bit shift...
2016-10-28 George Burgess IVMake a function static. NFC.
2016-10-28 Erik Pilkington[Sema] Delay partial availability diagnostics, just...
2016-10-28 Justin Lebar[CUDA] [AST] Allow isInlineDefinitionExternallyVisible...
2016-10-28 Anastasia Stulova[OpenCL] Diagnose variadic arguments
2016-10-28 Alex Lorenz[Objective-C] Add objc_subclassing_restricted attribute
2016-10-28 Erik VerbruggenSema: do not warn about unused const vars if main file...
2016-10-28 Richard TrieuFix a crash on invalid code.
2016-10-27 Eric Fiselier[coroutines] Add diagnostics for copy/move assignment...
2016-10-27 Nico WeberExpand -Wlogical-not-parentheses to also fire on `...
2016-10-27 Gor Nishanov[coroutines] Add allocation and deallocation substatements.
2016-10-27 Alex Lorenz[Sema] -Wunused-variable warning for array variables...
2016-10-27 Erik VerbruggenMark invalid RecordDecls as completed.
2016-10-27 Eric Fiselier[coroutines] Build fallthrough and set_exception statem...
2016-10-26 Vassil Vassilev[modules] PR28812: Modules can return duplicate field...
2016-10-26 Vitaly Buka[Sema] Handle CaseStmt and DefaultStmt as SwitchCase
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-25 Erik PilkingtonReapply r284265: "[Sema] Refactor context checking...
2016-10-25 Kelvin LiRe-apply patch r279045.
next