diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-10-08 02:39:23 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-10-08 02:39:23 +0000 |
commit | b5c7c5139281ea8435afd7385527b1801ef21c41 (patch) | |
tree | 3dddbcc7aea6d909f43424d8ad328aed3afe7753 /llvm/lib/VMCore/PrintModulePass.cpp | |
parent | d4e9c3b43a0c446378e1c5175e800a16a3e7c1f5 (diff) | |
download | bcm5719-llvm-b5c7c5139281ea8435afd7385527b1801ef21c41.tar.gz bcm5719-llvm-b5c7c5139281ea8435afd7385527b1801ef21c41.zip |
When we encounter a '==' in a context expecting a '=', assume the user made a typo:
t.c:1:7: error: invalid '==' at end of declaration; did you mean '='?
int x == 0;
^~
=
Implements rdar://8488464.
llvm-svn: 116035
Diffstat (limited to 'llvm/lib/VMCore/PrintModulePass.cpp')
0 files changed, 0 insertions, 0 deletions