summaryrefslogtreecommitdiffstats
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
...
* Implement TemplateArgument dumping in terms of VisitorStephen Kelly2019-01-122-1/+115
* [ASTDump] Change parameter to StringRefStephen Kelly2019-01-121-1/+1
* [analyzer] Support for OSObjects out parameters in RetainCountCheckerGeorge Karpenkov2019-01-111-2/+10
* [analyzer] Introduce a convenience method for getting a CallEvent from an arb...George Karpenkov2019-01-111-0/+7
* [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTOSteven Wu2019-01-111-0/+4
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-113-3/+91
* [ASTDump] Add utility for dumping a label with child nodesStephen Kelly2019-01-111-1/+13
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-113-0/+10
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-113-3/+30
* [Sema] If CheckPlaceholderExpr rewrites the initializer of an autoAkira Hatanaka2019-01-111-2/+2
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-111-1/+5
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-1/+1
* Fix header issues.Richard Trieu2019-01-119-3/+9
* [WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively2019-01-102-68/+75
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-101-2/+5
* NFC: Change case of identifiersStephen Kelly2019-01-101-10/+10
* [SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers2019-01-101-0/+2
* [analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov2019-01-101-1/+1
* [analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a functionGeorge Karpenkov2019-01-101-4/+3
* [analyzer] [RetainCountChecker] [NFC] Another minor cleanupGeorge Karpenkov2019-01-101-16/+14
* [analyzer] [RetainCountChecker] [NFC] Refactor the way attributes are handledGeorge Karpenkov2019-01-101-8/+10
* [analyzer] [RetainCountChecker] Remove redundant enum UnarySummaryKindGeorge Karpenkov2019-01-101-3/+1
* [analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum valueGeorge Karpenkov2019-01-101-4/+0
* [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov2019-01-101-17/+0
* [analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.George Karpenkov2019-01-101-19/+40
* [analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...George Karpenkov2019-01-101-21/+22
* Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington2019-01-102-3/+7
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-103-6/+6
* [AMDGPU] Separate feature dot-instsStanislav Mekhanoshin2019-01-101-7/+7
* 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
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-092-0/+5
* Removing an include that was not necessary; NFC.Aaron Ballman2019-01-091-19/+19
* [AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci2019-01-094-74/+20
* [AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci2019-01-092-138/+217
* Fix typo in commentNico Weber2019-01-091-1/+1
* Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova2019-01-091-30/+47
* [ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly2019-01-081-3/+5
* Implement the TreeStructure interface through the TextNodeDumperStephen Kelly2019-01-082-85/+86
* [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-081-2/+2
* __has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington2019-01-081-1/+7
* Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington2019-01-082-3/+1
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-4/+4
* [AST][NFC] Pack CXXScalarValueInitExprBruno Ricci2019-01-082-7/+20
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-082-27/+49
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-082-51/+91
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-082-1/+3
* NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly2019-01-072-10/+16
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-071-0/+1
* Recommit r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd...Craig Topper2019-01-071-37/+19