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
...
*
[clang] Add the exclude_from_explicit_instantiation attribute
Louis Dionne
2018-10-04
1
-4
/
+14
*
PR38627: Fix handling of exception specification adjustment for
Richard Smith
2018-09-05
1
-0
/
+13
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-146
/
+146
*
[clang:sema] de-duplicate getDepthAndIndex helpers
Nick Desaulniers
2018-07-25
1
-13
/
+0
*
[Sema] Fix crash on BlockExprs in a default member initializers
Erik Pilkington
2018-07-23
1
-0
/
+5
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-1
/
+1
*
[Sema] Produce diagnostics for attribute 'trivial_abi' that appears
Akira Hatanaka
2018-06-19
1
-4
/
+0
*
[Sema] Fix assertion when constructor is disabled with partially specialized ...
Volodymyr Sapsai
2018-05-16
1
-102
/
+112
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-29
/
+29
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-4
/
+4
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
Fix a couple of places where we assumed that non-type template parameters are...
Richard Smith
2018-02-14
1
-5
/
+5
*
[Templight] Template Instantiation Observer
Gabor Horvath
2018-02-10
1
-2
/
+17
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-0
/
+4
*
Generalize "static data member instantiated" notification to cover variable t...
Richard Smith
2017-12-05
1
-1
/
+1
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
1
-4
/
+4
*
[Sema] Prevent InstantiateClass from checking unrelated exception specs.
Volodymyr Sapsai
2017-09-21
1
-9
/
+5
*
PR10147: When substituting a template template argument, substitute in the most
Richard Smith
2017-08-29
1
-9
/
+5
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-2
/
+2
*
[c++1z] Support deducing B in noexcept(B).
Richard Smith
2017-06-07
1
-8
/
+14
*
Fix a couple of class template argument deduction crashes with libc++'s tuple.
Richard Smith
2017-06-07
1
-0
/
+19
*
Switch from using a DiagnosticTrap and a note for "while defining a special
Richard Smith
2017-05-25
1
-0
/
+13
*
[Sema] Use MSVC inner class behavior on Itanium
Shoaib Meenai
2017-04-20
1
-3
/
+4
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-6
/
+6
*
Correct class-template deprecation behavior-REDUX
Erich Keane
2017-03-23
1
-0
/
+3
*
Revert "Correct class-template deprecation behavior"
Martin Bohme
2017-03-22
1
-3
/
+0
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
1
-0
/
+3
*
Add context note to diagnostics that occur while declaring an implicit specia...
Richard Smith
2017-02-23
1
-34
/
+65
*
Fix tracking of whether the previous template instantiation stack matches the...
Richard Smith
2017-02-23
1
-0
/
+6
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-59
/
+59
*
PR32010: Fix template argument depth mixup when forming implicit constructor
Richard Smith
2017-02-21
1
-6
/
+20
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-2
/
+7
*
Revert r293455, which breaks v8 with a spurious error. Testcase added.
Sam McCall
2017-01-30
1
-7
/
+2
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-2
/
+7
*
Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-20
1
-9
/
+10
*
Fix rejects-valid with default member initializers exposed by r291318.
Richard Smith
2017-01-10
1
-3
/
+0
*
PR31514: Add recursive self-instantiation check during template argument
Richard Smith
2017-01-08
1
-31
/
+44
*
DR1495: A partial specialization is ill-formed if it is not (strictly) more
Richard Smith
2016-12-27
1
-2
/
+17
*
Remove accidentally-left-behind commented out code.
Richard Smith
2016-12-24
1
-1
/
+0
*
Fix crash if substitution fails during deduction of variable template partial...
Richard Smith
2016-12-24
1
-13
/
+24
*
When producing a name of a partial specialization in a diagnostic, use the
Richard Smith
2016-12-24
1
-3
/
+2
*
[Sema] Fix handling of enumerators used as default arguments of lambda
Akira Hatanaka
2016-12-16
1
-1
/
+1
*
Make diagnostic for use of default member initializer before enclosing class is
Richard Smith
2016-11-22
1
-8
/
+4
*
Fix spelling mistake.
Akira Hatanaka
2016-11-03
1
-1
/
+1
*
[Sema] Avoid instantiating templates only when UncompilableErrorOccurred
Akira Hatanaka
2016-11-03
1
-3
/
+5
*
P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith
2016-09-28
1
-2
/
+2
*
PR12298 et al: don't recursively instantiate a template specialization from
Richard Smith
2016-08-31
1
-7
/
+30
*
PR29097: add an update record when we instantiate the default member
Richard Smith
2016-08-24
1
-0
/
+4
[prev]
[next]