summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* Comment to XML conversion: replace string comparison with command ID comparisonDmitri Gribenko2013-02-031-3/+8
* libclang: wrap CXString implementation into 'namespace cxstring'Dmitri Gribenko2013-02-031-19/+24
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-0310-13/+3
* libclang: migrate IndexingDeclVisitor to ConstDeclVisitorDmitri Gribenko2013-02-031-36/+38
* libclang: remove unneeded const_castDmitri Gribenko2013-02-031-1/+1
* libclang: migrate USRGenerator to ConstDeclVisitorDmitri Gribenko2013-02-031-59/+62
* libclang: remove unneeded const_castsDmitri Gribenko2013-02-032-4/+3
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-0211-90/+111
* Add some horrible Perl code to teach scan-build to recursively walk a directo...Ted Kremenek2013-02-021-9/+22
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-028-181/+200
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-3/+42
* libclang: document the purpose of createNull()Dmitri Gribenko2013-02-011-0/+2
* libclang: add comments for CXStringFlagDmitri Gribenko2013-02-011-1/+12
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-0110-43/+53
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-016-26/+36
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-2/+15
* Attempt to fix Windows build breakage.Evgeniy Stepanov2013-01-311-1/+2
* Allow the computation of the base priority for a declaration code completion ...Douglas Gregor2013-01-311-1/+1
* scan-build: When using Xcode 4.6, use build settings for doing proper build i...Ted Kremenek2013-01-301-0/+30
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-291-8/+24
* libclang: refactor CXStringPool: make it a classDmitri Gribenko2013-01-265-43/+48
* libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko2013-01-264-6/+6
* libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko2013-01-263-15/+10
* libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko2013-01-263-10/+13
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-2614-67/+72
* libclang: make getCursorParentDecl() return 'const Decl *'Dmitri Gribenko2013-01-263-4/+4
* libclang: change getCursorAttr() to return 'const Attr *'Dmitri Gribenko2013-01-263-7/+7
* libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko2013-01-264-169/+180
* [libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis2013-01-262-0/+16
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-241-4/+17
* Always process an index.html file if we have HTML output. Patch by Justin Bo...Ted Kremenek2013-01-231-1/+1
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-238-159/+167
* Remove uneeded castsDmitri Gribenko2013-01-232-6/+4
* Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling2013-01-232-5/+5
* Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling2013-01-231-5/+9
* libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi2013-01-222-1/+4
* Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi2013-01-202-2/+2
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-202-0/+2
* update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...Chris Lattner2013-01-201-38/+26
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-204-8/+3
* random tidyingChris Lattner2013-01-191-6/+3
* update header comment.Chris Lattner2013-01-191-12/+12
* these now depend on the bitcode reader too.Chris Lattner2013-01-196-3/+6
* this depends on the bitcode reader, since it is using it.Chris Lattner2013-01-192-1/+2
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-196-7/+8
* clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-171-0/+4
* [libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU isArgyrios Kyrtzidis2013-01-161-3/+2
* [libclang] In clang_getCursorType, don't crash if the translation unit is notArgyrios Kyrtzidis2013-01-161-0/+3
* Fix CastingDavid Greene2013-01-151-6/+11
OpenPOWER on IntegriCloud