summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach SourceManager::getLocation() how to cope with a source fileDouglas Gregor2011-02-031-4/+14
* Teach libclang about SizeOfPackExpr.Douglas Gregor2011-01-191-2/+36
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* Don't silently drop warning flags passed in toDouglas Gregor2011-01-191-1/+2
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-5/+5
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+5
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+3
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-8/+8
* Replace the representation of template template argument packDouglas Gregor2011-01-051-1/+2
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-1/+2
* 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
OpenPOWER on IntegriCloud