aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TemplateBase.cpp
AgeCommit message (Expand)Author
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2012-12-01Include pruning and general cleanup.Benjamin Kramer
2012-10-05Added forgotten break.Abramo Bagnara
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-08-15Fix overallocation and underalignment of ASTTemplateArgumentListInfo objects.Richard Smith
2012-06-07Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution miss...Benjamin Kramer
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-01-27Added source location for the template keyword in AST template-id expressions.Abramo Bagnara
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-22Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor
2011-06-17Objective-ARC++: infer template type arguments ofDouglas Gregor
2011-04-28Silence more -Wnon-pod-memset given its current implementation. I may beChandler Carruth
2011-03-02Push nested-name-specifier source location information into templateDouglas Gregor
2011-02-25Clean up some gross code in the printer here. No more string streamChandler Carruth
2011-02-19Improve bool and char integral template argument printing inChandler Carruth
2011-01-14Teach template template argument pack expansions to keep track of theDouglas Gregor
2011-01-14Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor
2011-01-14Keep track of the number of expansions to be produced from a type packDouglas Gregor
2011-01-12PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad
2011-01-11Add TemplateArgument::CreatePackCopy() to create a new parameter packDouglas Gregor
2011-01-06When default-initializing a TemplateArgumentLocInfo, make sure that weDouglas Gregor
2011-01-05Replace the representation of template template argument packDouglas Gregor
2011-01-05Add semantic analysis for the creation of and an AST representationDouglas Gregor
2011-01-03Implement support for pack expansions whose pattern is a non-typeDouglas Gregor
2010-12-22Implement template argument deduction for pack expansions whoseDouglas Gregor
2010-12-21Add a hack to work around the lack of proper type-source info in a pack expan...Douglas Gregor
2010-12-20Implement basic support for template instantiation of pack expansionsDouglas Gregor
2010-12-20Clean up the handling of template argument packs, especially in theDouglas Gregor
2010-12-15Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor
2010-12-13Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor
2010-11-07Remove broken support for variadic templates, along with the variousDouglas Gregor
2010-09-03fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...Zhanyong Wan
2010-08-05operator<< on a DiagnosticBuilder should *always* output exactly one thing.John McCall
2010-06-11Split DependentNameType into two types. DependentNameType represents theJohn McCall
2010-05-20Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara
2010-05-08When printing a non-viable overload candidate that failed due toDouglas Gregor
2009-12-07DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall
2009-11-23Canonical template arguments that are template template parameters byDouglas Gregor