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
/
SemaTemplateInstantiate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR28794: Don't try to instantiate function templates which are not visible.
Vassil Vassilev
2016-08-18
1
-58
/
+2
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-1
/
+1
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-8
/
+4
*
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
2016-06-25
1
-2
/
+1
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-11
/
+9
*
[Sema] Don't crash when a field w/ a mem-initializer clashes with a record name
David Majnemer
2016-06-09
1
-2
/
+1
*
Produce better pretty stack traces from crashes in template instantiation: add
Richard Smith
2016-05-26
1
-0
/
+7
*
Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...
Hans Wennborg
2016-05-26
1
-0
/
+7
*
Preserve the FoundDecl when performing overload resolution for constructors.
Richard Smith
2016-05-11
1
-2
/
+3
*
[modules] Enforce the rules that an explicit or partial specialization must be
Richard Smith
2016-05-05
1
-2
/
+13
*
Make sure to perform dependent access checks when instantiating a
Richard Smith
2016-03-23
1
-0
/
+5
*
Fix the template instantiation of ExtParameterInfos; tests to follow.
John McCall
2016-03-01
1
-3
/
+6
*
[dllexport] Sort out emission order of delayed exported classes
Reid Kleckner
2016-02-26
1
-0
/
+10
*
Revert "Avoid forcing emission of delayed dllexported classes on template ins...
Reid Kleckner
2016-02-09
1
-10
/
+0
*
Avoid forcing emission of delayed dllexported classes on template instantiation
Reid Kleckner
2016-02-09
1
-0
/
+10
*
Always build a new TypeSourceInfo for function templates with parameters
Nico Weber
2016-02-01
1
-16
/
+6
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-27
1
-3
/
+1
*
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
Craig Topper
2015-12-25
1
-1
/
+3
*
[Sema] ArrayRef-ize SubstExprs. NFC
Craig Topper
2015-12-24
1
-3
/
+4
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-24
1
-3
/
+1
*
Correctly type-check the default arguments of local functions
John McCall
2015-12-11
1
-2
/
+5
*
Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of
Richard Smith
2015-10-05
1
-8
/
+0
*
Fix FunctionParmPackExpr::Create() to take a ParmVarDecl* array.
James Y Knight
2015-09-30
1
-4
/
+4
*
Instantiate function declarations in instantiated functions.
Serge Pavlov
2015-08-23
1
-5
/
+4
*
Delay emitting members of dllexport classes until the class is fully parsed (...
Hans Wennborg
2015-08-15
1
-1
/
+1
*
Sema: Allow null names to be passed in to isAcceptableTagRedeclaration
Justin Bogner
2015-07-10
1
-1
/
+1
*
Instantiation of local class members.
Serge Pavlov
2015-06-29
1
-5
/
+18
*
Fix crash-on-invalid bug in template instantiation.
Manuel Klimek
2015-06-26
1
-27
/
+0
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Limit set of types instantiated in FindInstantiatedDecl.
Serge Pavlov
2015-05-15
1
-3
/
+8
*
Instantiate incomplete class used in template method.
Serge Pavlov
2015-05-04
1
-0
/
+5
*
Combine instantiation context of field initializer with context of class.
Serge Pavlov
2015-04-28
1
-1
/
+1
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-22
/
+14
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
MS ABI: Build C++ default argument exprs for exported template classes
Reid Kleckner
2015-03-17
1
-0
/
+4
*
Sema: We can use delegating ctors now. NFC.
Benjamin Kramer
2015-03-06
1
-117
/
+91
*
Sema: Disable template instantiation once a fatal error is raised
David Majnemer
2015-01-30
1
-0
/
+6
*
PR22117: Fix a case where we would get confused about which function parameter
Richard Smith
2015-01-09
1
-7
/
+26
*
Fix crash-on-valid if a lambda-expression appears lexically directly within a
Richard Smith
2014-11-20
1
-1
/
+4
*
Handle use of default member initializers before end of outermost class
Reid Kleckner
2014-11-17
1
-31
/
+91
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-11-12
1
-16
/
+46
*
Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...
NAKAMURA Takumi
2014-10-17
1
-46
/
+16
*
Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were
Richard Smith
2014-10-16
1
-16
/
+46
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-0
/
+20
*
Revert r217995 and follow-ups:
Hans Wennborg
2014-09-18
1
-43
/
+17
*
Skip parens when detecting whether we're instantiating a function declaration.
Richard Smith
2014-09-18
1
-2
/
+2
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-09-17
1
-16
/
+42
*
Wrap to 80 columns. No behavior change.
Nico Weber
2014-07-28
1
-3
/
+3
*
Make a small crash preventing change.
Fariborz Jahanian
2014-07-03
1
-2
/
+2
[prev]
[next]