aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)Author
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-10Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl
2019-01-10[AMDGPU] Separate feature dot-instsStanislav Mekhanoshin
2019-01-10Refactor declarations of ASTContext allocate functions into its own header.Richard Trieu
2019-01-10[X86] Really make the pointer arguments to avx512 gather/scatter intrinsics '...Craig Topper
2019-01-09[OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea
2019-01-09Removing an include that was not necessary; NFC.Aaron Ballman
2019-01-09[AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci
2019-01-09[AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci
2019-01-09Fix typo in commentNico Weber
2019-01-09Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova
2019-01-08[ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly
2019-01-08Implement the TreeStructure interface through the TextNodeDumperStephen Kelly
2019-01-08[Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne
2019-01-08__has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington
2019-01-08Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington
2019-01-08Fix use-after-free bug in Tooling.Alexander Kornienko
2019-01-08[AST][NFC] Pack CXXScalarValueInitExprBruno Ricci
2019-01-08[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci
2019-01-08[AST] Pack CXXDependentScopeMemberExprBruno Ricci
2019-01-08Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington
2019-01-07NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly
2019-01-07Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington
2019-01-07Recommit r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd...Craig Topper
2019-01-07Revert r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd b...Craig Topper
2019-01-07[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins.Craig Topper
2019-01-07[AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci
2019-01-07[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci
2019-01-07[clang] Add AST matcher for initializer list membersHyrum Wright
2019-01-07[CTU] Make loadExternalAST return with non nullptr on successGabor Marton
2019-01-07[AST][NFC] Pack OpaqueValueExprBruno Ricci
2019-01-07DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith
2019-01-04[OpenMP] Refactor const restriction for reductionsJoel E. Denny
2019-01-04[OpenMP] Replace predetermined shared for const variableJoel E. Denny
2019-01-04hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne
2019-01-04[ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington
2019-01-04Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman
2019-01-04Refactor the way we handle diagnosing unused expression results.Aaron Ballman
2019-01-04[Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova
2019-01-03Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman
2019-01-02[OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster
2018-12-29Add vtable anchor to classes.Richard Trieu
2018-12-24[analyzer] [NFC] Clean up the mess of constructing argument effects in Retain...George Karpenkov