aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2013-01-11libclang: use C++ casts in CXString.cppDmitri Gribenko
2013-01-11libclang: constness for CXStringDmitri Gribenko
2013-01-11[libclang] Add some constness in CXSourceLocation and CXSourceRange.Argyrios Kyrtzidis
2013-01-11Set process return code of 1 in set-xcode-analyzer when Xcode needs to be qui...Ted Kremenek
2013-01-11libclang: remove unneeded castsDmitri Gribenko
2013-01-11libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko
2013-01-11libclang: use getCursorTU and getCursorASTUnit instead of explicit castsDmitri Gribenko
2013-01-11Replace more usages of __func__ with LLVM_FUNCTION_NAMEDmitri Gribenko
2013-01-11libclang logging: fixup for MSVC, which does not have __func__Dmitri Gribenko
2013-01-10[libclang] Address some coding style issues pointed out by Dmitri.Argyrios Kyrtzidis
2013-01-10ccc-analyzer: Forward -msse* options to the compiler.Ted Kremenek
2013-01-10[libclang] Add missing header fileArgyrios Kyrtzidis
2013-01-10[libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis
2013-01-08[libclang] In clang_equalCursors, clear out the "FirstInDeclGroup" part in a ...Argyrios Kyrtzidis
2013-01-07[libclang] When annotating preprocessor tokens, if we are in a macro definition,Argyrios Kyrtzidis
2013-01-07[libclang] Simplify annotation of preprocessing tokens and remove the Annotat...Argyrios Kyrtzidis
2013-01-07[libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis
2013-01-07[libclang] When getting the cursor for an identifier inside a macro definitio...Argyrios Kyrtzidis
2013-01-07Comment to XML conversion: no, we don't want to print instantiations for theDmitri Gribenko
2013-01-07libclang/Makefile: Reorder USEDLIBS along driver/clang.NAKAMURA Takumi
2013-01-05Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when usin...Ted Kremenek
2013-01-04Require set-xcode-analyzer to run with Python 2.7 or later.Ted Kremenek
2013-01-04[libclang] Introduce clang_getFileLocation.Argyrios Kyrtzidis
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2013-01-02Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth
2012-12-25Produce an actual error before attempting to attach notes to it when bailing outRichard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-22[libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...Argyrios Kyrtzidis
2012-12-20Add objective-C style formatting to clang format andFariborz Jahanian
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-20c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable h...NAKAMURA Takumi
2012-12-20c-index-test/Makefile: Reformat.NAKAMURA Takumi
2012-12-19Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian
2012-12-19Add a missing 'else'. Found by grep '} if'Dmitri Gribenko
2012-12-19Improve on header comment suggested by James Dennet.Fariborz Jahanian
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-19Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.Ted Kremenek
2012-12-19fixes a doxygen comment.Fariborz Jahanian
2012-12-19Increas number of iterations before a new libclang format objectFariborz Jahanian
2012-12-19Some code refactoring per Dimitri's comment.Fariborz Jahanian
2012-12-18Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...Ted Kremenek
2012-12-18This is the libclang patch providing minimal API toFariborz Jahanian
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei