aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Merging r257652 and r257695:Hans Wennborg2-3/+3
2016-01-13Release note for debugger tuningPaul Robinson1-1/+16
2016-01-13clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper3-17/+16
2016-01-13Revert r257602 because it breaks integrated-as.s on mips hosts.Scott Egerton2-115/+1
2016-01-13Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."Artem Dergachev11-806/+100
2016-01-13[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.Artem Dergachev11-100/+806
2016-01-13[mips] Added support for -Wa,-mips32 and similar.Scott Egerton2-1/+115
2016-01-13[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.Artem Dergachev12-182/+203
2016-01-13[OPENMP] Fix for declarative/standalone directives use.Alexey Bataev11-48/+114
2016-01-13Install scan-build and scan-view only if Static Analyzer was enabled.Eugene Zelenko1-2/+2
2016-01-13[Bugfix] Fix ICE on constexpr vector splat.George Burgess IV20-58/+193
2016-01-13[CUDA] Rename check-prefixes in cuda-options.cu and cuda-unused-arg-warning.cu.Justin Lebar2-157/+122
2016-01-13Generalize r256026 to apply to all MachO targets, not just Darwin targets.Bob Wilson2-2/+5
2016-01-13[CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar4-14/+90
2016-01-12[Darwin] Fix deployment target detectionFrederic Riss2-1/+2
2016-01-12Follow-up to r257537: add test that majnemer asked aboutHans Wennborg1-1/+2
2016-01-12clang-cl: Support /Dfoo#bar (PR25984)Hans Wennborg2-74/+105
2016-01-12D9600: Add scan-build python implementationLaszlo Nagy53-0/+5832
2016-01-12[CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar3-16/+30
2016-01-12Improve AST dumping:Richard Smith12-4/+89
2016-01-12Properly track the end location of an exception specification.Aaron Ballman2-1/+40
2016-01-12Module debugging: Make the module format part of the module hash insteadAdrian Prantl2-4/+6
2016-01-12Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)Hans Wennborg1-1/+1
2016-01-12[modules] Don't diagnose a conflict between two using-declarations that name ...Richard Smith5-4/+21
2016-01-12Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).Dimitry Andric1-0/+3
2016-01-12function names start with a lower case letter ; NFCSanjay Patel1-1/+1
2016-01-12Revert r253898 and r253899, this breaks mingw compilation on openSUSE.Ismail Donmez1-5/+11
2016-01-12[analyzer] Fix RangeConstraintManager's pinning of single value ranges.Pierre Gousseau2-2/+32
2016-01-12[analyzer] Evaluate integral casts as cast symbols if truncations are detected.Pierre Gousseau4-2/+178
2016-01-12PR18513: make gcc compatible layout for bit-fields with explicit aligned attr...Alexey Bataev2-3/+193
2016-01-12Fix infinite recursion for invalid declaration, by Dmitry PolukhinAlexey Bataev2-1/+10
2016-01-12clang-format: [JS] Support exporting abstract classes.Daniel Jasper2-0/+5
2016-01-11[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar5-4/+56
2016-01-11Add an Action* member to InputInfo.Justin Lebar3-15/+34
2016-01-11Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...Justin Lebar2-44/+31
2016-01-11Move ownership of Action objects into Compilation.Justin Lebar6-157/+123
2016-01-11clang-format: [JS] Teach clang-format about "export interface".Daniel Jasper2-1/+6
2016-01-11When a tag is declared in prototype scope in C, if we've decided that itRichard Smith3-4/+25
2016-01-11PR26087: Use nonstandard MSVC extension for VS2015 as well.James Y Knight1-4/+4
2016-01-11Fix -Wmicrosoft-enum-value warningReid Kleckner1-1/+1
2016-01-11[Sema] Issue a warning for integer overflow in struct initializerAkira Hatanaka2-0/+12
2016-01-11[clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer3-15/+40
2016-01-11clang-format: Fix overloading "operator," definitions more thoroughly.Daniel Jasper2-5/+5
2016-01-11[WebAssembly] Fix a typo in a comment.Dan Gohman1-1/+1
2016-01-11Fix assert hit when tree-transforming template template parameter packs.Manuel Klimek2-2/+12
2016-01-11clang-format: Slightly row back on r257257.Daniel Jasper2-1/+18
2016-01-11clang-format: [JS] Improve line-flow when calling functions on array literals.Daniel Jasper2-4/+12
2016-01-11AnalysisConsumer: use canonical decl for both lookup and store ofYury Gribov2-4/+20
2016-01-10Accidentally removed part of the file header. Restoring it back.Ekaterina Romanova1-1/+1
2016-01-10Simplify test code with initializer lists.Benjamin Kramer1-47/+16