Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
clang-1
зеркало из
https://github.com/microsoft/clang-1.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули clang-1
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
f39c8859b0
clang-1
/
test
/
Preprocessor
/
pp-record.h
4 строки
65 B
C
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Handle the case where preprocessor entities are not received in order, fixes http://llvm.org/PR11120 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141788 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-12 21:36:33 +04:00
// Only useful for #inclusion.
[preprocessor] Handle correctly inclusion directives that have macro expansions, e.g "#include MACRO(STUFF)". -As an inclusion position for the included file, use the file location of the file where it was included but *after* the macro expansions. We want the macro expansions to be considered as before-in-translation-unit for everything in the included file. -In the preprocessing record take into account that only inclusion directives can be encountered as "out-of-order" (by comparing the start of the range which for inclusions is the hash location) and use binary search if there is an extreme number of macro expansions in the include directive. Fixes rdar://11111779 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153527 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-27 22:47:48 +04:00
#
define CAKE extern int is_a_lie