aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)Author
2019-01-12[NetBSD] Enable additional sanitizer typesMichal Gorny
2019-01-12NFC: Port loop to cxx_range_forStephen Kelly
2019-01-11[analyzer] Support for OSObjects out parameters in RetainCountCheckerGeorge Karpenkov
2019-01-11[analyzer] Introduce a convenience method for getting a CallEvent from an arb...George Karpenkov
2019-01-11[Darwin][Driver] Don't pass a file as object_path_lto during ThinLTOSteven Wu
2019-01-11Implement Attr dumping in terms of visitorsStephen Kelly
2019-01-11[ASTDump] Add utility for dumping a label with child nodesStephen Kelly
2019-01-11[LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson
2019-01-11[attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov
2019-01-11Fix a pair of Wfallthrough warnings in ScanfFormatString.Erich Keane
2019-01-11Implementation Feature Test Macros for P0722R3Chris Kennelly
2019-01-11[Sema] Make canPassInRegisters return true if the CXXRecordDecl passedAkira Hatanaka
2019-01-11[Sema] If CheckPlaceholderExpr rewrites the initializer of an autoAkira Hatanaka
2019-01-11Remember to instantiate explicit template argument lists in a friendRichard Smith
2019-01-11[AST] Remove ASTContext from getThisType (NFC)Brian Gesiak
2019-01-11Fix header issues.Richard Trieu
2019-01-11Add an explicit initializer to silence a -Wmissing-field-initializers diagnos...Aaron Ballman
2019-01-10[WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively
2019-01-10[analyzer] pr38838, pr39976: Fix crash on diagnosing before implicit destructor.Artem Dergachev
2019-01-10Properly support -shared-libgcc.Sterling Augustine
2019-01-10Correct the source range returned from preprocessor callbacks.Aaron Ballman
2019-01-10NFC: Change case of identifiersStephen Kelly
2019-01-10[Sema] Call CheckPlaceholderExpr to resolve typeof or decltypeAkira Hatanaka
2019-01-10[HIP] Use nul instead of /dev/null when running on windowsYaxun Liu
2019-01-10Fix false positive unsequenced access and modification warning in array subsc...Nicolas Lesser
2019-01-10[analyzer] [hotfix] Fix the testsGeorge Karpenkov
2019-01-10[analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov
2019-01-10[analyzer] [NFC] [RetainCountChecker] Remove dead unused mapGeorge Karpenkov
2019-01-10[analyzer] Quote the type of the leaked/problematic object in diagnostics for...George Karpenkov
2019-01-10[analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a functionGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Remove SummaryLogGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Another minor cleanupGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Refactor the way attributes are handledGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] Remove redundant enum UnarySummaryKindGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum valueGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov
2019-01-10[analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.George Karpenkov
2019-01-10[analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...George Karpenkov
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl
2019-01-10Correct the spelling of helpURI to helpUri.Aaron Ballman
2019-01-10[AMDGPU] Separate feature dot-instsStanislav Mekhanoshin
2019-01-10In nothrow new-expressions, null-check the result if we're going toRichard Smith
2019-01-09[Sema] Mark target of __attribute__((alias("target"))) used for CNick Desaulniers
2019-01-09[ObjC] Allow the use of implemented unavailable methods from withinAlex Lorenz
2019-01-09[OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea
2019-01-09[OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea
2019-01-09[CodeGen] Clarify comment about COFF common symbol alignmentShoaib Meenai
2019-01-09[AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci
2019-01-09Incorrect implicit data-sharing for nested tasksAlexey Bataev
2019-01-09[AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci