Initial submission for the attribute group feature.
[oota-llvm.git] / lib / AsmParser / LLLexer.h
index 1a307a8becdf774a6e70d1ce000c9a02d60f7dcd..85703c766b099ec55f3c44a44ba2d7b2bbb7c7f6 100644 (file)
@@ -81,6 +81,7 @@ namespace llvm {
     lltok::Kind LexPercent();
     lltok::Kind LexQuote();
     lltok::Kind Lex0x();
+    lltok::Kind LexHash();
 
     uint64_t atoull(const char *Buffer, const char *End);
     uint64_t HexIntToVal(const char *Buffer, const char *End);