summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fixed GCC (C90) and Clang warnings.Erik Verbruggen2011-10-061-6/+3
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-0/+8
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-068-62/+669
* [libclang] Move the bulk of clang_getOverriddenCursors intoArgyrios Kyrtzidis2011-10-063-95/+95
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-052-97/+427
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-042-17/+1
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-2/+0
* [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...Argyrios Kyrtzidis2011-09-302-3/+10
* [libclang] Introduce clang_Range_isNull.Argyrios Kyrtzidis2011-09-282-0/+6
* Install c-index-test also on CMake build, following up r140681.NAKAMURA Takumi2011-09-281-0/+1
* Install c-index-test as part of install-clang-c Makefile rule.Ted Kremenek2011-09-281-3/+0
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-1/+1
* [libclang] Expose array size and element type, patch by Vinay Sajip!Argyrios Kyrtzidis2011-09-272-0/+38
* MSVC is stuck in the 80s.Argyrios Kyrtzidis2011-09-272-0/+9
* [libclang] Refactor the important stuff in clang_getCursor into a cxcursor::g...Argyrios Kyrtzidis2011-09-272-23/+34
* [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ...Argyrios Kyrtzidis2011-09-272-0/+9
* [libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis2011-09-261-1/+10
* Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis2011-09-263-86/+125
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-3/+3
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-2/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-258-25/+28
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-234-4/+4
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-221-6/+6
* [libclang] When pointing at a macro expansion inside a macro argument,Argyrios Kyrtzidis2011-09-201-6/+0
* Sort exports list.Ted Kremenek2011-09-201-7/+7
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-191-56/+9
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-10/+3
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-2/+2
* First test commit.Erik Verbruggen2011-09-191-1/+0
* [libclang] Remove libclang.darwin.exports, it's not used anymore.Argyrios Kyrtzidis2011-09-131-150/+0
* [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa...Argyrios Kyrtzidis2011-09-133-0/+30
* [libclang] Correct annotation and taking of cursor for objc class referencesArgyrios Kyrtzidis2011-09-131-1/+9
* Rename InterFace -> Interface, no functionality change.Argyrios Kyrtzidis2011-09-131-1/+1
* [libclang]Argyrios Kyrtzidis2011-09-132-38/+13
* When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor2011-09-131-1/+1
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-1/+4
* [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v...Argyrios Kyrtzidis2011-09-121-1/+10
* Kill of the Decl::PCHLevel field entirely. We now only need to knowDouglas Gregor2011-09-101-15/+5
* The translation unit is never deserializedDouglas Gregor2011-09-091-1/+1
* [analyzer] When running scan-build with -plist on ./configure, delete the pli...Anna Zaks2011-09-091-2/+8
* Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LL...James Molloy2011-09-071-1/+1
* [analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....Anna Zaks2011-08-311-4/+6
* Update libclang to have APIs corresponding to the new 'expansion' namingChandler Carruth2011-08-311-16/+24
* [libclang] Rename some functions and make sure we don't iterate past the toke...Argyrios Kyrtzidis2011-08-301-12/+14
* Fix type mismatch in initialization (caught by -Wliteral-conversion)Matt Beaumont-Gay2011-08-291-1/+1
* [analyzer] update bug report urlNico Weber2011-08-281-2/+2
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-8/+5
* Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor2011-08-251-9/+1
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-3/+4