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
*
Semantic analysis for the swiftcall calling convention.
John McCall
2016-03-03
1
-0
/
+6
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+75
*
Improve some infrastructure for extended parameter infos and
John McCall
2016-03-03
1
-0
/
+8
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-0
/
+5
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-0
/
+5
*
Fix the template instantiation of ExtParameterInfos; tests to follow.
John McCall
2016-03-01
1
-2
/
+3
*
Fix assertion failure on MaybeODRUseExprs.
Manman Ren
2016-02-24
1
-0
/
+2
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-2
/
+2
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
1
-0
/
+5
*
Fix for PR8901: attribute "mode" rejected for enums and dependent types.
Denis Zobnin
2016-02-02
1
-0
/
+13
*
Include RecordDecls from anonymous unions in the AST.
Nico Weber
2016-01-28
1
-14
/
+0
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-1
/
+1
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
1
-0
/
+5
*
[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum
David Majnemer
2015-10-08
1
-1
/
+2
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
1
-13
/
+18
*
Instantiate function declarations in instantiated functions.
Serge Pavlov
2015-08-23
1
-6
/
+1
*
If a variable template is inside a context with template arguments that is be...
Nick Lewycky
2015-08-10
1
-0
/
+1
*
[AST] ArrayRefize template param list info setters. No functionality change i...
Benjamin Kramer
2015-08-05
1
-3
/
+3
*
[Sema] Allocate SmallVector to the right size.
Benjamin Kramer
2015-08-04
1
-1
/
+1
*
[Sema] Range-loopify SemaTemplateInstantiateDecl.cpp. NFC.
Davide Italiano
2015-07-02
1
-8
/
+6
*
Instantiation of local class members.
Serge Pavlov
2015-06-29
1
-1
/
+9
*
[modules] Fix merging of default template arguments onto friend templates.
Richard Smith
2015-06-16
1
-3
/
+3
*
Refactor storage of default template arguments.
Richard Smith
2015-06-10
1
-4
/
+4
*
Limit set of types instantiated in FindInstantiatedDecl.
Serge Pavlov
2015-05-15
1
-3
/
+19
*
PR20625: Instantiate static constexpr member function of a local struct in a ...
Richard Smith
2015-05-11
1
-0
/
+8
*
Get rid of compiler warning.
Serge Pavlov
2015-05-04
1
-1
/
+1
*
Instantiate incomplete class used in template method.
Serge Pavlov
2015-05-04
1
-0
/
+8
*
Revert r236063 due to regression with -fdelayed-template-parsing.
Richard Smith
2015-04-29
1
-8
/
+0
*
PR20625: Instantiate static constexpr member function of a local struct in a ...
Richard Smith
2015-04-29
1
-0
/
+8
*
[cuda] Allow using integral non-type template parameters as launch_bounds att...
Artem Belevich
2015-04-21
1
-0
/
+32
*
Move the logic to avoid double global emission from Sema to CodeGen
Reid Kleckner
2015-04-15
1
-14
/
+7
*
Only notify consumers about static data members of class templates once
Reid Kleckner
2015-04-11
1
-7
/
+14
*
Revert "Mark instantiated function decls as inline specified if any pattern is"
Reid Kleckner
2015-04-07
1
-15
/
+5
*
Mark instantiated function decls as inline specified if any pattern is
Reid Kleckner
2015-04-01
1
-5
/
+15
*
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
Richard Smith
2015-03-07
1
-0
/
+5
*
Address review feedback from r215780: Use a flag insteda of the heap. No beha...
Nico Weber
2015-01-18
1
-24
/
+12
*
Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i...
Nick Lewycky
2015-01-02
1
-2
/
+4
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-11-12
1
-133
/
+35
*
Prune CRLF.
NAKAMURA Takumi
2014-10-27
1
-2
/
+2
*
Don't forget to substitute into the qualifier when instantiating the definition
Richard Smith
2014-10-17
1
-19
/
+29
*
Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...
NAKAMURA Takumi
2014-10-17
1
-35
/
+133
*
Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were
Richard Smith
2014-10-16
1
-133
/
+35
*
Adding attributes to the IndirectFieldDecl that we generate for anonymous str...
Aaron Ballman
2014-10-15
1
-4
/
+5
*
[modules] Merging for class-scope using-declarations.
Richard Smith
2014-10-14
1
-6
/
+7
*
[modules] When instantiating a class member, don't expect to find the previous
Richard Smith
2014-10-11
1
-12
/
+33
*
Initial support for the align_value attribute
Hal Finkel
2014-10-02
1
-0
/
+17
*
Support the assume_aligned function attribute
Hal Finkel
2014-09-26
1
-0
/
+29
*
Revert r217995 and follow-ups:
Hans Wennborg
2014-09-18
1
-35
/
+133
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-09-17
1
-133
/
+35
*
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
2014-09-06
1
-1
/
+4
[next]