[PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.

Samuel Benzaquen sbenza at google.com
Wed Jul 17 08:51:53 PDT 2013


Hi klimek,

Change how error messages are constructed and stored in Diagnostics.
Separate the notion of 'context' when recursing down in the parser and actual errors.
This will simplify adding some new features, like argument overloading and error recovery.

http://llvm-reviews.chandlerc.com/D1168

Files:
  include/clang/ASTMatchers/Dynamic/Diagnostics.h
  lib/ASTMatchers/Dynamic/Diagnostics.cpp
  lib/ASTMatchers/Dynamic/Marshallers.h
  lib/ASTMatchers/Dynamic/Parser.cpp
  lib/ASTMatchers/Dynamic/Registry.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1168.1.patch
Type: text/x-patch
Size: 17858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130717/8450e8ed/attachment.bin>


More information about the cfe-commits mailing list