Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
bf554f63bffa7db32b5f343f6fd075501b97d401
/
test
/
Index
/
c-index-getCursor-test.m
8f0bf81
c-index-test: Unify and always print half-open extents.
by Daniel Dunbar
· 15 years ago
51b058c
c-index-test: Unify syntax for printing extents. Yes, there were 4.
by Daniel Dunbar
· 15 years ago
60cbfac
Loosen preconditions for clang_getCursorSpelling(), returning an empty
by Douglas Gregor
· 15 years ago
33e9abd
Teach CIndex's cursor visitor to restrict its traversal to a specific
by Douglas Gregor
· 15 years ago
97b9872
Extend the CIndex API with direct support for expressions and
by Douglas Gregor
· 15 years ago
b699866
Eliminate cursor kinds used to express definitions. Instead, provide
by Douglas Gregor
· 15 years ago
1adb082
Give ObjCClassRef cursors a sane representation, which is encapsulated
by Douglas Gregor
· 15 years ago
78db0cd
Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual
by Douglas Gregor
· 15 years ago
70ee542
Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). This revealed a bunch of inconsistencies in how CXCursorKinds were being computed.
by Ted Kremenek
· 15 years ago
782f2f5
Change ObjCContainerDecl to contain the entire range for the '@end'
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
01ed063
Make tests use the new clang -cc1 flag.
by Fariborz Jahanian
· 15 years ago
1c6da17
Add c-index-test mode "-test-file-scan", which scans a source file and calls clang_getCursor() on every character.
by Ted Kremenek
· 15 years ago