hanchenye-llvm-project/clang/lib/ASTMatchers
Daniel Jasper 3dfa09bbbc Prevent assert in ASTMatchFinder.
If nodes without memoization data (e.g. TypeLocs) are bound to specific
names, that effectively prevents memoization as those elements cannot be
compared effectively. If it is tried anyway, this can lead to an assert
as demonstrated in the new test.

In the long term, the better solution will be to enable DynTypedNodes
without memoization data. For now, simply skip memoization instead.

llvm-svn: 213751
2014-07-23 13:17:47 +00:00
..
Dynamic Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
ASTMatchFinder.cpp Prevent assert in ASTMatchFinder. 2014-07-23 13:17:47 +00:00
ASTMatchersInternal.cpp Add support for the 'unless' matcher in the dynamic layer. 2013-11-22 14:41:48 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00