Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
294396b9f2a2f4ffee6b7ed5e61211fde50b6554
/
test
/
Index
/
load-stmts.cpp
ff676cb
Fixed source range for all DeclaratorDecl's.
by Abramo Bagnara
· 14 years ago
344577e
Fixed TypedefDecl and TemplateTypeParameter source range.
by Abramo Bagnara
· 14 years ago
1d5d0b9
Add the location of the right parenthesis of a C++ named cast
by Douglas Gregor
· 14 years ago
93798e2
Teach clang_getCursorReferenced() that a
by Douglas Gregor
· 14 years ago
428edaf
Improve the tracking of source locations for parentheses in constructor calls.
by Chandler Carruth
· 14 years ago
1b0f7af
Provide proper source location and range information for C++ base
by Douglas Gregor
· 14 years ago
36897b0
Add libclang support for label statements, gotos, and taking the
by Douglas Gregor
· 14 years ago
a67e03f
Teach libclang to walk the base and member initializers of a
by Douglas Gregor
· 14 years ago
3d37c0a
Add proper type-source information to UnaryTypeTraitExpr, including
by Douglas Gregor
· 14 years ago
ab6677e
Provide proper type-source location information for
by Douglas Gregor
· 14 years ago
1bb2a93
Improve source-location information for CXXNewExpr, by hanging on to
by Douglas Gregor
· 14 years ago
aaa80b2
Implement libclang visitation for UnresolvedMemberExpr. This is the
by Douglas Gregor
· 14 years ago
25d6362
libclang visitation for CXXDependentScopeMemberExpr
by Douglas Gregor
· 14 years ago
bfebed2
libclang visitation for DependentScopeDeclRefExpr
by Douglas Gregor
· 14 years ago
1f7b590
Teach libclang to visit OverloadExprs, so that we can reuse this
by Douglas Gregor
· 14 years ago
8ab670e
Add libclang visitation for UnresolvedLookupExprs
by Douglas Gregor
· 14 years ago
6f7198f
Add libclang visitation for C++ pseudo-destructor expressions.
by Douglas Gregor
· 14 years ago
9480229
Add libclang visitation for C++ typeid expressions.
by Douglas Gregor
· 14 years ago
3064ef9
Implement CXCursor support for walking C++ base specifiers. This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier.
by Ted Kremenek
· 14 years ago
0f91f6a
Specially handle CaseStmts in CursorVisitor because they can be nested and walking them
by Ted Kremenek
· 15 years ago
a3849b1
Make test portable.
by Ted Kremenek
· 15 years ago
9a700d2
Re-apply r103581 with updated tests. It turns out we were computing bogus locations for
by Ted Kremenek
· 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
3512107
Add test case for ? : crasher
by Douglas Gregor
· 15 years ago
60cbfac
Loosen preconditions for clang_getCursorSpelling(), returning an empty
by Douglas Gregor
· 15 years ago
263b47b
Visit the condition variables of while and for loops; also, visit the
by Douglas Gregor
· 15 years ago