aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)Author
2019-01-15[clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocationReid Kleckner
2019-01-15Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly
2019-01-15NFC: Implement OMPClause dump in terms of visitorsStephen Kelly
2019-01-15Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15[MSP430] Provide a toolchain descriptionAnton Korobeynikov
2019-01-15Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Benjamin Kramer
2019-01-15Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer
2019-01-15Reduce ASTMatchers stack footprint. Addresses http://llvm.org/PR38851Alexander Kornienko
2019-01-15NFC: Move Decl node handling to TextNodeDumperStephen Kelly
2019-01-15[ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly
2019-01-15[X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper
2019-01-14[ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly
2019-01-14[ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly
2019-01-14Improve a -Wunguarded-availability noteErik Pilkington
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-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-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-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-10[WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively
2019-01-10Correct the source range returned from preprocessor callbacks.Aaron Ballman
2019-01-10NFC: Change case of identifiersStephen Kelly
2019-01-10[SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers
2019-01-10[analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov
2019-01-10[analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a functionGeorge 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