[llvm-commits] CVS: llvm/include/llvm/Assembly/Parser.h
Jeff Cohen
jeffc at jolt-lang.org
Sat Jan 1 12:51:54 PST 2005
Changes in directory llvm/include/llvm/Assembly:
Parser.h updated: 1.8 -> 1.9
---
Log message:
Add llvm-as project to Visual Studio
---
Diffs of the changes: (+2 -1)
Index: llvm/include/llvm/Assembly/Parser.h
diff -u llvm/include/llvm/Assembly/Parser.h:1.8 llvm/include/llvm/Assembly/Parser.h:1.9
--- llvm/include/llvm/Assembly/Parser.h:1.8 Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Assembly/Parser.h Sat Jan 1 14:51:41 2005
@@ -36,7 +36,8 @@
// ParseException - For when an exceptional event is generated by the parser.
// This class lets you print out the exception message
//
-struct ParseException {
+class ParseException {
+public:
ParseException(const std::string &filename, const std::string &message,
int LineNo = -1, int ColNo = -1);
More information about the llvm-commits
mailing list