aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-01-06[analyzer] Correct the c++-analyzer symlinkAnna 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 defaultAnna Zaks
2012-01-06[analyzer] scan-build: If we are on MacOS, use clang as the defaultAnna Zaks
2012-01-06[analyzer] Skip --serialize-diagnostic when running scan-build.Anna Zaks
2012-01-03Force set-xcode-analyzer to use the system version of Python installed on OS X.Ted Kremenek
2012-01-01Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...Douglas Gregor
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2012-01-01Move the data that corresponds to the definition of a protocol into aDouglas Gregor
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-26driver: fix unused variable warningDylan Noblesmith
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith
2011-12-22remove unneeded config.h includesDylan Noblesmith
2011-12-22Last part of support for generating dwarf for assembly source files. This getsKevin Enderby
2011-12-21[libclang] In visitPreprocessedEntitiesInRange we are interested in a file re...Argyrios Kyrtzidis
2011-12-15Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor
2011-12-15[libclang] Give up on using write(); hopefully unbreaks mingw build.Argyrios Kyrtzidis
2011-12-15Revert r146646 that was a mistake, and make the intended change in the right ...Argyrios Kyrtzidis
2011-12-15Move the definition-specific data of ObjCInterfaceDecl into aDouglas 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 CXIdxEntityInfoArgyrios Kyrtzidis
2011-12-15[libclang] Suppress indexing references for occurrences of the interfaceArgyrios Kyrtzidis
2011-12-14Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline itsDouglas 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 suppressArgyrios Kyrtzidis
2011-12-10[libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis
2011-12-09Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek
2011-12-09Sort exports list.Ted Kremenek
2011-12-09Save 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_NoDeclFoundArgyrios Kyrtzidis
2011-12-08Misc Minix-specific changes to clang:Eli Friedman
2011-12-08[libclang] When doing clang_findReferencesInFile, make sure we don't crashArgyrios Kyrtzidis
2011-12-08[libclang] Remove IndexingContext's getScopedContext(), it's not usefulArgyrios 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 languageArgyrios Kyrtzidis
2011-12-07[libclang] Index C++ namespaces.Argyrios Kyrtzidis
2011-12-07Tweak 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 entityArgyrios 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-02Introduce 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-29Preserve constness.Benjamin Kramer
2011-11-29Silence GCC warnings, RefCountedBase is meant to be default-initialized here.Benjamin Kramer
2011-11-29[libclang] Fix leak in clang_indexSourceFile_ImplArgyrios Kyrtzidis
2011-11-29[libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis