]> granicus.if.org Git - clang/history - lib/AST/TemplateBase.cpp
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / AST / TemplateBase.cpp
2017-01-30 Benjamin Kramer[AST] Give TemplateArgumentLoc a constexpr ctor.
2016-12-23 Richard SmithWhen merging two deduced non-type template arguments...
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-29 Yaron KerenImplement TemplateArgument::dump() method for debugging...
2015-12-29 James Y Knight[TrailingObjects] Convert AST classes that had a ASTTem...
2015-12-24 James Y Knight[TrailingObjects] Convert ASTTemplateKWAndArgsInfo...
2015-12-16 Reid KlecknerPrint qualified display names when emitting CodeView
2015-08-05 Benjamin Kramer[AST] ArrayRefize template argument packs. No functiona...
2015-01-09 Richard TrieuUse APSInt::isSameValue instead of operator== in a...
2014-12-13 Will WilsonNFC: Minor formatting fix
2014-12-13 Will WilsonPretty print support for template arg enum constants
2014-10-17 Richard SmithFix the rest of PR21289: a pack expansion that we can...
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
2014-07-15 Aaron BallmanAdded the pack_elements range accessor. Refactoring...
2014-05-12 Craig Topper[C++11] Use 'nullptr'. AST edition.
2014-04-02 David BlaikieRender anonymous entities as '(anonymous <thing>)'...
2014-03-28 Richard SmithPR19278: Align ASTTemplateArgumentListInfo to match...
2013-08-21 Eli FriedmanReduce sizeof(TemplateArgument) from 32 to 24.
2013-06-20 Eli FriedmanFix one place I missed that was memcpy'ing TypeLocs...
2013-05-09 David BlaikieDebug Info: include address-of ('&') operator and quali...
2013-02-22 Benjamin KramerStreamify getNameForDiagnostic and remove the string...
2013-02-21 David BlaikieUse None rather than Optional<T>() where possible.
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-18 David BlaikieReplace TypeLoc llvm::cast support to be well-defined.
2013-02-08 Jordan RoseExcise <cctype> from Clang (except clang-tblgen) in...
2012-12-01 Benjamin KramerInclude pruning and general cleanup.
2012-10-05 Abramo BagnaraAdded forgotten break.
2012-09-26 Eli FriedmanFix the AST representation for non-type template argume...
2012-08-15 Richard SmithFix overallocation and underalignment of ASTTemplateArg...
2012-06-07 Benjamin KramerReuse APInt's getNumWords, which gets rounding right...
2012-06-07 Benjamin KramerPlug a long standing memory leak in TemplateArgument.
2012-04-06 Douglas GregorImplement support for null non-type template arguments...
2012-02-07 Benjamin KramerPrint NamedDecls directly to a raw_ostream where possible.
2012-02-05 Dylan NoblesmithBasic: import SmallString<> into clang namespace
2012-02-04 Benjamin KramerMove a method from IdentifierTable.h out of line and...
2012-01-27 Abramo BagnaraAdded source location for the template keyword in AST...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-09-23 David BlaikieRemoving a bunch of dead returns/breaks after llvm_unre...
2011-09-23 David BlaikieSwitch assert(0/false) llvm_unreachable.
2011-09-22 Argyrios KyrtzidisDon't use TemplateArgumentListInfo inside AST nodes...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-01 Douglas GregorIntroduce the notion of instantiation dependence into...
2011-06-17 Douglas GregorObjective-ARC++: infer template type arguments of
2011-04-28 Chandler CarruthSilence more -Wnon-pod-memset given its current impleme...
2011-03-02 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Chandler CarruthClean up some gross code in the printer here. No more...
2011-02-19 Chandler CarruthImprove bool and char integral template argument printi...
2011-01-14 Douglas GregorTeach template template argument pack expansions to...
2011-01-14 Douglas GregorTeach PackExpansionExpr to keep track of the number...
2011-01-14 Douglas GregorKeep track of the number of expansions to be produced...
2011-01-12 Jay FoadPR3558: mark "logically const" accessor methods in...
2011-01-11 Douglas GregorAdd TemplateArgument::CreatePackCopy() to create a...
2011-01-06 Douglas GregorWhen default-initializing a TemplateArgumentLocInfo...
2011-01-05 Douglas GregorReplace the representation of template template argumen...
2011-01-05 Douglas GregorAdd semantic analysis for the creation of and an AST...
2011-01-03 Douglas GregorImplement support for pack expansions whose pattern...
2010-12-22 Douglas GregorImplement template argument deduction for pack expansio...
2010-12-21 Douglas GregorAdd a hack to work around the lack of proper type-sourc...
2010-12-20 Douglas GregorImplement basic support for template instantiation...
2010-12-20 Douglas GregorClean up the handling of template argument packs, espec...
2010-12-15 Douglas GregorVariadic templates: extend the Expr class with a bit...
2010-12-13 Douglas GregorVariadic templates: extend Type, NestedNameSpecifier...
2010-11-07 Douglas GregorRemove broken support for variadic templates, along...
2010-09-03 Zhanyong Wanfix a crash in RecursiveASTVisitor's child classes...
2010-08-05 John McCalloperator<< on a DiagnosticBuilder should *always* outpu...
2010-06-11 John McCallSplit DependentNameType into two types. DependentNameT...
2010-05-20 Abramo BagnaraRenamed misleading getSourceRange -> getLocalSourceRang...
2010-05-08 Douglas GregorWhen printing a non-viable overload candidate that...
2009-12-07 John McCallDeclaratorInfo -> TypeSourceInfo. Makes an effort...
2009-11-23 Douglas GregorCanonical template arguments that are template template...
2009-11-11 Douglas GregorFix speculative parsing of dependent template names in
2009-11-11 Douglas GregorIntroduce a new representation for template template
2009-10-29 John McCallA few TemplateArgumentLoc clean-ups. Try to remember...
2009-10-29 John McCallTrack source information for template arguments and...
2009-10-29 John McCallExtract TemplateArgument into a new header just for...