summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-27
* driver: fix unused variable warningDylan Noblesmith2011-12-26
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-23
* remove unneeded config.h includesDylan Noblesmith2011-12-22
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-22
* [libclang] In visitPreprocessedEntitiesInRange we are interested in a file re...Argyrios Kyrtzidis2011-12-21
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-15
* [libclang] Give up on using write(); hopefully unbreaks mingw build.Argyrios Kyrtzidis2011-12-15
* Revert r146646 that was a mistake, and make the intended change in the right ...Argyrios Kyrtzidis2011-12-15
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-15
* [libclang] Install a fatal error handler that will call abort() instead of ex...Argyrios Kyrtzidis2011-12-15
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-15
* [libclang] Suppress indexing references for occurrences of the interfaceArgyrios Kyrtzidis2011-12-15
* Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline itsDouglas Gregor2011-12-14
* [libclang] Indexing API: Provide the protocols list for objc categories as well.Argyrios Kyrtzidis2011-12-13
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-13
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-13
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-10
* Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek2011-12-09
* Sort exports list.Ted Kremenek2011-12-09
* Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam!Argyrios Kyrtzidis2011-12-09
* [libclang] Make sure we don't try to handle a CXCursor_NoDeclFoundArgyrios Kyrtzidis2011-12-09
* Misc Minix-specific changes to clang:Eli Friedman2011-12-08
* [libclang] When doing clang_findReferencesInFile, make sure we don't crashArgyrios Kyrtzidis2011-12-08
* [libclang] Remove IndexingContext's getScopedContext(), it's not usefulArgyrios Kyrtzidis2011-12-08
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-07
* [libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis2011-12-07
* [libclang] Introduce CXIdxEntityLanguage that indicates the languageArgyrios Kyrtzidis2011-12-07
* [libclang] Index C++ namespaces.Argyrios Kyrtzidis2011-12-07
* Tweak serialized diagnostics to support errors with no categories. Fixes <rd...Ted Kremenek2011-12-07
* [libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis2011-12-06
* [libclang] When indexing a field in a C++ class, return an entityArgyrios Kyrtzidis2011-12-05
* [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr.Argyrios Kyrtzidis2011-12-03
* [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++...Argyrios Kyrtzidis2011-12-03
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-02
* [libclang] Create a diagnostic set to pass at the end of indexing.Argyrios Kyrtzidis2011-12-01
* [libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesIn...Argyrios Kyrtzidis2011-11-29
* Preserve constness.Benjamin Kramer2011-11-29
* Silence GCC warnings, RefCountedBase is meant to be default-initialized here.Benjamin Kramer2011-11-29
* [libclang] Fix leak in clang_indexSourceFile_ImplArgyrios Kyrtzidis2011-11-29
* [libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis2011-11-29
* Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...Ted Kremenek2011-11-29
* [libclang] Protect against the declaration's SourceRange being invalidArgyrios Kyrtzidis2011-11-28
* Install c-index-test and clang-c/Index.h as internal files. rdar://10217046Bob Wilson2011-11-28
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-28
* [libclang] Indexing API: Capture diagnostics during indexing.Argyrios Kyrtzidis2011-11-28
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-23
* [libclang] Indexing API: Fix issues, mostly C++ related.Argyrios Kyrtzidis2011-11-23
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-22
* Create the clang++ symlink as a POST_BUILD custom command on clang.Peter Collingbourne2011-11-21