summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-0/+9
* Propagate usage of std:unique_ptr a bit. NFC.Rafael Espindola2015-04-091-5/+5
* Update for LLVM api changes.Rafael Espindola2015-04-091-10/+9
* Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer l...Aaron Ballman2015-04-061-16/+18
* Update for llvm commit r233648.Eric Christopher2015-03-311-3/+2
* [scan-build] Be friendly to "" in the argument list.Anna Zaks2015-03-281-0/+5
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-5/+16
* Add initial version of a clang-fuzzer.Manuel Klimek2015-03-283-0/+51
* Refactor: Simplify boolean expressions in libclangDmitri Gribenko2015-03-231-1/+1
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-0/+9
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-0/+10
* Update for llvm api change.Rafael Espindola2015-03-201-1/+2
* Fix incremental linking with ninja and CMake 3.2+, see LLVM r232662 for detailsReid Kleckner2015-03-191-1/+1
* Update for llvm API change.Rafael Espindola2015-03-161-2/+3
* [libclang] During member ref expression visitation, ignore base anonymous str...Argyrios Kyrtzidis2015-03-131-2/+15
* clang-format: Recognize the .ts (TypeScript) extension as JavaScript.Daniel Jasper2015-03-111-1/+1
* Update clang for llvm r231861.Eric Christopher2015-03-101-2/+2
* Make helper functions static. NFC.Benjamin Kramer2015-03-101-1/+1
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+1
* Clang side change following r231392.Zachary Turner2015-03-051-1/+1
* Migrate clang-format-vs plugin project to VS 2013Hans Wennborg2015-03-032-6/+3
* Add missing include.Benjamin Kramer2015-03-011-0/+1
OpenPOWER on IntegriCloud