]> granicus.if.org Git - clang/history - include
clang-offload-bundler: Update libdeps.
[clang] / include /
2016-08-24 Vedant Kumar[AST] Make InitListExpr::isExplicit const (NFC)
2016-08-23 Chris Bienemandriver: Support checking for rlimits via cmake (when...
2016-08-23 Nico Weberclang-cl: Make /Brepro actually work.
2016-08-23 Tim NorthoverARM-Darwin: ignore and diagnose attempts to omit frame...
2016-08-23 Nico Weberclang-cl: Accept MSVC 2015's `/source-charset:utf-8...
2016-08-22 Tim Shen[GraphTraits] Replace all NodeType usage with NodeRef
2016-08-22 Duncan P. N. Exon... ADT: Remove uses of ilist_*sentinel_traits, NFC
2016-08-22 Gabor HorvathReapply "[analyzer] Added valist related checkers."
2016-08-22 Elad CohenTest commit (Removing trailing whitespace).
2016-08-20 Artem Dergachev[analyzer] Use faster hashing (MD5) in CloneDetector.
2016-08-20 Artem Dergachev[analyzer] Make CloneDetector consider macro expansions.
2016-08-20 Manman RenRevert r279351 and r279357 due to bot failures
2016-08-20 Manman RenFix windows bot
2016-08-20 Manman Ren[NFC] Add a class ObjCProtocolQualifiers to wrap APIs...
2016-08-19 Tim Shen[CallGraph] Use decltype instead of pointer_to_unary_fu...
2016-08-19 Tim Shen[GraphTraits] Make nodes_iterator dereference to NodeTy...
2016-08-19 Valery Pykhtin[AMDGPU] add s_incperflevel/s_decperflevel builtins
2016-08-19 Yaxun LiuRe-commit [OpenCL] AMDGCN: Fix size_t type
2016-08-19 Richard SmithC++ Modules TS: support parsing the 'module' declaratio...
2016-08-18 Changpeng FangAMDGPU: Add clang builtin for ds_swizzle.
2016-08-18 Vassil VassilevPR28794: Don't try to instantiate function templates...
2016-08-18 Richard SmithC++ Modules TS: Add parsing support for module import...
2016-08-18 Yaxun LiuRevert [OpenCL] AMDGCN: Fix size_t type
2016-08-18 Yaxun Liu[OpenCL] AMDGCN: Fix size_t type
2016-08-18 Zachary TurnerResubmit "[Tooling] Parse compilation database command...
2016-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
2016-08-18 Cameron Desrochers[libclang] Add clang_getAllSkippedRanges function
2016-08-18 Artem Dergachev[analyzer] Teach CloneDetector to find clones that...
2016-08-18 Aaron BallmanCorrect the documentation for isSignedInteger() and...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-18 Gabor Horvathrevert [analyzer] Added valist related checkers.
2016-08-18 Gabor Horvath[analyzer] Added valist related checkers.
2016-08-18 Richard SmithPR28438: Update the information on an identifier with...
2016-08-17 Adrian PrantlSupport object-file-wrapped modules in clang -module...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-17 Richard SmithPR18417: Increase -ftemplate-depth to the value 1024...
2016-08-17 Artem Dergachev[analyzer] Add a checker for loss of sign or precision...
2016-08-17 Artem Dergachev[analyzer] Add LocationContext information to SymbolMet...
2016-08-17 Martin BohmeVisit lambda capture inits from RecursiveASTVisitor...
2016-08-17 Aaron BallmanAdd an AST matcher for external formal linkage.
2016-08-16 Yaxun Liu[OpenCL] AMDGPU: Add extensions cl_amd_media_ops and...
2016-08-16 Reid KlecknerTry to work around an MSVC 2013 bug around defaulted...
2016-08-16 Erik Pilkington[ObjC] Warn on unguarded use of partial declaration
2016-08-16 Reid KlecknerRevert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intri...
2016-08-16 Aaron BallmanReduce the number of allocations required for AST attri...
2016-08-16 Marina Yatsina[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics...
2016-08-15 Justin Lebar[CUDA] Raise an error if a wrong-side call is codegen'ed.
2016-08-15 Tim Shen[ADT] Change PostOrderIterator to use NodeRef. NFC.
2016-08-15 Justin LebarAdd the notion of deferred diagnostics.
2016-08-15 Richard SmithDisable lambda-capture of decomposition declaration...
2016-08-14 Richard SmithExplicitly generate a reference variable to hold the...
2016-08-12 Zachary Turner[Driver] Set the default driver mode based on the execu...
2016-08-12 Duncan P. N. Exon... BugReporter: Use ilist_half_embedded_sentinel_traits...
2016-08-12 Benjamin KramerPrune unused diagnostics. NFC.
2016-08-12 Benjamin Kramer[C++1z] Fix crash when decomposing structs with anonymo...
2016-08-12 Roger Ferrer IbanezThis patch implements PR#22821.
2016-08-12 Richard SmithP0217R3: serialization/deserialization support for...
2016-08-12 Richard SmithP0217R3: template instantiation support for decompositi...
2016-08-12 Bruno Cardoso Lopes[VFS] Add 'ignore-non-existent-contents' field to YAML...
2016-08-12 Richard SmithRemove unused and undesirable reference from BindingDec...
2016-08-12 Richard SmithP0217R3: Constant expression evaluation for decompositi...
2016-08-12 Vedant Kumar[Basic] Add const qualifier to SM.isInSystemMacro ...
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-10 Martin Bohme[ASTMatchers] Extend documentation for match()
2016-08-10 Justin Lebar[CUDA] Reject calls to __device__ functions from host...
2016-08-10 Justin Lebar[CUDA] Rename CheckCUDATarget to IsAllowedCUDACall...
2016-08-10 Justin Lebar[CUDA] Fix out-of-date comment.
2016-08-09 Tim Shen[ADT] Change iterator_adaptor_base's default template...
2016-08-09 Yaxun Liu[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt
2016-08-09 Yaxun Liu[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
2016-08-09 Martin Bohme[ASTMatchers] Add matchers canReferToDecl() and hasUnde...
2016-08-09 Sylvestre Ledruclang-format: Add SpaceAfterTemplate
2016-08-08 Charles DavisRevert "[Attr] Add support for the `ms_hook_prologue...
2016-08-08 Charles Davis[Attr] Add support for the `ms_hook_prologue` attribute.
2016-08-08 Oliver Stannard[ARM] Command-line options for embedded position-indepe...
2016-08-08 Gabor Horvath[analyzer] Command line option to show enabled checker...
2016-08-08 Gabor Horvath[analyzer] Model base to derived casts more precisely.
2016-08-08 Serge PavlovPass information in a record instead of stack. NFC
2016-08-06 Benjamin Kramer[StaticAnalyzer] Remove dead code.
2016-08-05 Erik Pilkington[NFC][ObjC Availability] Refactor DiagnoseAvailabilityO...
2016-08-05 Wei DingAMDGPU : Add Clang builtin intrinsics for compare with...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-08-05 John BrawnReapply r276973 "Adjust Registry interface to not requi...
2016-08-04 Tim Shen[ADT] Migrate DepthFirstIterator to use NodeRef
2016-08-04 Benjamin KramerMake isExternC work on VarDecls too.
2016-08-03 Hubert Tong[Concepts] remove default argument for RequiresClause...
2016-08-03 Yaxun Liu[OpenCL] Fix size of image type
2016-08-02 Artem Belevich[CUDA] Fix libdevice selection.
2016-08-02 Artem Belevich[CUDA] Do not allow using NVPTX target for host compila...
2016-08-02 Artem Dergachev[analyzer] Respect statement-specific data in CloneDete...
2016-08-01 Martin BohmeMake RecursiveASTVisitor visit lambda capture initializ...
2016-08-01 Eric LiuImplement tooling::Replacements as a class.
2016-07-30 Hubert TongReapply r276069 with workaround for MSVC 2013
2016-07-30 Aaron BallmanCorrecting some sphinx formatting issues so that the...
2016-07-29 Yunzhong GaoImprove documentation of the type safety attributes.
2016-07-29 Yaxun Liu[OpenCL] Add extension cl_khr_mipmap_image to clang
2016-07-29 Erik PilkingtonReapply r277058: "[ObjC] Consider availability of conte...
2016-07-29 Haojian WuFix a typo in document.
2016-07-29 Matt MastenInitial vectorization support for svml calls (short...
2016-07-29 Haojian Wu[ASTMatcher] Add templateName matcher.
next