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