Files
clang-p2996/clang/test/Modules/Inputs/PR27754/RConversionRuleParser.h
Richard Smith b648399f9f PR27754: CXXRecordDecl::data() needs to perform an update even if it's called
on a declaration that already knows the location of the DefinitionData object.

llvm-svn: 269858
2016-05-17 22:44:15 +00:00

5 lines
144 B
C++

#include "algobase.h"
typedef integral_constant<bool, true> true_type;
class _Rb_tree { _Rb_tree() { true_type(); } };
#include "TSchemaType.h"