aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-03-20Add clang-format binary to cfe.Daniel Jasper
2013-03-18[libclang] Modify clang_getCursorType to be able to handle a function templat...Argyrios Kyrtzidis
2013-03-14[analyzer] Fix scan-build's -stats mode.Jordan Rose
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-11[libclang] Fix a test and a warning on windows.Argyrios Kyrtzidis
2013-03-10Driver: do not strip file extensions when printing diagnostics.Benjamin Kramer
2013-03-08[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis
2013-03-08[libclang] When calling the function of CXCursorAndRangeVisitor, don't forget toArgyrios Kyrtzidis
2013-03-08[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis
2013-03-05[libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis
2013-03-05scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-02-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22Suppress -Wswitch to unbreak the build.David Blaikie
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-22scan-build: Remove debug print.Benjamin Kramer
2013-02-21[scan-build] Add quotes around clang executable name to handle path withs spa...Ted Kremenek
2013-02-21[scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar:/...Ted Kremenek
2013-02-21[driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier
2013-02-21CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ...NAKAMURA Takumi
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-21Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek
2013-02-20[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2013-02-18libclang: don't store nul-terminated strings as StringRefs,Dmitri Gribenko
2013-02-16libclang: remove reinterpret_casts by using SourceLocation::getPtrEncodingDmitri Gribenko
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko
2013-02-14libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncodingDmitri Gribenko
2013-02-14Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2013-02-13[libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis
2013-02-09libclang: use CXCursor getters to simplify codeDmitri Gribenko
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-02-08[libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis
2013-02-07libclang: reduce CXString abuseDmitri Gribenko
2013-02-07libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]NAKAMURA Takumi
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-03Comment to XML conversion: replace string comparison with command ID comparisonDmitri Gribenko
2013-02-03libclang: wrap CXString implementation into 'namespace cxstring'Dmitri Gribenko
2013-02-03libclang: remove 'using namespace cxstring'Dmitri Gribenko
2013-02-03libclang: migrate IndexingDeclVisitor to ConstDeclVisitorDmitri Gribenko
2013-02-03libclang: remove unneeded const_castDmitri Gribenko
2013-02-03libclang: migrate USRGenerator to ConstDeclVisitorDmitri Gribenko
2013-02-03libclang: remove unneeded const_castsDmitri Gribenko