[cfe-commits] r39098 - /cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:27:30 PDT 2007
Author: sabre
Date: Wed Jul 11 11:27:30 2007
New Revision: 39098
URL: http://llvm.org/viewvc/llvm-project?rev=39098&view=rev
Log:
add a diagnostic
Modified:
cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def
Modified: cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def?rev=39098&r1=39097&r2=39098&view=diff
==============================================================================
--- cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def (original)
+++ cfe/cfe/trunk/include/clang/Basic/DiagnosticKinds.def Wed Jul 11 11:27:30 2007
@@ -342,6 +342,9 @@
DIAG(err_expected_asm_operand, ERROR,
"expected string literal or '[' for asm operand")
+DIAG(err_unexpected_at, ERROR,
+ "unexpected '@' in program")
+
/// err_matching - this is used as a continuation of a previous error, e.g. to
/// specify the '(' when we expected a ')'. This should probably be some
/// special sort of diagnostic kind to indicate that it is the second half of
More information about the cfe-commits
mailing list