summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+2
* Introduced raw_identifier token kind.Abramo Bagnara2010-12-221-14/+5
* When determining which preprocessed entities to traverse in libclang,Douglas Gregor2010-12-211-1/+14
* Teach clang_getCursorSemanticParent() andDouglas Gregor2010-12-211-3/+29
* Clean up the handling of template argument packs, especially in theDouglas Gregor2010-12-201-4/+1
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-0/+5
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-1/+1
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+5
* In clang_getCursor(), don't override a preprocessing cursor withinDouglas Gregor2010-12-101-0/+6
* Extend libclang debugging output for clang_getCursor() to show the definition...Douglas Gregor2010-12-101-0/+18
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-5/+0
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-1/+1
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+7
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-2/+2
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-1/+1
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-7/+13
* Merge System into Support.Michael J. Spencer2010-11-291-4/+4
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-2/+1
* Fix a bunch of IndirectFieldDecl-related warnings.Benjamin Kramer2010-11-211-0/+1
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-2/+1
* Implement a simple hash function for libclang cursorsDouglas Gregor2010-11-201-0/+9
* Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor2010-11-191-0/+10
* Get the number of errors reported from the diagnostic client, in clang_parseT...Argyrios Kyrtzidis2010-11-181-2/+2
* CursorVisitor: switch remaining expressions overTed Kremenek2010-11-181-127/+93
* CursorVisitor: migrate handling ofTed Kremenek2010-11-181-71/+98
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+1
* When libclang is walking a member access expression, don't walk intoDouglas Gregor2010-11-171-1/+11
* When comparing the source range of a declaration against the region ofDouglas Gregor2010-11-171-7/+47
* CursorVisitor: Migrate handling ofTed Kremenek2010-11-171-22/+10
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-0/+8
* CursorVisitor: migrate handling of CXXUuidofExpr toTed Kremenek2010-11-171-14/+6
* CursorVisitor: migrate handling of UnaryTypeTraitExprTed Kremenek2010-11-171-5/+4
* CursorVisitor: refactor visitation ofTed Kremenek2010-11-171-21/+26
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-19/+31
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-8/+5
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-12/+6
* CursorVisitor: migrate handling ofTed Kremenek2010-11-171-6/+6
* CursorVisitor: Migrate CXXUnresolvedConstructExpr over to data-recursive algo...Ted Kremenek2010-11-171-10/+7
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-171-3/+11
* MSVC doesn't like the noinline attribute at the end of a declaration. Try the...Benjamin Kramer2010-11-161-1/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-100/+117
* Move CXString creation/management routines intoTed Kremenek2010-11-161-45/+1
* CursorVisitor: cache worklists created for data-recursion to reduce malloc() ...Ted Kremenek2010-11-151-3/+26
* Use LLVM_ATTRIBUTE_NOINLINE instead of attribute((noinline)).Ted Kremenek2010-11-151-1/+2
* Cast pointers instead of returning a new value within RunVisitorWorkList().Ted Kremenek2010-11-151-14/+16
* Annotate CursorVisitor::VisitDataRecursive() with attribute 'noinline'.Ted Kremenek2010-11-151-1/+1
* "Fix" some unintentional fallout from convertingTed Kremenek2010-11-141-3/+12
* CursorVisitor: make data-recursion algorithm the default except for the few r...Ted Kremenek2010-11-141-73/+22
* Remove stale #include.Ted Kremenek2010-11-141-3/+0
* Rewrite reverse iteration loop in a more natural countdown manner.Ted Kremenek2010-11-131-4/+2
OpenPOWER on IntegriCloud