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
/
Parse
/
ParseTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a fake enum class with the real thing.
Richard Smith
2014-05-16
1
-1
/
+1
*
Handle -fdelayed-template-parsing of out-of-line definitions of
Hans Wennborg
2014-05-02
1
-31
/
+10
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-0
/
+1
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-5
/
+5
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
1
-5
/
+3
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-5
/
+3
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-2
/
+2
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
1
-47
/
+20
*
Fix PR17637: incorrect calculation of template parameter depth
Faisal Vali
2013-12-04
1
-2
/
+4
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-10
/
+15
*
Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
2013-08-16
1
-5
/
+1
*
Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
2013-08-10
1
-0
/
+2
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-28
/
+17
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-17
/
+16
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-2
/
+2
*
Instantiation bug fix extension (cf. r184503) -- minor code fixes, including ...
Larisse Voufo
2013-06-22
1
-10
/
+9
*
Bug Fix: Template explicit instantiations should not have definitions (FixIts...
Larisse Voufo
2013-06-21
1
-1
/
+32
*
Fix the parser's updating of the template depth when parsing local templates ...
Faisal Vali
2013-06-08
1
-3
/
+5
*
Revert r183618.
Faisal Vali
2013-06-08
1
-1355
/
+1354
*
Fix the parser's updating of the template depth when parsing local templates ...
Faisal Vali
2013-06-08
1
-1354
/
+1355
*
<rdar://problem/13806270> A template argument list is a constant-evaluated co...
Douglas Gregor
2013-05-03
1
-0
/
+3
*
Keep the parser's template depth up to date when parsing local templates and
Richard Smith
2013-04-29
1
-43
/
+27
*
Properly reenter multiple contexts when parsing a late-parsed function template
Richard Smith
2013-04-29
1
-34
/
+32
*
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-27
1
-1
/
+1
*
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
1
-2
/
+6
*
Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes
Richard Smith
2013-02-22
1
-6
/
+7
*
PR14918: Don't confuse braced-init-lists after template variable declarations
Richard Smith
2013-01-15
1
-27
/
+17
*
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
1
-1
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-3
/
+3
*
Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.
Nico Weber
2012-12-14
1
-44
/
+58
*
fix spello
Nico Weber
2012-12-14
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfter...
NAKAMURA Takumi
2012-11-14
1
-10
/
+0
*
ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation]
NAKAMURA Takumi
2012-11-14
1
-1
/
+1
*
Thread safety analysis: Fixed ICE caused by double delete when late parsed
DeLesley Hutchins
2012-11-02
1
-1
/
+1
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-4
/
+2
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-2
/
+0
*
Clean up a large number of C++11 attribute parse issues, including parsing
Alexis Hunt
2012-06-23
1
-1
/
+4
*
Extend the error recovery for a template-argument-list terminated by '>>' to
Richard Smith
2012-06-18
1
-21
/
+96
*
Refactor DelayedDiagnostics so that it keeps diagnostics in
John McCall
2012-05-07
1
-4
/
+7
*
switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ...
Chris Lattner
2012-04-28
1
-1
/
+1
*
Add a missing ExpressionEvaluationContext for template default arguments. Fi...
Eli Friedman
2012-04-26
1
-0
/
+1
*
Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.
Benjamin Kramer
2012-04-14
1
-1
/
+1
*
Fix bugs found by -Wconstant-conversion improvements currently under review.
David Blaikie
2012-04-09
1
-18
/
+14
*
Remove "parse error" in favor of more descriptive diagnostics.
David Blaikie
2012-04-06
1
-6
/
+1
*
Restrict fixit for missing 'class' in template template parameters.
David Blaikie
2012-04-06
1
-15
/
+29
*
Improve & simplify diagnostic for missing 'class' in template template parame...
David Blaikie
2012-04-05
1
-5
/
+3
*
Remove windows line endings.
David Blaikie
2012-04-02
1
-105
/
+105
*
Correct error recovery when missing 'class' in a template template parameter.
David Blaikie
2012-04-02
1
-6
/
+11
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
[next]