aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-14[X86] Lowering addus/subus intrinsics to native IRTomasz Krupa
2018-08-14[CStringSyntaxChecker] Check strlcat sizeof checkDavid Carlier
2018-08-14Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner
2018-08-14Move test inputs into Inputs directory.Richard Smith
2018-08-14[CodeGen] Before returning a copy/dispose helper function, bitcast it toAkira Hatanaka
2018-08-14Fix check strings in test/CodeGenObjC/arc-blocks.m in preperation forAkira Hatanaka
2018-08-13[analyzer] Fix UninitializedObjectChecker to not crash on uninitialized "id" ...George Karpenkov
2018-08-13[analyzer] [NFC] Introduce separate targets for testing the analyzer: check-c...George Karpenkov
2018-08-13Fix Clang warnings and bad #include filenames in r339595 and r339599.Richard Smith
2018-08-13Model type attributes as regular Attrs.Richard Smith
2018-08-13Convert if/else to a switch. NFC.Akira Hatanaka
2018-08-13[OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev
2018-08-13[analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...Kristof Umann
2018-08-13[analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...Kristof Umann
2018-08-13Enforce instantiation of template multiversion functionsErich Keane
2018-08-13[analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...Kristof Umann
2018-08-13[analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...Kristof Umann
2018-08-13[Sema] fix -Wfloat-conversion test case.Nick Desaulniers
2018-08-13[analyzer][UninitializedObjectChecker] Refactoring p1.: ImmutableList factory...Kristof Umann
2018-08-13[AST] Update/correct the static_asserts for the bit-fields in TypeBruno Ricci
2018-08-13[SEMA] add more -Wfloat-conversion to compound assigment analysisNick Desaulniers
2018-08-13Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev
2018-08-13[clang-format] Fix comment, NFCKrasimir Georgiev
2018-08-13Summary:Add clang::reinitializes attributeMartin Bohme
2018-08-13[OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev
2018-08-13[ASTImporter] Improved import of friend templates.Balazs Keri
2018-08-13Revert "Allow relockable scopes with thread safety attributes."Haojian Wu
2018-08-13[clang] Store code completion token range in preprocessor.Kadir Cetinkaya
2018-08-12[ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang
2018-08-12Renaming arg_const_range to const_arg_range; NFC.Aaron Ballman
2018-08-12[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang
2018-08-11[ASTImporter] Added test case for opaque enumsRaphael Isemann
2018-08-11[ASTImporter] Added test case for CXXConversionDecl importingRaphael Isemann
2018-08-11Make the section boundary checks on Windows not depend on the order as they a...Douglas Yung
2018-08-11[analyzer] Fix keyboard navigation for .msgNote eventsGeorge Karpenkov
2018-08-10[analyzer] InnerPointerChecker: improve warning messages and notes.Reka Kovacs
2018-08-10[analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files...George Karpenkov
2018-08-10[analyzer] Record nullability implications on getting items from NSDictionaryGeorge Karpenkov
2018-08-10[analyzer] Fix tracking expressions through negation operatorGeorge Karpenkov
2018-08-10[analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files...George Karpenkov
2018-08-10Invalidate static locals when escaping lambdasGeorge Karpenkov
2018-08-10Allow relockable scopes with thread safety attributes.Aaron Ballman
2018-08-10Make changes to the check strings so that the test I modified in r339438Akira Hatanaka
2018-08-10[CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka
2018-08-10Fix a deprecated warning in the last commit.David Chisnall
2018-08-10Add Windows support for the GNUstep Objective-C ABI V2.David Chisnall
2018-08-10clang-cl: accept -fcrash-diagnostics-dir=Hans Wennborg
2018-08-10Fix a wrong type bug in ParsedAttr::TypeTagForDatatypeDataBruno Ricci
2018-08-10clang-cl: Support /guard:cf,nochecksHans Wennborg
2018-08-10Fix size calculation from r339380Richard Trieu