Age | Commit message (Expand) | Author |
2012-01-06 | [analyzer] Correct the c++-analyzer symlink | Anna Zaks |
2012-01-06 | [analyzer] c++-analyzer should be a symlink. | Anna Zaks |
2012-01-06 | [analyzer] Update the docs to reflect that gcc is not the only default | Anna Zaks |
2012-01-06 | [analyzer] scan-build: If we are on MacOS, use clang as the default | Anna Zaks |
2012-01-06 | [analyzer] Skip --serialize-diagnostic when running scan-build. | Anna Zaks |
2012-01-03 | Force set-xcode-analyzer to use the system version of Python installed on OS X. | Ted Kremenek |
2012-01-01 | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-26 | driver: fix unused variable warning | Dylan Noblesmith |
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith |
2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith |
2011-12-22 | Last part of support for generating dwarf for assembly source files. This gets | Kevin Enderby |
2011-12-21 | [libclang] In visitPreprocessedEntitiesInRange we are interested in a file re... | Argyrios Kyrtzidis |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | [libclang] Give up on using write(); hopefully unbreaks mingw build. | Argyrios Kyrtzidis |
2011-12-15 | Revert r146646 that was a mistake, and make the intended change in the right ... | Argyrios Kyrtzidis |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-15 | [libclang] Install a fatal error handler that will call abort() instead of ex... | Argyrios Kyrtzidis |
2011-12-15 | [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo | Argyrios Kyrtzidis |
2011-12-15 | [libclang] Suppress indexing references for occurrences of the interface | Argyrios Kyrtzidis |
2011-12-14 | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor |
2011-12-13 | [libclang] Indexing API: Provide the protocols list for objc categories as well. | Argyrios Kyrtzidis |
2011-12-13 | [libclang] Indexing API: Fix indexing of missed references. | Argyrios Kyrtzidis |
2011-12-13 | [libclang] Indexing API: Fix suppressing of references in macros and suppress | Argyrios Kyrtzidis |
2011-12-10 | [libclang] Add defensive checks to make sure we don't try to dereference | Argyrios Kyrtzidis |
2011-12-09 | Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530... | Ted Kremenek |
2011-12-09 | Sort exports list. | Ted Kremenek |
2011-12-09 | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis |
2011-12-09 | [libclang] Make sure we don't try to handle a CXCursor_NoDeclFound | Argyrios Kyrtzidis |
2011-12-08 | Misc Minix-specific changes to clang: | Eli Friedman |
2011-12-08 | [libclang] When doing clang_findReferencesInFile, make sure we don't crash | Argyrios Kyrtzidis |
2011-12-08 | [libclang] Remove IndexingContext's getScopedContext(), it's not useful | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Indexing API: provide both the semantic and the lexical container. | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Fix indexing of C++ bases in a C++ class. | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Introduce CXIdxEntityLanguage that indicates the language | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Index C++ namespaces. | Argyrios Kyrtzidis |
2011-12-07 | Tweak serialized diagnostics to support errors with no categories. Fixes <rd... | Ted Kremenek |
2011-12-06 | [libclang] API enhancements by Joe Groff! | Argyrios Kyrtzidis |
2011-12-05 | [libclang] When indexing a field in a C++ class, return an entity | Argyrios Kyrtzidis |
2011-12-03 | [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. | Argyrios Kyrtzidis |
2011-12-03 | [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++... | Argyrios Kyrtzidis |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-01 | [libclang] Create a diagnostic set to pass at the end of indexing. | Argyrios Kyrtzidis |
2011-11-29 | [libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesIn... | Argyrios Kyrtzidis |
2011-11-29 | Preserve constness. | Benjamin Kramer |
2011-11-29 | Silence GCC warnings, RefCountedBase is meant to be default-initialized here. | Benjamin Kramer |
2011-11-29 | [libclang] Fix leak in clang_indexSourceFile_Impl | Argyrios Kyrtzidis |
2011-11-29 | [libclang] Make clang_findReferencesInFile also work on macros (find all expa... | Argyrios Kyrtzidis |