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
/
Sema
/
SemaTemplateInstantiateDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR20256: don't accidentally instantiate non-dependent default-initialization as
Richard Smith
2014-07-10
1
-2
/
+3
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
1
-12
/
+6
*
Fix bug in code for avoiding dynamic initialization of dllimport globals
Hans Wennborg
2014-06-18
1
-1
/
+0
*
Improve checking for dynamic initializers of dllimport fields in template ins...
Hans Wennborg
2014-06-10
1
-8
/
+8
*
Don't dynamically initialize dllimport vars (PR19933)
Hans Wennborg
2014-06-04
1
-0
/
+6
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-2
/
+2
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-13
/
+13
*
When merging functions across modules (and in particular, instantiations of
Richard Smith
2014-05-29
1
-2
/
+10
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-5
/
+1
*
Retain isImplicit flag for local variable declarations when instantiating
Alexander Kornienko
2014-05-27
1
-0
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-151
/
+153
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-1
/
+0
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-0
/
+7
*
Make typo-correction of inheriting constructors work a bit better. Limit
Richard Smith
2014-05-01
1
-2
/
+1
*
If a using-declaration names a class member, but appears outside a class, try
Richard Smith
2014-04-02
1
-1
/
+1
*
PR19252: Fix crash if alignas is used with an auto-typed variable. Don't check
Richard Smith
2014-03-27
1
-3
/
+0
*
Emit an update record if we instantiate the definition of a function template
Richard Smith
2014-03-22
1
-1
/
+3
*
Refactor: move loading pending instantiations from chained PCHs to a more app...
Richard Smith
2014-03-22
1
-8
/
+2
*
When the exception specification for a function in an imported PCH or module is
Richard Smith
2014-03-20
1
-11
/
+4
*
PR19152: If a variable template's type involves 'auto', instantiate the
Richard Smith
2014-03-16
1
-2
/
+5
*
[C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...
Aaron Ballman
2014-03-13
1
-3
/
+1
*
[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...
Aaron Ballman
2014-03-13
1
-5
/
+1
*
PR18275: If a member function of a class template is declared with a
Richard Smith
2014-03-13
1
-0
/
+11
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-4
/
+1
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-5
/
+3
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...
Aaron Ballman
2014-03-07
1
-4
/
+1
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-1
/
+4
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-4
/
+1
*
[OPENMP] Fix for threadprivate construct instantiatiation.
Alexey Bataev
2014-03-07
1
-0
/
+3
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-4
/
+2
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-0
/
+1
*
Sema: Don't crash when trying to instantiate a local class with an invalid ba...
David Majnemer
2014-02-22
1
-8
/
+5
*
Implement DR329. We already did the right thing here in C++98 mode, but r104014
Richard Smith
2014-02-03
1
-47
/
+31
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-7
/
+7
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-6
/
+7
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-5
/
+5
*
Clean up variable template handling a bit, and correct the behavior of name
Richard Smith
2014-01-16
1
-2
/
+14
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-3
/
+5
*
Add a new attribute 'enable_if' which can be used to control overload resolut...
Nick Lewycky
2014-01-11
1
-0
/
+40
*
PR18401: Fix assert by implementing the current proposed direction of core
Richard Smith
2014-01-09
1
-2
/
+1
*
Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
PR18232: implement instantiation for class-scope explicit specializations of
Richard Smith
2013-12-14
1
-2
/
+138
*
Sema: Propagate the mangling number into instantiations
David Majnemer
2013-12-04
1
-0
/
+13
*
Sema: Instantiation of variable definitions weren't local enough
David Majnemer
2013-11-27
1
-6
/
+4
*
[Sema] Don't look for the instantiation of a local extern decl in a different
Argyrios Kyrtzidis
2013-11-27
1
-1
/
+3
*
Sema: Instantiate local class and their members appropriately
David Majnemer
2013-11-27
1
-13
/
+35
[next]