summaryrefslogtreecommitdiffstats
path: root/include/clang/AST
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-063-148/+58
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-062-11/+11
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-044-0/+16
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-043-58/+148
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-0/+6
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-0/+8
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-035-85/+0
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-0/+3
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-025-0/+85
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-025-66/+123
* [NFC] typoJF Bastien2019-04-301-1/+1
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-0/+8
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-0/+19
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-241-0/+15
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-222-5/+3
* Move the implementation of getInnermostBlockDecl to the .cpp file to fixAkira Hatanaka2019-04-181-11/+1
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-171-0/+15
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-129-0/+652
* [AST] Forbid copy/move of statements/typesBruno Ricci2019-04-122-0/+7
* [ASTImporter] Fix in ASTImporter::Import_New(const Decl *)Bjorn Pettersson2019-04-091-1/+1
* [ASTImporter] Make ODR error handling configurableGabor Marton2019-04-011-0/+4
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-3/+2
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-03-281-1/+0
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-272-1/+93
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-0/+14
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-211-0/+13
* Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann2019-03-201-1/+1
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-203-1/+32
* [Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington2019-03-181-1/+1
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-124-5/+113
* [ObjC] Emit a boxed expression as a compile-time constant if theAkira Hatanaka2019-03-081-0/+6
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-074-0/+84
* [analyzer] handle modification of vars inside an expr with comma operatorPetar Jovanovic2019-03-071-0/+3
* [ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri2019-03-071-9/+4
* [PR40778] Add addr space conversion when binding reference to a temporary.Anastasia Stulova2019-03-061-0/+5
* Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)Hans Wennborg2019-03-061-0/+6
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-062-5/+0
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-0/+8
* [ASTImporter] Handle built-in when importing SourceLocation and FileIDShafik Yaghmour2019-03-041-2/+2
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-272-0/+12
* Reapply "Make static counters in ASTContext non-static." with fixes.Alexander Kornienko2019-02-251-12/+12
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-4/+20
* Revert "Make static counters in ASTContext non-static."Vlad Tsyrklevich2019-02-251-12/+12
* Make static counters in ASTContext non-static.Alexander Kornienko2019-02-251-12/+12
* [NFC] Fix Wdocumentation warning in OMPToClauseBruno Ricci2019-02-231-1/+0
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-4/+28
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-192-245/+309
* Recommit "[AST] Factor out the logic of the various Expr::Ignore*"Bruno Ricci2019-02-171-1/+1
* Revert "[AST] Factor out the logic of the various Expr::Ignore*"Bruno Ricci2019-02-171-1/+1
* [AST] Factor out the logic of the various Expr::Ignore*Bruno Ricci2019-02-171-1/+1