summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merging r155534:Bill Wendling2012-04-251-1/+1
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-6/+10
* [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
* [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.Anna Zaks2012-04-141-0/+2
* c-index-test: dispose spelling string after use.Benjamin Kramer2012-04-141-0/+1
* 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-136-6/+4
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-122-1/+5
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-127-5/+41
* [libclang] Apparently it's important to build in C89, sigh..Argyrios Kyrtzidis2012-04-111-1/+2
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-114-3/+50
* [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
* [Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...NAKAMURA Takumi2012-04-072-0/+6
* clangFrontend depends on clangEdit.Benjamin Kramer2012-04-041-1/+1
* Adds a tooling library.Manuel Klimek2012-04-045-1/+94
* Fix dead store warning.Ted Kremenek2012-04-041-1/+2
* Fix build by passing in the needed variable after r153860.Bill Wendling2012-04-021-1/+2
* Remove unused but set variable.Benjamin Kramer2012-03-311-3/+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-303-0/+7
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-303-3/+73
* 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] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis2012-03-301-0/+12
* [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-273-2/+32
* [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
* Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek2012-03-201-0/+2
* [libclang] Have clang_getCursorExtent() return the range of the main file whenArgyrios Kyrtzidis2012-03-191-0/+8
* [c-index-test] Make it C90 compliant.Argyrios Kyrtzidis2012-03-151-1/+3
* [libclang] A couple of enhancements to c-index-test.Argyrios Kyrtzidis2012-03-151-14/+35
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-1/+22
* Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi2012-03-112-2/+2
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-116-14/+14
* 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