]> granicus.if.org Git - clang/history - include/clang/AST
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / AST /
2019-10-21 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-10-19 Michael Liao[hip][cuda] Fix the extended lambda name mangling issue.
2019-10-19 Richard Smith[c++20] Add rewriting from comparison operators to...
2019-10-19 Richard Smith[c++20] Add CXXRewrittenBinaryOperator to represent...
2019-10-18 Alexey Bataev[OPENMP50]Add support for master taskloop simd.
2019-10-16 Alexey Bataev[OPENMP]Allow priority clause in combined task-based...
2019-10-15 Richard SmithRemove unnecessary and inappropriate forward-declaratio...
2019-10-15 Alexey Bataev[OPENMP]Fix comments/params, NFC.
2019-10-15 Alexey Bataev[OPENMP]Allow final clause in combined task-based direc...
2019-10-15 Saar Raz[Concept] Associated Constraints Infrastructure
2019-10-15 Aaron BallmanAdd more information to JSON AST dumping of source...
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-15 Nico WeberRevert 374882 "[Concepts] Concept Specialization Expres...
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-14 Alexey Bataev[OPNEMP]Allow num_tasks clause in combined task-based...
2019-10-14 Alexey Bataev[OPNEMP]Allow grainsize clause in combined task-based...
2019-10-14 Alexey Bataev[OPENMP50]Add support for 'parallel master taskloop...
2019-10-11 Volodymyr Sapsai[ObjC] Remove default parameter no caller was providing...
2019-10-11 Richard SmithMove most CXXRecordDecl::DefinitionData bit-fields...
2019-10-10 Alexey Bataev[OPENMP50]Support for 'master taskloop' directive.
2019-10-10 Michael Liao[ast] Fix indentation. NFC.
2019-10-10 Reid KlecknerRe-land [mangle] Fix mangling where an extra mangle...
2019-10-10 Reid KlecknerRevert [mangle] Fix mangling where an extra mangle...
2019-10-09 Volodymyr Sapsai[ObjC generics] Fix not inheriting type bounds in categ...
2019-10-09 Michael Liao[mangle] Fix mangling where an extra mangle context...
2019-10-07 Alexey Bataev[OPENMP]Fix caonical->canonical, NFC.
2019-10-07 Alexey Bataev[OPENMP50]Treat range-based for as canonical loop.
2019-10-07 Richard SmithFix behavior of __builtin_bit_cast when the From and...
2019-10-04 Erik Pilkington[Sema] Split out -Wformat-type-confusion from -Wformat...
2019-10-04 Raphael Isemann[lldb][modern-type-lookup] No longer import temporary...
2019-10-04 Richard SmithProperly handle instantiation-dependent array bounds.
2019-10-03 Guillaume Chatelet[Alignment][Clang][NFC] Add CharUnits::getAsAlign
2019-10-03 Raphael Isemann[clang][NFC] Fix misspellings in ExternalASTMerger.h
2019-10-02 John McCallRename TypeNodes.def to TypeNodes.inc for consistency...
2019-10-01 John McCallEmit TypeNodes.def with tblgen.
2019-10-01 Raphael Isemann[clang][lldb][NFC] Encapsulate ExternalASTMerger::Impor...
2019-09-30 Richard SmithFix crash on value-dependent delete-expressions.
2019-09-30 Erich KeaneTeach CallGraph to look into Generic Lambdas.
2019-09-30 Simon PilgrimDeclCXX/ExprCXX - silence static analyzer getAs<> null...
2019-09-30 Raphael Isemann[lldb][clang][modern-type-lookup] Use ASTImporterShared...
2019-09-29 Richard SmithFor P0784R7: compute whether a variable has constant...
2019-09-27 Nicholas AllegraRevert r373034
2019-09-27 Richard SmithFor P0784R7: add support for new (std::nothrow).
2019-09-27 Richard SmithFor P0784R7: Add support for dynamic allocation with...
2019-09-26 Nicholas Allegra[Consumed][NFC] Refactor handleCall to take function...
2019-09-25 Ilya BiryukovRe-land r372863: [AST] Extract Decl::printNestedNameSpe...
2019-09-25 Yitzhak Mandelbaum[NFC] Fix typo in `getPreviousDecl` comment.
2019-09-25 Ilya BiryukovRevert r372863: [AST] Extract Decl::printNestedNameSpec...
2019-09-25 Ilya Biryukov[AST] Extract Decl::printNestedNameSpecifier helper...
2019-09-24 Adrian PrantlSupport for DWARF-5 C++ language tags.
2019-09-23 Jonas DevlieghereRevert "Support for DWARF-5 C++ language tags."
2019-09-23 Adrian PrantlSupport for DWARF-5 C++ language tags.
2019-09-23 Alexey Bataev[OPENMP]Use standard parsing for 'match' clause, NFC.
2019-09-23 Zoe Carver Fix __is_fundamental to accept nullptr_t
2019-09-23 Richard SmithFor P0784R7: add support for constexpr destructors...
2019-09-22 Gauthier Harnisch[clang] fixing conditional explicit for out-of-line...
2019-09-21 James Y KnightNFC: Change ObjCQualified*TypesAreCompatible to take
2019-09-21 Richard TrieuMerge and improve code that detects same value in compa...
2019-09-19 Aaron BallmanRevert r372325 - Reverting r372323 because it broke...
2019-09-19 Aaron BallmanReverting r372323 because it broke color tests on Linux.
2019-09-19 Aaron BallmanRemove an unsafe member variable that wasn't needed...
2019-09-18 Richard Smith[c++20] P1331R2: Allow transient use of uninitialized...
2019-09-18 Simon Pilgrim[AST] CommentLexer - Remove (optional) Invalid paramete...
2019-09-13 Erich Keane[NFCI]Create CommonAttributeInfo Type as base type...
2019-09-13 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-07 Akira Hatanaka[Sema][ObjC] Mark C union fields that have non-trivial...
2019-09-07 Akira Hatanaka[Sema] Diagnose default-initialization, destruction...
2019-09-05 Nico WeberImplement Microsoft-compatible mangling for decompositi...
2019-09-05 Alexandre GaneaRevert: [DebugInfo] Add debug location to stubs generat...
2019-09-05 Jan Korous[AST][NFC] Doc comments for ASTNameGenerator
2019-09-05 Alexandre Ganea[DebugInfo] Add debug location to stubs generated by...
2019-09-05 Richard Smith[c++20] Fix some ambiguities in our mangling of lambdas...
2019-09-04 Richard Smith[c++20] P1143R2: Add support for the C++20 'constinit...
2019-09-04 Roman LebedevRevert "[Clang Interpreter] Initial patch for the const...
2019-09-04 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-02 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-09-02 Balazs Keri[AST] AST structural equivalence to work internally...
2019-09-02 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-31 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-31 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-31 Richard Smith[c++20] Add support for designated direct-list-initiali...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-29 Richard SmithFix silent wrong-code bugs and crashes with designated...
2019-08-29 Dmitri GribenkoRemoved a function declaration that doesn't have a...
2019-08-29 Dmitri GribenkoRemoved `AnyFunctionDecl`, it is unused.
2019-08-29 Dmitri GribenkoRemoved two function declarations that don't have defin...
2019-08-29 Dmitri GribenkoRemoved dead code from clang/AST/NSAPI.h
2019-08-28 Alexey Bataev[OPENMP][Analysis] Add analysis of the map clauses.
2019-08-27 Gabor Marton[ASTImporter] Fix name conflict handling with different...
2019-08-23 Alexey Bataev[OPENMP5.0]Add support for device_type clause in declar...
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Store the dynamic types...
2019-08-20 Stephan BergmannRudimentary support for Doxygen \retval command
2019-08-14 Jonas Devlieghere[Clang] Migrate llvm::make_unique to std::make_unique
2019-08-14 Alexey Bataev[OPENMP]Support for non-rectangular loops.
2019-08-14 Erik Pilkington[Sema][ObjC] Fix a -Wformat false positive with localiz...
2019-08-14 Dmitri GribenkoImproved the doc comment for getCommentsInFile
2019-08-14 Balazs Keri[ASTImporter] Import default expression of param before...
next