Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
294396b9f2a2f4ffee6b7ed5e61211fde50b6554
/
test
/
Index
/
c-index-getCursor-test.m
1b2d536
For the MacroExpands preprocessor callback, also pass the SourceRange
by Argyrios Kyrtzidis
· 13 years ago
9b2a0ac
Update all of the libclang code corresponding to the preprocessor
by Chandler Carruth
· 13 years ago
a2026c9
Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types.
by Abramo Bagnara
· 14 years ago
ff676cb
Fixed source range for all DeclaratorDecl's.
by Abramo Bagnara
· 14 years ago
6653798
When comparing the source range of a declaration against the region of
by Douglas Gregor
· 14 years ago
1b058e8
Robustify PreprocessingRecord slightly, by only creating macro
by Douglas Gregor
· 15 years ago
6a5a23f
Implement serialization and lazy deserialization of the preprocessing
by Douglas Gregor
· 15 years ago
5de6572
Fix a longstanding (but previously unknown) bug in the lazy
by Douglas Gregor
· 15 years ago
c2350e5
Extend ObjCMessageExpr for class method sends with the source location
by Douglas Gregor
· 15 years ago
4bc1cb6
Keep track of type source information in the return type of an
by Douglas Gregor
· 15 years ago
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