summaryrefslogtreecommitdiff
path: root/include/clang/AST
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-152-0/+127
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-152-127/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-152-0/+127
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-142-9/+16
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-142-9/+16
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-142-0/+74
* [ObjC] Remove default parameter no caller was providing. NFC intended.Volodymyr Sapsai2019-10-111-2/+1
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-112-204/+243
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-102-0/+72
* [ast] Fix indentation. NFC.Michael Liao2019-10-101-6/+2
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-0/+5
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-5/+0
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-091-1/+1
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-091-0/+5
* [OPENMP]Fix caonical->canonical, NFC.Alexey Bataev2019-10-071-2/+2
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-071-2/+15
* Fix behavior of __builtin_bit_cast when the From and To types are theRichard Smith2019-10-071-2/+3
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-041-1/+15
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-2/+17
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-043-45/+50
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-0/+5
* [clang][NFC] Fix misspellings in ExternalASTMerger.hRaphael Isemann2019-10-031-4/+4
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-028-16/+16
* Emit TypeNodes.def with tblgen.John McCall2019-10-013-138/+6
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-1/+8
* Fix crash on value-dependent delete-expressions.Richard Smith2019-09-301-2/+2
* Teach CallGraph to look into Generic Lambdas.Erich Keane2019-09-302-0/+8
* DeclCXX/ExprCXX - silence static analyzer getAs<> null dereference warnings. ...Simon Pilgrim2019-09-302-5/+4
* [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann2019-09-301-0/+6
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-4/+24
* Revert r373034Nicholas Allegra2019-09-271-2/+1
* For P0784R7: add support for new (std::nothrow).Richard Smith2019-09-271-0/+1
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-1/+45
* [Consumed][NFC] Refactor handleCall to take function argument list.Nicholas Allegra2019-09-261-1/+2
* Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...Ilya Biryukov2019-09-251-0/+8
* [NFC] Fix typo in `getPreviousDecl` comment.Yitzhak Mandelbaum2019-09-251-1/+1
* Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...Ilya Biryukov2019-09-251-8/+0
* [AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...Ilya Biryukov2019-09-251-0/+8
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-241-2/+5
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-231-5/+2
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-231-2/+5
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-0/+1
* Fix __is_fundamental to accept nullptr_tZoe Carver2019-09-231-0/+1
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-7/+22
* [clang] fixing conditional explicit for out-of-line definition PR42980Gauthier Harnisch2019-09-221-4/+4
* NFC: Change ObjCQualified*TypesAreCompatible to takeJames Y Knight2019-09-211-2/+4
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-0/+5
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+0
* Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-0/+2
* Remove an unsafe member variable that wasn't needed; NFC.Aaron Ballman2019-09-191-2/+0