summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Configure some simple include paths and runtime library settings.Dan Gohman2016-01-142-0/+31
* [Hexagon] Change all builtins returning "bool" to return "int" insteadKrzysztof Parzyszek2016-01-141-92/+92
* clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.Daniel Jasper2016-01-142-1/+4
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-142-1/+116
* Fix for armv7-a15 and thumbv7-a15 buildbot fails.Andrey Bokhanko2016-01-141-2/+2
* Correct setting of UserLabelPrefix for MCU target.Andrey Bokhanko2016-01-142-0/+2
* PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko2016-01-143-36/+134
* clang-format: [JS] Fix incorrect line break leading to semicolon insertion.Daniel Jasper2016-01-142-0/+6
* Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,Peter Collingbourne2016-01-143-31/+9
* CodeGen: Only emit CFI unrelated cast checks for bit casts.Peter Collingbourne2016-01-142-7/+17
* [Sema] Suppress diags in overload resolution.George Burgess IV2016-01-136-101/+191
* Update cxx_dr_status for latest issues list.Richard Smith2016-01-131-383/+1289
* Update make_cxx_dr_status after the 3.8 branch.Richard Smith2016-01-131-2/+2
* Update cxx_dr_status.html after the 3.8 branchHans Wennborg2016-01-131-1/+1
* Update version to 3.9Hans Wennborg2016-01-132-47/+7
* clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper2016-01-133-17/+16
* Revert r257602 because it breaks integrated-as.s on mips hosts.Scott Egerton2016-01-132-115/+1
* Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."Artem Dergachev2016-01-1311-806/+100
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.Artem Dergachev2016-01-1311-100/+806
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-132-1/+115
* [analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.Artem Dergachev2016-01-1312-182/+203
* [OPENMP] Fix for declarative/standalone directives use.Alexey Bataev2016-01-1311-48/+114
* Install scan-build and scan-view only if Static Analyzer was enabled.Eugene Zelenko2016-01-131-2/+2
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-1320-58/+193
* [CUDA] Rename check-prefixes in cuda-options.cu and cuda-unused-arg-warning.cu.Justin Lebar2016-01-132-157/+122
* Generalize r256026 to apply to all MachO targets, not just Darwin targets.Bob Wilson2016-01-132-2/+5
* [CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar2016-01-134-14/+90
* [Darwin] Fix deployment target detectionFrederic Riss2016-01-122-1/+2
* Follow-up to r257537: add test that majnemer asked aboutHans Wennborg2016-01-121-1/+2
* clang-cl: Support /Dfoo#bar (PR25984)Hans Wennborg2016-01-122-74/+105
* D9600: Add scan-build python implementationLaszlo Nagy2016-01-1253-0/+5832
* [CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar2016-01-123-16/+30
* Improve AST dumping:Richard Smith2016-01-1212-4/+89
* Properly track the end location of an exception specification.Aaron Ballman2016-01-122-1/+40
* Module debugging: Make the module format part of the module hash insteadAdrian Prantl2016-01-122-4/+6
* Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)Hans Wennborg2016-01-121-1/+1
* [modules] Don't diagnose a conflict between two using-declarations that name ...Richard Smith2016-01-125-4/+21
* Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).Dimitry Andric2016-01-121-0/+3
* function names start with a lower case letter ; NFCSanjay Patel2016-01-121-1/+1
* Revert r253898 and r253899, this breaks mingw compilation on openSUSE.Ismail Donmez2016-01-121-5/+11
* [analyzer] Fix RangeConstraintManager's pinning of single value ranges.Pierre Gousseau2016-01-122-2/+32
* [analyzer] Evaluate integral casts as cast symbols if truncations are detected.Pierre Gousseau2016-01-124-2/+178
* PR18513: make gcc compatible layout for bit-fields with explicit aligned attr...Alexey Bataev2016-01-122-3/+193
* Fix infinite recursion for invalid declaration, by Dmitry PolukhinAlexey Bataev2016-01-122-1/+10
* clang-format: [JS] Support exporting abstract classes.Daniel Jasper2016-01-122-0/+5
* [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar2016-01-115-4/+56
* Add an Action* member to InputInfo.Justin Lebar2016-01-113-15/+34
* Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...Justin Lebar2016-01-112-44/+31
* Move ownership of Action objects into Compilation.Justin Lebar2016-01-116-157/+123
* clang-format: [JS] Teach clang-format about "export interface".Daniel Jasper2016-01-112-1/+6
OpenPOWER on IntegriCloud