aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gross <dgross@google.com>2016-02-10 11:18:08 -0800
committerDavid Gross <dgross@google.com>2016-02-10 11:18:08 -0800
commitaeb76e782a40d53a616d000ab9af2c4ff160e1e7 (patch)
treea360b32a44c1ac5baf951729ee6d0d2ebc353d4a
parent633f2980e148775887f0d416f8dd663a6d3b48df (diff)
downloadslang-aeb76e782a40d53a616d000ab9af2c4ff160e1e7.tar.gz
Add missing comment.
Bug: 23535724 Change-Id: I03ba0d64e274dc678d1bd9639403702d95e26ba0
-rw-r--r--slang_rs_export_reduce.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/slang_rs_export_reduce.cpp b/slang_rs_export_reduce.cpp
index 9133476..0e973bd 100644
--- a/slang_rs_export_reduce.cpp
+++ b/slang_rs_export_reduce.cpp
@@ -754,6 +754,7 @@ void RSExportReduceNew::analyzeOutConverter(StateOfAnalyzeTranslationUnit &S) {
}
}
+// Process "bool haltername(const compType *accum)"
void RSExportReduceNew::analyzeHalter(StateOfAnalyzeTranslationUnit &S) {
if (!S.FnHalter) // halter is always optional
return;