aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-02-02libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko
2013-02-02Add some horrible Perl code to teach scan-build to recursively walk a directo...Ted Kremenek
2013-02-02libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-02-01libclang: document the purpose of createNull()Dmitri Gribenko
2013-02-01libclang: add comments for CXStringFlagDmitri Gribenko
2013-02-01libclang: itroduce cxstring::createEmpty()Dmitri Gribenko
2013-02-01libclang: introduce cxstring::createNull()Dmitri Gribenko
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-31Attempt to fix Windows build breakage.Evgeniy Stepanov
2013-01-31Allow the computation of the base priority for a declaration code completion ...Douglas Gregor
2013-01-30scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek
2013-01-29[driver] Refactor the driver so that a failing commands doesn't preventChad Rosier
2013-01-26libclang: refactor CXStringPool: make it a classDmitri Gribenko
2013-01-26libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko
2013-01-26libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko
2013-01-26libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-26libclang: make getCursorParentDecl() return 'const Decl *'Dmitri Gribenko
2013-01-26libclang: change getCursorAttr() to return 'const Attr *'Dmitri Gribenko
2013-01-26libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko
2013-01-26[libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis
2013-01-24scan-build: Add a --keep-empty option for better testing.Jordan Rose
2013-01-23Always process an index.html file if we have HTML output. Patch by Justin Bo...Ted Kremenek
2013-01-23libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko
2013-01-23Remove uneeded castsDmitri Gribenko
2013-01-23Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling
2013-01-23Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling
2013-01-22libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi
2013-01-20Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-20update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-19random tidyingChris Lattner
2013-01-19update header comment.Chris Lattner
2013-01-19these now depend on the bitcode reader too.Chris Lattner
2013-01-19this depends on the bitcode reader, since it is using it.Chris Lattner
2013-01-19Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth
2013-01-18clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2013-01-17We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-16[libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU isArgyrios Kyrtzidis
2013-01-16[libclang] In clang_getCursorType, don't crash if the translation unit is notArgyrios Kyrtzidis
2013-01-15Fix CastingDavid Greene
2013-01-15Fix CastingDavid Greene
2013-01-15Fix CastingDavid Greene
2013-01-15Fix CastingDavid Greene
2013-01-15[driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier
2013-01-14libclang: remove a few const_castsDmitri Gribenko
2013-01-14Constify argument of Preprocessor::getMacroInfoHistory and propagate toDmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko