| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek | 2010-11-16 | 1 | -100/+117 |
* | Move CXString creation/management routines into | Ted Kremenek | 2010-11-16 | 1 | -45/+1 |
* | CursorVisitor: cache worklists created for data-recursion to reduce malloc() ... | Ted Kremenek | 2010-11-15 | 1 | -3/+26 |
* | Use LLVM_ATTRIBUTE_NOINLINE instead of attribute((noinline)). | Ted Kremenek | 2010-11-15 | 1 | -1/+2 |
* | Cast pointers instead of returning a new value within RunVisitorWorkList(). | Ted Kremenek | 2010-11-15 | 1 | -14/+16 |
* | Annotate CursorVisitor::VisitDataRecursive() with attribute 'noinline'. | Ted Kremenek | 2010-11-15 | 1 | -1/+1 |
* | "Fix" some unintentional fallout from converting | Ted Kremenek | 2010-11-14 | 1 | -3/+12 |
* | CursorVisitor: make data-recursion algorithm the default except for the few r... | Ted Kremenek | 2010-11-14 | 1 | -73/+22 |
* | Remove stale #include. | Ted Kremenek | 2010-11-14 | 1 | -3/+0 |
* | Rewrite reverse iteration loop in a more natural countdown manner. | Ted Kremenek | 2010-11-13 | 1 | -4/+2 |