summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-2219-34/+30
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-222-40/+40
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-2219-30/+34
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-212-6/+5
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-206-29/+39
* clang-format: Add TypeScript detection to git-clang-format.Daniel Jasper2015-06-191-0/+1
* Fix a typo.Adrian Prantl2015-06-181-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-182-0/+11
* [analyzer] Cleanup: $Status is always 0 here.Anton Yartsev2015-06-171-2/+0
* [analyzer] Close file handle before output to file from external command.Anton Yartsev2015-06-171-1/+1
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+2
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-2/+2
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-2/+2
* Update for llvm api change.Rafael Espindola2015-06-131-14/+4
* scan-build: Remove useless whitespace in File pathSylvestre Ledru2015-06-121-1/+1
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-3/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-4/+2
* Fix terrible python goof in clang-format.py which broke my vimChandler Carruth2015-06-041-1/+1
* Make vim also output a helpful message in some error cases.Manuel Klimek2015-06-021-0/+2
* Revert r237339 as sanitizer-ppc64-linux1 does not like it.Yaron Keren2015-05-141-7/+6
* Replace non-standard %lld printf usage with PRId64.Yaron Keren2015-05-141-6/+7
* Fix clang-format build from the solution; the underlying path has changed to ...Manuel Klimek2015-05-121-2/+2
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-0/+1
* revert r237081 -- bad idea (-lcrypt may not be present)Kostya Serebryany2015-05-122-2/+0
* add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)Kostya Serebryany2015-05-122-1/+3
* Reapply r236854 and fixed r236867.Daniel Jasper2015-05-102-10/+21
* Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser2015-05-082-22/+11
* Revert "clang-format: Only output IncompleteFormat if -cursor is given."Renato Golin2015-05-081-6/+6
* clang-format: Only output IncompleteFormat if -cursor is given.Daniel Jasper2015-05-081-6/+6
* Make emacs show when clang-format encountered a syntax error.Manuel Klimek2015-05-082-11/+22
* fix clang-fuzzer and clang-format-fuzzer Kostya Serebryany2015-05-072-2/+2
* clang-format: Don't allow -i when reading from stdin.Daniel Jasper2015-05-061-1/+3
* Revert "[analyzer] scan-build: support spaces in compiler path and arguments."Ahmed Bougacha2015-05-061-5/+1
* [analyzer] This eliminates regression caused by r236423.Anton Yartsev2015-05-051-1/+5
* [clang-fuzzer] make clang-fuzzer slightly faster by removing one redundant di...Kostya Serebryany2015-05-041-2/+2
* [analyzer] scan-build: support spaces in compiler path and arguments.Anton Yartsev2015-05-041-2/+2
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-2/+2
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-044-67/+63
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-2/+2
* Revert r235749 - Accidentally commited cruft from the wrong path.Lang Hames2015-04-241-1/+0
* [CodeGen] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-0/+1
* clang-format: Add default fallback style.Daniel Jasper2015-04-171-0/+1
* clang-format: add an option for fallback style in vimrcDaniel Jasper2015-04-161-0/+4
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+9
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-0/+12
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-3/+12
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-133-21/+116
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-115-10/+10