summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/MinimalAction.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-01-16 15:02:53 +0000
committerDouglas Gregor <dgregor@apple.com>2010-01-16 15:02:53 +0000
commit002b67105500e620d5f87693f981a8abd0afb32b (patch)
tree7d348af51a4e3d622dd8f28816dab014cf78084f /clang/lib/Parse/MinimalAction.cpp
parent803c60c012e2fcffa51fc8426e4a95d49b589653 (diff)
downloadbcm5719-llvm-002b67105500e620d5f87693f981a8abd0afb32b.tar.gz
bcm5719-llvm-002b67105500e620d5f87693f981a8abd0afb32b.zip
Keep track of the source locations for each protocol reference in
Objective-C classes, protocol definitions, forward protocol declarations, and categories. This information isn't actually used yet; that's coming next. llvm-svn: 93636
Diffstat (limited to 'clang/lib/Parse/MinimalAction.cpp')
-rw-r--r--clang/lib/Parse/MinimalAction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Parse/MinimalAction.cpp b/clang/lib/Parse/MinimalAction.cpp
index 8b207fab436..5f48897235a 100644
--- a/clang/lib/Parse/MinimalAction.cpp
+++ b/clang/lib/Parse/MinimalAction.cpp
@@ -204,6 +204,7 @@ MinimalAction::ActOnStartClassInterface(SourceLocation AtInterfaceLoc,
SourceLocation SuperLoc,
const DeclPtrTy *ProtoRefs,
unsigned NumProtocols,
+ const SourceLocation *ProtoLocs,
SourceLocation EndProtoLoc,
AttributeList *AttrList) {
// Allocate and add the 'TypeNameInfo' "decl".
OpenPOWER on IntegriCloud