summaryrefslogtreecommitdiffstats
path: root/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-161-1/+21
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-161-0/+12
* Like for LLVM / shlib, we also provide a SONAME to libclang.soSylvestre Ledru2012-04-151-0/+5
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-5/+9
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+0
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-1/+3
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-126-3/+33
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-113-3/+34
* [libclang] In cxloc::translateSourceRange make sure to handle locations in ma...Argyrios Kyrtzidis2012-04-111-3/+4
* [libclang] Fix "error: conflicts with new declaration with ā€˜Cā€™ linkage" t...Argyrios Kyrtzidis2012-04-111-21/+21
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-113-21/+39
* [libclang] For clang_getOverriddenCursors make sure to report overridden objc...Argyrios Kyrtzidis2012-04-102-16/+38
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-102-13/+17
* Fix dead store warning.Ted Kremenek2012-04-041-1/+2
* [libclang] Fix use-after-free bug when handling attributes indexing info.Argyrios Kyrtzidis2012-03-312-52/+58
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-302-0/+5
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-302-0/+58
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-2/+11
* [libclang] A MemberRefExpr cursor for a property dot syntax should have asArgyrios Kyrtzidis2012-03-301-0/+2
* [libclang] Fix CIndexer::isOptEnabled(); not sure what I was thinking there.Argyrios Kyrtzidis2012-03-281-1/+1
* [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority.Argyrios Kyrtzidis2012-03-284-9/+9
* [libclang] Fix gcc error.Argyrios Kyrtzidis2012-03-281-2/+2
* [libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis2012-03-286-6/+76
* [libclang] Put the CIndexer class in the clang namespace instead of havingArgyrios Kyrtzidis2012-03-281-1/+2
* [libclang] For clang_saveTranslationUnit, if the AST to save has invalid nodesArgyrios Kyrtzidis2012-03-281-5/+52
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-272-1/+16
* [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, whichArgyrios Kyrtzidis2012-03-271-0/+3
* [libclang] Make sure we don't crash when trying to index code thatArgyrios Kyrtzidis2012-03-232-4/+7
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-231-0/+4
* [libclang] Have clang_getCursorExtent() return the range of the main file whenArgyrios Kyrtzidis2012-03-191-0/+8
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-115-13/+13
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-102-5/+0
* [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart().Daniel Dunbar2012-03-091-5/+5
* [libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis2012-03-081-19/+44
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+1
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-072-2/+6
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-064-1/+45
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-063-10/+36
* Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis2012-03-011-1/+1
* Remove stray semi-colon.Daniel Dunbar2012-02-291-1/+1
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-283-9/+18
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-284-2/+49
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-281-11/+29
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-271-1/+1
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-252-10/+2
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-242-0/+7
* [libclang] Index the field references of a designated initializer, rdar://109...Argyrios Kyrtzidis2012-02-221-0/+11
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-204-10/+10
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-3/+2
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-2/+3