Otherwise we may be inserting a decl into a DeclContext that's not fully defined yet. This simplifies/removes some clang AST node creation code. Instead, use clang::printTemplateArgumentList(). Reviewed By: Michael137 Differential Revision: https://reviews.llvm.org/D142413
6 lines
113 B
Makefile
6 lines
113 B
Makefile
CXX_SOURCES := main.cpp
|
|
|
|
CFLAGS_EXTRAS = $(TEST_CFLAGS_EXTRAS) $(LIMIT_DEBUG_INFO_FLAGS)
|
|
|
|
include Makefile.rules
|