summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-1112-13/+61
* [analyzer] [NFC] Fix the FIXME in testsGeorge Karpenkov2019-01-113-24032/+52298
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-117-29/+136
* Fix a pair of Wfallthrough warnings in ScanfFormatString.Erich Keane2019-01-111-0/+2
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-113-3/+13
* Silence -Wsign-compare in unittestsBjorn Pettersson2019-01-111-7/+7
* [Sema] Make canPassInRegisters return true if the CXXRecordDecl passedAkira Hatanaka2019-01-112-2/+20
* [Sema] If CheckPlaceholderExpr rewrites the initializer of an autoAkira Hatanaka2019-01-115-18/+29
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-115-15/+161
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-1120-49/+40
* Fix header issues.Richard Trieu2019-01-1113-3/+16
* Add an explicit initializer to silence a -Wmissing-field-initializers diagnos...Aaron Ballman2019-01-111-1/+1
* [WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively2019-01-106-84/+142
* [analyzer] pr38838, pr39976: Fix crash on diagnosing before implicit destructor.Artem Dergachev2019-01-102-0/+27
* Properly support -shared-libgcc.Sterling Augustine2019-01-102-18/+10
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-104-38/+170
* NFC: Change case of identifiersStephen Kelly2019-01-103-13/+13
* [Sema] Call CheckPlaceholderExpr to resolve typeof or decltypeAkira Hatanaka2019-01-106-7/+19
* [HIP] Use nul instead of /dev/null when running on windowsYaxun Liu2019-01-101-1/+7
* fixup: sphinx warningNick Desaulniers2019-01-101-1/+1
* [SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers2019-01-103-0/+7
* Fix false positive unsequenced access and modification warning in array subsc...Nicolas Lesser2019-01-103-16/+37
* [analyzer] [hotfix] Fix the testsGeorge Karpenkov2019-01-101-5/+7
* [analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov2019-01-1014-109/+107
* [analyzer] [NFC] [RetainCountChecker] Remove dead unused mapGeorge Karpenkov2019-01-101-6/+0
* [analyzer] Quote the type of the leaked/problematic object in diagnostics for...George Karpenkov2019-01-1011-2500/+1263
* [analyzer] [NFC] Reverse the argument order for "diff" in testsGeorge Karpenkov2019-01-1035-36/+36
* [analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a functionGeorge Karpenkov2019-01-102-24/+11
* [analyzer] [RetainCountChecker] [NFC] Remove SummaryLogGeorge Karpenkov2019-01-104-103/+46
* [analyzer] [RetainCountChecker] [NFC] Another minor cleanupGeorge Karpenkov2019-01-102-16/+15
* [analyzer] [RetainCountChecker] [NFC] Refactor the way attributes are handledGeorge Karpenkov2019-01-102-91/+113
* [analyzer] [RetainCountChecker] Remove redundant enum UnarySummaryKindGeorge Karpenkov2019-01-102-19/+9
* [analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum valueGeorge Karpenkov2019-01-103-11/+1
* [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov2019-01-105-82/+69
* [analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.George Karpenkov2019-01-106-141/+180
* [analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...George Karpenkov2019-01-106-69/+70
* Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington2019-01-103-3/+37
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-1024-124/+126
* Correct the spelling of helpURI to helpUri.Aaron Ballman2019-01-102-3/+3
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-103-10/+31
* [AMDGPU] Separate feature dot-instsStanislav Mekhanoshin2019-01-104-22/+23
* Refactor declarations of ASTContext allocate functions into its own header.Richard Trieu2019-01-106-23/+46
* [X86] Really make the pointer arguments to avx512 gather/scatter intrinsics '...Craig Topper2019-01-101-57/+57
* In nothrow new-expressions, null-check the result if we're going toRichard Smith2019-01-102-2/+46
* [Sema] Mark target of __attribute__((alias("target"))) used for CNick Desaulniers2019-01-092-1/+17
* [ObjC] Allow the use of implemented unavailable methods from withinAlex Lorenz2019-01-092-6/+90
* [OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea2019-01-095-68/+232
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-097-21/+51
* [OPENMP][DOCS]Release notes/OpenMP support updates, NFC.Alexey Bataev2019-01-092-4/+19
* Removing an include that was not necessary; NFC.Aaron Ballman2019-01-091-19/+19