]> granicus.if.org Git - clang/shortlog
clang
2018-08-15 Alexey Bataev[OPENMP] FIx processing of declare target variables.
2018-08-15 Daniel Jasperclang-format: Change Google style wrt. the formatting...
2018-08-15 Bruno Ricci[AST] Pack the unsigned of PackExpansionType into Type
2018-08-15 Bruno Ricci[AST] Pack the bits of TemplateSpecializationType into...
2018-08-15 Momchil VelikovUse .cpp extension for certain tests instead of .cc
2018-08-15 David GreenFix ASTMatchersTraversalTest testcase compile on older...
2018-08-15 Richard SmithSilence "unused variable" warning.
2018-08-15 Artem Dergachev[analyzer] Add support for constructors of arguments.
2018-08-14 Stephen KellyRemove obsolete comment
2018-08-14 Stephen KellyFix Stmt::ignoreImplicit
2018-08-14 Reid KlecknerFix lit fatal errors about requiring a USE_Z3_SOLVER...
2018-08-14 Artem Dergachev[CFG] [analyzer] Find argument constructors in CXXTempo...
2018-08-14 Artem Dergachev[analyzer] Add a test forgotten in r339088.
2018-08-14 Craig Topper[InlineAsm] Update the min-legal-vector-width function...
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-14 George Karpenkov[analyzer] Fix bots by removing new check-clang-analyze...
2018-08-14 Alexey Bataev[OPENMP] Fix processing of declare target construct.
2018-08-14 Kevin P. NealWe have in place support for parsing #pragma FENV_ACCES...
2018-08-14 Kevin P. NealRevert test commit
2018-08-14 Kevin P. NealTest commit
2018-08-14 Sven van Haastregt[OpenCL] Add test for constant sampler argument
2018-08-14 David Chisnall[gnu-objc] Make selector order deterministic.
2018-08-14 David ChisnallAdd a stub mangling for ObjC selectors in the Microsoft...
2018-08-14 Dean Michael... [XRay][clang] Add more test cases of -fxray-modes=...
2018-08-14 Kristof Umann[analyzer] Made a buildbot happy.
2018-08-14 Kristof Umann[analyzer][UninitializedObjectChecker] Void pointers...
2018-08-14 Tomasz Krupa[X86] Lowering addus/subus intrinsics to native IR
2018-08-14 David Carlier[CStringSyntaxChecker] Check strlcat sizeof check
2018-08-14 Reid KlecknerRevert r339623 "Model type attributes as regular Attrs."
2018-08-14 Richard SmithMove test inputs into Inputs directory.
2018-08-14 Akira Hatanaka[CodeGen] Before returning a copy/dispose helper functi...
2018-08-14 Akira HatanakaFix check strings in test/CodeGenObjC/arc-blocks.m...
2018-08-13 George Karpenkov[analyzer] Fix UninitializedObjectChecker to not crash...
2018-08-13 George Karpenkov[analyzer] [NFC] Introduce separate targets for testing...
2018-08-13 Richard SmithFix Clang warnings and bad #include filenames in r33959...
2018-08-13 Richard SmithModel type attributes as regular Attrs.
2018-08-13 Akira HatanakaConvert if/else to a switch. NFC.
2018-08-13 Alexey Bataev[OPENMP] Fix emission of the loop doacross constructs.
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Erich KeaneEnforce instantiation of template multiversion functions
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Nick Desaulniers[Sema] fix -Wfloat-conversion test case.
2018-08-13 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-13 Bruno Ricci[AST] Update/correct the static_asserts for the bit...
2018-08-13 Nick Desaulniers[SEMA] add more -Wfloat-conversion to compound assigmen...
2018-08-13 Alexey BataevRevert "[OPENMP] Fix emission of the loop doacross...
2018-08-13 Krasimir Georgiev[clang-format] Fix comment, NFC
2018-08-13 Martin BohmeSummary:Add clang::reinitializes attribute
2018-08-13 Alexey Bataev[OPENMP] Fix emission of the loop doacross constructs.
2018-08-13 Balazs Keri[ASTImporter] Improved import of friend templates.
2018-08-13 Haojian WuRevert "Allow relockable scopes with thread safety...
2018-08-13 Kadir Cetinkaya[clang] Store code completion token range in preprocessor.
2018-08-12 Shuai Wang[ASTMatchers] Let hasAnyArgument also support CXXUnreso...
2018-08-12 Aaron BallmanRenaming arg_const_range to const_arg_range; NFC.
2018-08-12 Shuai Wang[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDep...
2018-08-11 Raphael Isemann[ASTImporter] Added test case for opaque enums
2018-08-11 Raphael Isemann[ASTImporter] Added test case for CXXConversionDecl...
2018-08-11 Douglas YungMake the section boundary checks on Windows not depend...
2018-08-11 George Karpenkov[analyzer] Fix keyboard navigation for .msgNote events
2018-08-10 Reka Kovacs[analyzer] InnerPointerChecker: improve warning message...
2018-08-10 George Karpenkov[analyzer] [NFC] [tests] Move plist-based diagnostics...
2018-08-10 George Karpenkov[analyzer] Record nullability implications on getting...
2018-08-10 George Karpenkov[analyzer] Fix tracking expressions through negation...
2018-08-10 George Karpenkov[analyzer] [NFC] [tests] Move plist-based diagnostics...
2018-08-10 George KarpenkovInvalidate static locals when escaping lambdas
2018-08-10 Aaron BallmanAllow relockable scopes with thread safety attributes.
2018-08-10 Akira HatanakaMake changes to the check strings so that the test...
2018-08-10 Akira Hatanaka[CodeGen] Merge equivalent block copy/helper functions.
2018-08-10 David ChisnallFix a deprecated warning in the last commit.
2018-08-10 David ChisnallAdd Windows support for the GNUstep Objective-C ABI V2.
2018-08-10 Hans Wennborgclang-cl: accept -fcrash-diagnostics-dir=
2018-08-10 Bruno RicciFix a wrong type bug in ParsedAttr::TypeTagForDatatypeData
2018-08-10 Hans Wennborgclang-cl: Support /guard:cf,nochecks
2018-08-10 Richard TrieuFix size calculation from r339380
2018-08-09 Stephen KellyMark up deprecated methods as such
2018-08-09 Stephen KellyRemove obsolete set call
2018-08-09 Matt ArsenaultAMDGPU: Add another missing builtin
2018-08-09 Emmett NeymanAdded LLVM metadata to generated IR to increase vectori...
2018-08-09 Erich KeaneFix and recommit r339382 based on solution from RSmith:
2018-08-09 Erich KeaneRevert -r339382, which apparently breaks the Windows...
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Stephen KellyPort getStartLoc -> getBeginLoc
2018-08-09 Erich Keane[NFC] Complete the rule-of-5 for ParsedAttr
2018-08-09 Erich Keane[NFC] Simplify 'friend' declaration in ParsedAttr
2018-08-09 Erich Keane[NFC] Convert ParsedAttr to use llvm::TrailingObjects
2018-08-09 Stephen KellyFix build
2018-08-09 Erik Pilkington[Sema] P0961R1: Relaxing the structured bindings custom...
2018-08-09 Stephen KellyAdd getEndLoc API to replace getLocEnd
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getStartLoc
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getLocStart
2018-08-09 George Karpenkov[analyzer] Fix the bug in UninitializedObjectChecker...
2018-08-09 Sjoerd Meijer[AArch64][NFC] better matching of AArch64 target in...
2018-08-09 Erich KeaneImplement diagnostic stream operator for ParsedAttr.
2018-08-09 Gabor MartonFix structural inequivalency of forward EnumDecl
2018-08-09 Gabor MartonAdd support for importing imaginary literals
2018-08-09 David ChisnallCorrectly initialise global blocks on Windows.
2018-08-09 Petr Hosek[CMake] Use normalized Windows target triples
next