Clang is usually compiled without runtime type information, so all files that use clang classes can't have rtti. This change creates a separate CLANG_FILES variable which holds all clang files, so they can be compiled without rtti. review id = 11
Clang is usually compiled without runtime type information, so all files that use clang classes can't have rtti. This change creates a separate CLANG_FILES variable which holds all clang files, so they can be compiled without rtti. review id = 11