summaryrefslogtreecommitdiffstats
path: root/src/qdoc/tokenizer.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-02-19 15:20:39 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-02-19 15:26:41 +0000
commit863a6621d14caf67adcf3f30cb955a268765f0f1 (patch)
tree259e076b43ea65aec0284e0b2edad95b88f3f764 /src/qdoc/tokenizer.cpp
parent1735c0c7e68e754aee16aa24fbcd002b174f547e (diff)
Revert "qdoc: Remove creation of redundant function & variable nodes"
This reverts commit 18fe6a9a5eb4a1c2ce62cd64b42b6db5e581e152. Because we are changing the C++ parser to clang, we won't need this anymore. Task-number: QTBUG-48191 Change-Id: Iacf134ab91517a0eb3e28ea6bce41f74e3c957a0 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
Diffstat (limited to 'src/qdoc/tokenizer.cpp')
-rw-r--r--src/qdoc/tokenizer.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/qdoc/tokenizer.cpp b/src/qdoc/tokenizer.cpp
index b2cd906e6..987fff548 100644
--- a/src/qdoc/tokenizer.cpp
+++ b/src/qdoc/tokenizer.cpp
@@ -55,11 +55,10 @@ QT_BEGIN_NAMESPACE
*/
static const char *kwords[] = {
"char", "class", "const", "double", "enum", "explicit",
- "friend", "inline", "int", "long", "namespace", "noexcept",
- "operator", "private", "protected", "public", "short",
- "signals", "signed", "slots", "static", "struct", "template",
- "throw", "typedef", "typename", "union", "unsigned", "using",
- "virtual", "void", "volatile",
+ "friend", "inline", "int", "long", "namespace", "operator",
+ "private", "protected", "public", "short", "signals", "signed",
+ "slots", "static", "struct", "template", "typedef", "typename",
+ "union", "unsigned", "using", "virtual", "void", "volatile",
"__int64",
"Q_OBJECT",
"Q_OVERRIDE",