This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
783e4c2e32
llvm-project
/
clang
/
test
/
Index
/
getcursor-pp-pch.c.h
6 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
[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. llvm-svn: 139809
2011-09-16 02:02:56 +08: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. llvm-svn: 140207
2011-09-21 07:27:33 +08:00
OBSCURE
(
DECORATION
)