Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2333)

Unified Diff: include/clang/Parse/Parser.h

Issue 890041: Make CXXScopeSpec invalid when incomplete (Closed) Base URL: https://llvm.org/svn/llvm-project/cfe/trunk/
Patch Set: Propagate the bad scope into any declarator it's part of Created 13 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/clang/Parse/Action.h ('k') | lib/Frontend/PrintParserCallbacks.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/clang/Parse/Parser.h
===================================================================
--- include/clang/Parse/Parser.h (revision 100731)
+++ include/clang/Parse/Parser.h (working copy)
@@ -1354,7 +1354,7 @@
//===--------------------------------------------------------------------===//
// C++ 9: classes [class] and C structs/unions.
TypeResult ParseClassName(SourceLocation &EndLocation,
- const CXXScopeSpec *SS = 0);
+ CXXScopeSpec *SS = 0);
void ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation TagLoc,
DeclSpec &DS,
const ParsedTemplateInfo &TemplateInfo = ParsedTemplateInfo(),
« no previous file with comments | « include/clang/Parse/Action.h ('k') | lib/Frontend/PrintParserCallbacks.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b