summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix a test and a warning on windows.Argyrios Kyrtzidis2013-03-111-1/+1
* Driver: do not strip file extensions when printing diagnostics.Benjamin Kramer2013-03-101-1/+1
* [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-081-25/+25
* [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-083-59/+68
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-083-1/+205
* [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget toArgyrios Kyrtzidis2013-03-081-4/+6
* [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis2013-03-083-0/+18
* [libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis2013-03-051-0/+2
* scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose2013-03-051-0/+1
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-012-9/+9
* doxygen command. Add 'attention' command to list of similarFariborz Jahanian2013-02-261-0/+1
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-3/+4
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-1/+0
* Add support for coldcc to clangPeter Collingbourne2013-02-221-0/+1
* Suppress -Wswitch to unbreak the build.David Blaikie2013-02-221-0/+1
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+2
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-2/+2
* scan-build: Remove debug print.Benjamin Kramer2013-02-221-1/+0
* [scan-build] Add quotes around clang executable name to handle path withs spa...Ted Kremenek2013-02-211-1/+2
* [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar:/...Ted Kremenek2013-02-211-3/+6
* [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier2013-02-211-26/+26
* CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ...NAKAMURA Takumi2013-02-211-2/+4
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-2/+2
* Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek2013-02-212-8/+8
* [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis2013-02-201-8/+8
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-184-23/+22
* libclang: don't store nul-terminated strings as StringRefs,Dmitri Gribenko2013-02-182-16/+15
* libclang: remove reinterpret_casts by using SourceLocation::getPtrEncodingDmitri Gribenko2013-02-161-14/+14
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-153-17/+37
* libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncodingDmitri Gribenko2013-02-141-24/+12
* Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.Ted Kremenek2013-02-141-0/+5
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-131-1/+1
* [libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis2013-02-131-9/+23
* libclang: use CXCursor getters to simplify codeDmitri Gribenko2013-02-091-3/+2
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+3
* [libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis2013-02-081-8/+23
* libclang: reduce CXString abuseDmitri Gribenko2013-02-071-25/+20
* libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]NAKAMURA Takumi2013-02-071-0/+1
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* 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
OpenPOWER on IntegriCloud