index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
TemplateBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use APSInt::isSameValue instead of operator== in a place where two APSInt's
Richard Trieu
2015-01-09
1
-1
/
+5
*
NFC: Minor formatting fix
Will Wilson
2014-12-13
1
-1
/
+1
*
Pretty print support for template arg enum constants
Will Wilson
2014-12-13
1
-2
/
+13
*
Fix the rest of PR21289: a pack expansion that we can't expand yet makes a
Richard Smith
2014-10-17
1
-2
/
+4
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-2
/
+1
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-13
/
+8
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-3
/
+3
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-2
/
+2
*
PR19278: Align ASTTemplateArgumentListInfo to match its following dynamic array
Richard Smith
2014-03-28
1
-0
/
+2
*
Reduce sizeof(TemplateArgument) from 32 to 24.
Eli Friedman
2013-08-21
1
-6
/
+10
*
Fix one place I missed that was memcpy'ing TypeLocs in a way that messes
Eli Friedman
2013-06-20
1
-62
/
+0
*
Debug Info: include address-of ('&') operator and qualified names in template...
David Blaikie
2013-05-09
1
-1
/
+2
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-3
/
+1
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-1
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-6
/
+5
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-2
/
+2
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+0
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Added forgotten break.
Abramo Bagnara
2012-10-05
1
-2
/
+2
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-24
/
+39
*
Fix overallocation and underalignment of ASTTemplateArgumentListInfo objects.
Richard Smith
2012-08-15
1
-3
/
+3
*
Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution miss...
Benjamin Kramer
2012-06-07
1
-3
/
+4
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-7
/
+25
*
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
1
-14
/
+21
*
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-07
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-3
/
+3
*
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
1
-4
/
+35
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-15
/
+13
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-2
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
Don't use TemplateArgumentListInfo inside AST nodes because it may leak.
Argyrios Kyrtzidis
2011-09-22
1
-0
/
+62
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Introduce the notion of instantiation dependence into Clang's AST. A
Douglas Gregor
2011-07-01
1
-0
/
+39
*
Objective-ARC++: infer template type arguments of
Douglas Gregor
2011-06-17
1
-1
/
+3
*
Silence more -Wnon-pod-memset given its current implementation. I may be
Chandler Carruth
2011-04-28
1
-1
/
+1
*
Push nested-name-specifier source location information into template
Douglas Gregor
2011-03-02
1
-5
/
+5
*
Clean up some gross code in the printer here. No more string stream
Chandler Carruth
2011-02-25
1
-13
/
+5
*
Improve bool and char integral template argument printing in
Chandler Carruth
2011-02-19
1
-1
/
+34
*
Teach template template argument pack expansions to keep track of the
Douglas Gregor
2011-01-14
1
-2
/
+10
*
Teach PackExpansionExpr to keep track of the number of pack expansions
Douglas Gregor
2011-01-14
1
-1
/
+1
*
Keep track of the number of expansions to be produced from a type pack
Douglas Gregor
2011-01-14
1
-0
/
+4
*
PR3558: mark "logically const" accessor methods in ASTContext as const,
Jay Foad
2011-01-12
1
-1
/
+1
*
Add TemplateArgument::CreatePackCopy() to create a new parameter pack
Douglas Gregor
2011-01-11
1
-0
/
+12
*
When default-initializing a TemplateArgumentLocInfo, make sure that we
Douglas Gregor
2011-01-06
1
-1
/
+9
*
Replace the representation of template template argument pack
Douglas Gregor
2011-01-05
1
-38
/
+49
*
Add semantic analysis for the creation of and an AST representation
Douglas Gregor
2011-01-05
1
-31
/
+41
*
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2011-01-03
1
-6
/
+12
*
Implement template argument deduction for pack expansions whose
Douglas Gregor
2010-12-22
1
-0
/
+22
*
Add a hack to work around the lack of proper type-source info in a pack expan...
Douglas Gregor
2010-12-21
1
-1
/
+8
[next]