- 4c362d5 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 14 years ago
- 01e3c59 [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of by Argyrios Kyrtzidis · 14 years ago
- 0274487 Enable -fdelayed-template-parsing by default on Win32. by Francois Pichet · 14 years ago
- dff1930 Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 15 years ago
- b3185b0 Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 15 years ago
- 4478f85 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 15 years ago
- 16443fd Teach clang_getCursorReferenced() that a by Douglas Gregor · 15 years ago
- 0171815 Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 15 years ago
- 3478c75 Provide proper source location and range information for C++ base by Douglas Gregor · 15 years ago
- a93ab66 Add libclang support for label statements, gotos, and taking the by Douglas Gregor · 15 years ago
- f3af311 Teach libclang to walk the base and member initializers of a by Douglas Gregor · 15 years ago
- 54e5b13 Add proper type-source information to UnaryTypeTraitExpr, including by Douglas Gregor · 15 years ago
- 2b88c11 Provide proper type-source location information for by Douglas Gregor · 15 years ago
- 0744ef6 Improve source-location information for CXXNewExpr, by hanging on to by Douglas Gregor · 15 years ago
- 901a0fa Implement libclang visitation for UnresolvedMemberExpr. This is the by Douglas Gregor · 15 years ago
- 4583827 libclang visitation for CXXDependentScopeMemberExpr by Douglas Gregor · 15 years ago
- 4ae34af libclang visitation for DependentScopeDeclRefExpr by Douglas Gregor · 15 years ago
- f24eaee Teach libclang to visit OverloadExprs, so that we can reuse this by Douglas Gregor · 15 years ago
- 3ca46b4 Add libclang visitation for UnresolvedLookupExprs by Douglas Gregor · 15 years ago
- 4edb2ff Add libclang visitation for C++ pseudo-destructor expressions. by Douglas Gregor · 15 years ago
- 46af501 Add libclang visitation for C++ typeid expressions. by Douglas Gregor · 15 years ago
- ae9e221 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 · 15 years ago
- 12e0f29 Specially handle CaseStmts in CursorVisitor because they can be nested and walking them by Ted Kremenek · 16 years ago
- c316e4e Make test portable. by Ted Kremenek · 16 years ago
- 8278a32 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 16 years ago
- 6092d50 c-index-test: Unify and always print half-open extents. by Daniel Dunbar · 16 years ago
- 98c07e0 c-index-test: Unify syntax for printing extents. Yes, there were 4. by Daniel Dunbar · 16 years ago
- e391b01 Add test case for ? : crasher by Douglas Gregor · 16 years ago
- 5bce76c Loosen preconditions for clang_getCursorSpelling(), returning an empty by Douglas Gregor · 16 years ago
- 7201f9f Visit the condition variables of while and for loops; also, visit the by Douglas Gregor · 16 years ago