]> granicus.if.org Git - clang/history - lib
Add comments to the diagnostic kinds in Diagnostic.td.
[clang] / lib /
2017-04-21 Nico Weber[ms] Give -Wmicrosoft-enum-forward-reference a chance...
2017-04-21 Anastasia Stulova[OpenCL] Fix semantic check of ndrange_t for device_sid...
2017-04-21 Krasimir Georgiev[clang-format] Replace IncompleteFormat by a struct...
2017-04-21 Alex Lorenz[PR32667] -Wdocumentation should allow @param/@returns...
2017-04-21 Ismail DonmezAdd support for openSUSE ARM Triples
2017-04-21 Argyrios Kyrtzidis[index] Take advantage of 'external_source_symbol'...
2017-04-21 Argyrios Kyrtzidis[index] For 'transparent' tag typedefs, ignore their...
2017-04-21 Richard Smith[modules] Properly look up the owning module for an...
2017-04-21 Alexander Shaposhnikov[analyzer] Fix assert in ExprEngine::processSwitch
2017-04-20 Eric FiselierUse __CLANG_ATOMIC_TYPE_LOCK_FREE macros in `stdatomic.h`
2017-04-20 Eric FiselierAdd __CLANG_ATOMIC_<TYPE>_LOCK_FREE macros for use...
2017-04-20 Saleem AbdulrasoolSema: protect against ObjC++ typo-correction failure
2017-04-20 Saleem AbdulrasoolParse: cleanup some bleeding whitespace
2017-04-20 Francis RicciEnable leak sanitizer builds for darwin
2017-04-20 Adam NemetDon't pass FPOpFusion::Strict to the backend
2017-04-20 Krasimir GeorgievDelete unused IncompleteFormat variable, NFCi.
2017-04-20 Alex Lorenz[index] Record class template specializations using...
2017-04-20 Alex LorenzAdd #pragma clang attribute support to the availability...
2017-04-20 Leslie Zhai[AVR] Add -mmcu option to the driver
2017-04-20 Richard SmithPR32673: Don't wrap parameter packs in SubstTemplateTyp...
2017-04-20 Shoaib Meenai[Sema] Use MSVC inner class behavior on Itanium
2017-04-20 Carlo Bertolli[OpenMP] Prepare sema to support combined constructs...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 Erich KeaneCorrrect warn_unused_result attribute
2017-04-19 Richard SmithFix assertion failure in codegen on non-template deduct...
2017-04-19 Craig Topper[CodeGen] Use preincrement version of APInt::operator...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 David BlaikieParse backend options during thinlto backend compile...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate some of the stale covera...
2017-04-19 Vedant Kumar[Coverage] Don't emit mappings for functions in depende...
2017-04-19 Akira Hatanaka[Sema][ObjC] Disallow jumping into ObjC fast enumeratio...
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-19 Alex LorenzAdd #pragma clang attribute support to the external_sou...
2017-04-19 Gabor HorvathRemove unnecessary condition as suggested by clang...
2017-04-19 Jonas Hahnfeld[Driver] Unify linking of OpenMP runtime. NFCI.
2017-04-19 Roger Ferrer IbanezAvoid assert when a non-static member function is quali...
2017-04-19 Alex LorenzAdd support for editor placeholders to Clang
2017-04-19 Daniel Jasperclang-format: Properly match parens of macro parameter...
2017-04-19 Chandler CarruthRevert r300653 and r300650. The underlying commit fixes...
2017-04-19 Craig Topper[CodeGen] Use APInt::lshrInPlace instead of APInt:...
2017-04-19 Richard SmithFix member function call with null 'this' pointer.
2017-04-19 Richard Smith[modules] Properly look up the owning module for an...
2017-04-18 Reid KlecknerUse less temporary AttributeLists NFC
2017-04-18 Richard Smith[modules-ts] Fold together -x c++ and -x c++-module...
2017-04-18 Richard SmithDo not warn about whitespace between ??/ trigraph and...
2017-04-18 Vassil VassilevPR30508: Downgrade error to warning if the umbrella...
2017-04-18 Alex LorenzThe SubjectMatchRule enum should not be used as a Dense...
2017-04-18 Ekaterina Romanova[DOXYGEN] Minor improvements in doxygen comments.
2017-04-18 Reid KlecknerRemove unused varible
2017-04-18 Manoj Gupta[AArch64][clang] Pass cpu/arch information to assembler...
2017-04-18 Alex Lorenz[ASTPrinter] Print template parameter lists for out...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Martell MaloneDriver: Better detection of mingw-gcc
2017-04-18 Oliver Stannard[ARM] Add hardware build attributes in assembler
2017-04-18 Oliver Stannard[ARM,AArch64] Define __ELF__ for arm-none-eabihf and...
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzFix one more 'not all control paths return a value...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Eric FiselierAssert that a valid operator new/delete signature is...
2017-04-18 Eric FiselierSpeculatively attempt to fix bot failures caused by...
2017-04-18 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-18 Adrian PrantlDebug Info: Remove special-casing of indirect function...
2017-04-17 Richard SmithFix mishandling of escaped newlines followed by newline...
2017-04-17 Eric FiselierRevert r300504 - [coroutines] Fix rebuilding of implici...
2017-04-17 Vedant Kumar[ubsan] Skip null checks if they are constant-folded...
2017-04-17 Vedant Kumar[ubsan] Skip null checks on pointers to the start of...
2017-04-17 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-04-17 Benjamin KramerRevert "Address http://bugs.llvm.org/pr30994 so that...
2017-04-17 Yaxun LiuCodeGen: Let byval parameter use alloca address space
2017-04-17 Yaxun LiuCodeGen: Let lifetime intrinsic use alloca address...
2017-04-17 David BlaikieUse default ref capture to simplify local lambdas,...
2017-04-17 Akira Hatanaka[ObjC] Mark loads from __NSArray0 and __NSDictionary0...
2017-04-17 Yaron KerenAddress http://bugs.llvm.org/pr30994 so that a non...
2017-04-16 Alexander Shaposhnikov[clang] Register isConstexpr matcher
2017-04-16 Yaron KerenUse setUsedForHeaderGuard() accessor function instead...
2017-04-16 Eric FiselierRevert r300420 - [coroutines] Fix building of new/delet...
2017-04-16 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-15 Aaron BallmanAdd isStaticStorageClass to the dynamic matcher registr...
2017-04-15 Akira Hatanaka[ObjC] Use empty Objective-C collection literal constan...
2017-04-15 Eric ChristopherWhen we turn on vsx it should also turn on altivec...
2017-04-15 Akira HatanakaRevert "[ObjC] Use empty Objective-C collection literal...
2017-04-15 Akira Hatanaka[ObjC] Use empty Objective-C collection literal constan...
2017-04-15 Vedant Kumar[Coverage] Use the new getInstrProfSectionName API...
2017-04-15 Duncan P. N. Exon... Modules: Do not serialize #pragma pack state
2017-04-14 Vedant Kumar[ubsan] Don't check alignment if the alignment is 1
2017-04-14 Vedant Kumar[ubsan] Reduce alignment checking of C++ object pointers
2017-04-14 Kuba Mracek[ObjC] Fix lifetime markers of loop variable in EmitObj...
2017-04-14 Erich KeaneMake Gentoo GNU GCC Config override whitespace tolerant
2017-04-14 Simon Pilgrim[X86][SSE] Update MOVNTDQA non-temporal loads to generi...
2017-04-14 Vassil VassilevPR32280: Do not crash on nested initializers.
2017-04-14 Konstantin Zhuravlyov[AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless...
2017-04-14 Xinliang David LiFix use after free error
2017-04-14 Xinliang David LiRemove unused function /nfc
2017-04-14 Kuba MracekRevert r300287.
2017-04-14 Kuba Mracek[ObjC] Fix lifetime markers of loop variable in EmitObj...
2017-04-13 George Burgess IVFix PR31934: forming refs to functions with enable_if...
2017-04-13 Xinliang David Li[Profile] PE binary coverage bug fix
2017-04-13 Reid Kleckner[IR] Make getParamAttributes take argument numbers...
2017-04-13 Richard SmithDiagnose attempt to take address of bitfield members...
2017-04-13 Richard SmithPR32185: Revert r291512 and add a testcase for PR32185.
next