summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Install c-index-test and clang-c/Index.h as internal files. rdar://10217046Bob Wilson2011-11-281-0/+4
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-282-5/+40
* [libclang] Indexing API: Capture diagnostics during indexing.Argyrios Kyrtzidis2011-11-281-1/+2
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-231-1/+1
* [libclang] Indexing API: Fix issues, mostly C++ related.Argyrios Kyrtzidis2011-11-233-40/+58
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-229-91/+493
* Create the clang++ symlink as a POST_BUILD custom command on clang.Peter Collingbourne2011-11-211-5/+3
* c-index-test.c: Fix syntax according to C.NAKAMURA Takumi2011-11-181-1/+1
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-5/+2
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-1810-158/+363
* [libclang] Indexing API: make sure we don't pass declarations/references with...Argyrios Kyrtzidis2011-11-181-7/+13
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-172-4/+4
* [libclang] Add a comment in lazyCreateDiags to explain why the check and rese...Argyrios Kyrtzidis2011-11-161-0/+17
* [libclang] Make clang_annotateTokens use "file-targeted" deserialization and ...Argyrios Kyrtzidis2011-11-162-22/+45
* [libclang] Make clang_findReferencesInFile use "file-targeted" deserializatio...Argyrios Kyrtzidis2011-11-162-30/+31
* Teach ccc-analyzer about -fobjc-arc.Ted Kremenek2011-11-161-0/+1
* [libclang] Indexing API: fill the objc category info for a category implement...Argyrios Kyrtzidis2011-11-162-4/+20
* [libclang] Indexing API: make sure we do not try to index local declarations.Argyrios Kyrtzidis2011-11-163-21/+10
* [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ...Argyrios Kyrtzidis2011-11-163-8/+85
* [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of d...Argyrios Kyrtzidis2011-11-161-3/+16
* [libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation ...Argyrios Kyrtzidis2011-11-152-2/+5
* [libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis2011-11-156-23/+251
* Fix potential memory leak for clients of clang_getOverriddenCursors(). If th...Ted Kremenek2011-11-141-0/+4
* [libclang] Slight changes to the indexing API and bigger internal changes for...Argyrios Kyrtzidis2011-11-145-147/+213
* [libclang] Move the check for errors in c-index-test before the TU gets dispo...Argyrios Kyrtzidis2011-11-131-3/+5
* [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -tes...Argyrios Kyrtzidis2011-11-131-0/+12
* [libclang] Further simplify the indexing API.Argyrios Kyrtzidis2011-11-127-416/+199
* Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null charac...Ted Kremenek2011-11-111-5/+8
* Silence compiler warning.Benjamin Kramer2011-11-111-0/+1
* libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...NAKAMURA Takumi2011-11-111-1/+1
* [serialized diagnostics]: add test cases for serialized diagnostics, includin...Ted Kremenek2011-11-111-3/+7
* [libclang] Simplify the indexing API.Argyrios Kyrtzidis2011-11-117-668/+529
* c-index-test.c: Fix a comment style. /* It is C source. */NAKAMURA Takumi2011-11-101-1/+1
* c-index-test.c: Fix syntax. It is C source.NAKAMURA Takumi2011-11-101-2/+3
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-1011-102/+1131
* Sort contents of exports file. No functionality change.Ted Kremenek2011-11-081-4/+4
* [analyzer] Make sure scan-build catches all clang failures.Anna Zaks2011-11-071-1/+7
* Change the AST representation of operations on Objective-CJohn McCall2011-11-062-1/+28
* [libclang] For "c-index-test -index-file", print out the names of the callbacks.Argyrios Kyrtzidis2011-11-051-29/+39
* [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.Argyrios Kyrtzidis2011-11-041-1/+2
* [libclang] Move CursorVisitor to its own header.Argyrios Kyrtzidis2011-11-033-239/+264
* [libclang] Use CursorVisitor::Visit instead of invoking the visitor directly.Argyrios Kyrtzidis2011-11-031-18/+2
* [libclang] Add missing return in clang_getExpansionLocation that resulted in ...Argyrios Kyrtzidis2011-11-032-1/+2
* [libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis2011-11-031-5/+144
* [libclang] For c-index-test disable caching of code completion results ifArgyrios Kyrtzidis2011-11-031-0/+2
* Add missing export. Spotted by Leandro Melo.Eli Friedman2011-11-011-0/+1
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-012-3/+3
* [libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis2011-11-011-4/+16
* Add LinkAllPasses to clangTobias Grosser2011-11-011-0/+1
* Rework the AST for the initializer of a delegating constructor, soDouglas Gregor2011-11-011-2/+2