Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
clang-1
зеркало из
https://github.com/microsoft/clang-1.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули clang-1
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
0832f82f76
clang-1
/
test
/
Index
/
getcursor-pp-pch.c.h
6 строки
72 B
C
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
[PCH] Overhaul how preprocessed entities are [de]serialized. -Use an array of offsets for all preprocessed entities -Get rid of the separate array of offsets for just macro definitions; for references to macro definitions use an index inside the preprocessed entities array. -Deserialize each preprocessed entity lazily, at first request; not in bulk. Paves the way for binary searching of preprocessed entities that will offer efficiency and will simplify things on the libclang side a lot. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139809 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-15 22:02:56 +04:00
#
define OBSCURE(X) X
#
define DECORATION
DECORATION
[libclang] When pointing at a macro expansion inside a macro argument, return a cursor for the inner macro. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140207 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-21 03:27:33 +04:00
OBSCURE
(
DECORATION
)