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
/
test
/
SemaCXX
/
nested-name-spec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't crash when forming a destructor name on an incomplete type.
John McCall
2017-06-11
1
-0
/
+7
*
Print nested name specifiers for typedefs and type aliases
Alex Lorenz
2017-03-10
1
-2
/
+2
*
Fix a crash on invalid code.
Richard Trieu
2016-10-28
1
-0
/
+18
*
Handle unscoped enumeration in nested name specifier.
Serge Pavlov
2015-01-18
1
-2
/
+27
*
Update error message text.
Serge Pavlov
2015-01-18
1
-5
/
+5
*
Improve error recovery around colon.
Serge Pavlov
2014-07-16
1
-0
/
+99
*
Revert "Improve error recovery around colon."
Reid Kleckner
2014-07-14
1
-99
/
+0
*
Improve error recovery around colon.
Serge Pavlov
2014-07-14
1
-0
/
+99
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-3
/
+2
*
Improve diagnostic for using non-class/namespace/scoped enum in a nested name...
David Blaikie
2014-02-09
1
-5
/
+8
*
Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
2013-12-14
1
-1
/
+1
*
Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
2013-12-14
1
-1
/
+1
*
Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
2013-12-11
1
-1
/
+1
*
Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
2013-12-05
1
-1
/
+1
*
PR17567: Improve diagnostic for a mistyped constructor name. If we see something
Richard Smith
2013-10-15
1
-3
/
+1
*
Reword a diagnostic to avoid a confusing implication that it might be talking
Richard Smith
2013-08-23
1
-1
/
+1
*
Fix crash w/BlockDecl and invalid qualified decl.
Eli Friedman
2013-08-12
1
-1
/
+2
*
Fix r184381 so the test doesn't fail. Sorry for the inconvenience, I thought...
Eli Friedman
2013-06-19
1
-1
/
+1
*
Extra test for diagnostic in Sema::BuildCXXNestedNameSpecifier.
Eli Friedman
2013-06-19
1
-0
/
+3
*
Don't mark a type specifier as "owned" if there is no declaration to own.
Douglas Gregor
2013-05-14
1
-0
/
+10
*
Promote the warning about extra qualification on a declaration from a
Douglas Gregor
2012-09-13
1
-4
/
+4
*
PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and
Richard Smith
2012-08-18
1
-2
/
+1
*
Ignore corrections to functions with bodies when deciding which
Kaelyn Uhrain
2012-06-07
1
-6
/
+2
*
Allow CorrectTypo to add/modify nested name qualifiers to typos that
Kaelyn Uhrain
2012-06-06
1
-2
/
+18
*
PR12500: Improve the wording of the diagnostic for a redefinition of a name
Richard Smith
2012-04-13
1
-1
/
+1
*
Unify and fix our checking of C++ [dcl.meaning]p1's requirements
Douglas Gregor
2012-03-28
1
-1
/
+1
*
Diagnose tag and class template declarations with qualified
Douglas Gregor
2012-03-17
1
-1
/
+2
*
Give nicer note when a member redeclaration has or lacks 'const'
Kaelyn Uhrain
2011-10-10
1
-3
/
+3
*
Match type names and give more info for out-of-line function definition errors.
Kaelyn Uhrain
2011-08-04
1
-2
/
+2
*
Update test for r133934.
John McCall
2011-06-27
1
-1
/
+1
*
Only do delayed diagnostics if there were no errors when parsing the decl.
Argyrios Kyrtzidis
2011-06-24
1
-0
/
+19
*
Test case for previous commit
Douglas Gregor
2011-02-24
1
-0
/
+3
*
When the out-of-line definition differs from the declaration in the return type,
Argyrios Kyrtzidis
2011-02-05
1
-0
/
+5
*
Generalize the checking for qualification of (non-friend) class
Douglas Gregor
2010-10-13
1
-0
/
+10
*
Better diagnostic for superfluous scope specifier inside a class definition f...
Francois Pichet
2010-10-01
1
-0
/
+4
*
Make this grossness default to the error it should always be.
Chandler Carruth
2010-07-16
1
-1
/
+1
*
Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG.
Chandler Carruth
2010-07-16
1
-1
/
+1
*
Make sure to search semantic scopes and appropriate template-parameter
Douglas Gregor
2010-05-14
1
-0
/
+16
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Make CXXScopeSpec invalid when incomplete, and propagate that into any
Jeffrey Yasskin
2010-04-08
1
-5
/
+3
*
Fix some redundant errors by changing CXXScopeSpec::isSet calls into
Jeffrey Yasskin
2010-04-07
1
-3
/
+3
*
Improve diagnostics when an elaborated-type-specifer containing a
Douglas Gregor
2010-03-31
1
-1
/
+1
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-7
/
+7
*
Fix an assertion-on-error during tentative constructor parsing by
John McCall
2010-02-26
1
-2
/
+3
*
Fix the crash-on-invalid from PR6259.
John McCall
2010-02-08
1
-0
/
+9
*
Fix two redefinitions in test cases that weren't diagnosed yet, but will be s...
Sebastian Redl
2010-01-26
1
-1
/
+1
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-1
/
+1
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-1
/
+1
*
Just push a new scope when parsing an out-of-line variable definition.
John McCall
2009-12-19
1
-0
/
+13
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-2
/
+2
[next]