summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2019-01-15[ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15[X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-15[COFF, ARM64] Add __byteswap intrinsicsMandeep Singh Grang
2019-01-15[CMake][Fuchsia] Synchronize first and second stage buildsPetr Hosek
2019-01-14[Sema] Change std::sort to llvm::sortMandeep Singh Grang
2019-01-14[COFF, ARM64] Add __nop intrinsicMandeep Singh Grang
2019-01-14[ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly
2019-01-14[ASTDump] NFC: Canonicalize handling of TypeLocInfoStephen Kelly
2019-01-14[ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly
2019-01-14NFC: Fix nits I missed beforeStephen Kelly
2019-01-14Improve a -Wunguarded-availability noteErik Pilkington
2019-01-14[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-14[analyzer] [PR39792] false positive on strcpy targeting struct membersGeorge Karpenkov
2019-01-14[analyzer] [NFC] Remove unused undefined method.George Karpenkov
2019-01-14[WebAssembly] Remove old builtinsDan Gohman
2019-01-14[Sema] Expose a control flag for integer to pointer ext warningKristina Brooks
2019-01-14[AST] Fix double-traversal of code in top-level lambdas in RAV(implicit = yes).Sam McCall
2019-01-14clang-cl: Fix help text for /O<flags>: '/O2y-' means '/O2 /Oy-', not '/O2 /y-'Nico Weber
2019-01-14clang-cl: Align help texts for /O1 and O2Nico Weber
2019-01-14[OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova
2019-01-14[AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall
2019-01-14[X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ...Craig Topper
2019-01-14[X86] Remove mask parameter from vpshufbitqmb intrinsics. Change result to a ...Craig Topper
2019-01-12NFC: Make utility privateStephen Kelly
2019-01-12[ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly
2019-01-12Implement TemplateArgument dumping in terms of VisitorStephen Kelly
2019-01-12[ASTDump] Change parameter to StringRefStephen Kelly
2019-01-12[analyzer] Fix unused variable warnings in Release buildsBenjamin Kramer
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[Bug 39548][Clang] PGO bootstrap fails with python3: errors in perf-helper.pySerge Guelton
2019-01-11[test] Update support for Exynos M4 (NFC)Evandro Menezes
2019-01-11[MergeFunc] Update clang test for r350939Vedant Kumar
2019-01-11[LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson
2019-01-11[analyzer] [NFC] Fix the FIXME in testsGeorge Karpenkov
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-11Silence -Wsign-compare in unittestsBjorn Pettersson
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