| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach SourceManager::getLocation() how to cope with a source file | Douglas Gregor | 2011-02-03 | 1 | -4/+14 |
| * | Teach libclang about SizeOfPackExpr. | Douglas Gregor | 2011-01-19 | 1 | -2/+36 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | Don't silently drop warning flags passed in to | Douglas Gregor | 2011-01-19 | 1 | -1/+2 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -5/+5 |
| * | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -0/+5 |
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+3 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -8/+8 |
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -1/+2 |
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -1/+2 |
| * | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |
| * | Introduced raw_identifier token kind. | Abramo Bagnara | 2010-12-22 | 1 | -14/+5 |
| * | When determining which preprocessed entities to traverse in libclang, | Douglas Gregor | 2010-12-21 | 1 | -1/+14 |
| * | Teach clang_getCursorSemanticParent() and | Douglas Gregor | 2010-12-21 | 1 | -3/+29 |
| * | Clean up the handling of template argument packs, especially in the | Douglas Gregor | 2010-12-20 | 1 | -4/+1 |
| * | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -0/+5 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -1/+1 |
| * | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -0/+5 |
| * | In clang_getCursor(), don't override a preprocessing cursor within | Douglas Gregor | 2010-12-10 | 1 | -0/+6 |
| * | Extend libclang debugging output for clang_getCursor() to show the definition... | Douglas Gregor | 2010-12-10 | 1 | -0/+18 |
| * | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -5/+0 |
| * | Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. | Francois Pichet | 2010-12-08 | 1 | -1/+1 |
| * | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet | 2010-12-07 | 1 | -0/+7 |
| * | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 2010-12-04 | 1 | -2/+2 |
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -1/+1 |
| * | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor | 2010-11-30 | 1 | -7/+13 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -4/+4 |
| * | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -2/+1 |
| * | Fix a bunch of IndirectFieldDecl-related warnings. | Benjamin Kramer | 2010-11-21 | 1 | -0/+1 |
| * | remove old compatibility APIs, use StringRef versions instead. | Chris Lattner | 2010-11-21 | 1 | -2/+1 |
| * | Implement a simple hash function for libclang cursors | Douglas Gregor | 2010-11-20 | 1 | -0/+9 |
| * | Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. | Douglas Gregor | 2010-11-19 | 1 | -0/+10 |
| * | Get the number of errors reported from the diagnostic client, in clang_parseT... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -2/+2 |
| * | CursorVisitor: switch remaining expressions over | Ted Kremenek | 2010-11-18 | 1 | -127/+93 |
| * | CursorVisitor: migrate handling of | Ted Kremenek | 2010-11-18 | 1 | -71/+98 |
| * | Make definition of CXTranslationUnitImpl private | Ted Kremenek | 2010-11-17 | 1 | -0/+1 |
| * | When libclang is walking a member access expression, don't walk into | Douglas Gregor | 2010-11-17 | 1 | -1/+11 |
| * | When comparing the source range of a declaration against the region of | Douglas Gregor | 2010-11-17 | 1 | -7/+47 |
| * | CursorVisitor: Migrate handling of | Ted Kremenek | 2010-11-17 | 1 | -22/+10 |
| * | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 1 | -0/+8 |
| * | CursorVisitor: migrate handling of CXXUuidofExpr to | Ted Kremenek | 2010-11-17 | 1 | -14/+6 |
| * | CursorVisitor: migrate handling of UnaryTypeTraitExpr | Ted Kremenek | 2010-11-17 | 1 | -5/+4 |
| * | CursorVisitor: refactor visitation of | Ted Kremenek | 2010-11-17 | 1 | -21/+26 |
| * | CursorVisitor: migrate handling of | Ted Kremenek | 2010-11-17 | 1 | -19/+31 |
| * | CursorVisitor: migrate handling of | Ted Kremenek | 2010-11-17 | 1 | -8/+5 |
| * | CursorVisitor: migrate handling of | Ted Kremenek | 2010-11-17 | 1 | -12/+6 |
| * | CursorVisitor: migrate handling of | Ted Kremenek | 2010-11-17 | 1 | -6/+6 |
| * | CursorVisitor: Migrate CXXUnresolvedConstructExpr over to data-recursive algo... | Ted Kremenek | 2010-11-17 | 1 | -10/+7 |
| * | Fix source-range information for Objective-C properties. Previously, | Douglas Gregor | 2010-11-17 | 1 | -3/+11 |
| * | MSVC doesn't like the noinline attribute at the end of a declaration. Try the... | Benjamin Kramer | 2010-11-16 | 1 | -1/+1 |