summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-146-6/+6
* Update clang-format.el to use xml output and patch in the returned chunks.Manuel Klimek2015-01-131-46/+86
* Add the shifted cursor position to XML output, so it can be used by editor in...Manuel Klimek2015-01-091-0/+4
* Improve clang-format.el.Manuel Klimek2015-01-081-48/+117
* [analyzer] Include a couple more comments on using xcrun to query the SDK.Ted Kremenek2014-12-311-0/+4
* [analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite t...Ted Kremenek2014-12-311-0/+20
* clang-format: Make clang-format-diff.py format java files.Daniel Jasper2014-12-081-1/+1
* [analyzer] Eliminated endless loop.Anton Yartsev2014-12-051-0/+1
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-3/+3
* [analyzer] Indented code within the DisplayHelp sub.Anton Yartsev2014-11-261-84/+84
* clang-format a recent commit I madeDavid Blaikie2014-11-191-4/+3
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-3/+3
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-2/+1
* clang-format: Give clang-format-diff.py a -v option.Daniel Jasper2014-11-141-0/+4
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-1/+2
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+6
* [libclang] When initializing an ObjC object via the "[[ClassName alloc] init*...Argyrios Kyrtzidis2014-11-101-2/+10
* clang-format: Document that --assume-filename affects the language.Nico Weber2014-11-101-1/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Fix style.Michael J. Spencer2014-11-071-5/+3
* Support LLVM_BUILD_STATIC.Rafael Espindola2014-11-052-5/+17
* clang-format: Make it possible to (require 'clang-format)Justin Bogner2014-11-051-0/+2
* clang-format: Fix vim integration if g:clang_format_binary doesn't existDaniel Jasper2014-11-041-1/+1
* [clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko2014-11-041-61/+7
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-3/+3
* clang-format: permit setting the path to clang in vimrcSaleem Abdulrasool2014-11-021-0/+3
* docs: remove double carriage-returnSaleem Abdulrasool2014-11-021-1/+1
* [autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan...NAKAMURA Takumi2014-10-302-0/+2
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-302-2/+0
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* clang-format: Cut more clangAST dependencies.Daniel Jasper2014-10-291-0/+1
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-293-5/+2
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-6/+0
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* clang-format: improve vim integration docsSaleem Abdulrasool2014-10-271-2/+2
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+1
* Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner2014-10-231-1/+15
* Refactor implementation of 'exclude header'.Richard Smith2014-10-231-5/+1
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-1/+5
* Driver: Make FailingCommand mandatory for generateCompilationDiagnosticsJustin Bogner2014-10-201-3/+7
* Driver: support detecting driver mode when clang has a version suffix without...Hans Wennborg2014-10-171-76/+81
* Speculatively fix GCC 4.7 build after r219938Hans Wennborg2014-10-161-1/+1
* Use iterators and algorithms to possibly make this code a bit tidierDavid Blaikie2014-10-161-16/+12
* Use array_lengthof; NFC.Hans Wennborg2014-10-161-1/+1
* Add llvm_unreachable after switch to avoid warnings about a missingKaelyn Takata2014-10-151-0/+1
* Drop unneccessary default case from switch introduced in r219809Kaelyn Takata2014-10-151-2/+0
* [analyzer] Perl scripts are run differently from makefiles. Sometimes additio...Anton Yartsev2014-10-152-0/+2
* [libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis2014-10-152-0/+36
* Update for llvm api change.Rafael Espindola2014-10-151-3/+2
* [analyzer] Handle 'mingw32-make' in the same way as 'make' and 'gmake'.Anton Yartsev2014-10-151-1/+1