summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-141-0/+91
* 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-141-0/+1
* PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko2016-01-141-4/+39
* CodeGen: Only emit CFI unrelated cast checks for bit casts.Peter Collingbourne2016-01-141-6/+15
* [Sema] Suppress diags in overload resolution.George Burgess IV2016-01-131-0/+55
* Revert r257602 because it breaks integrated-as.s on mips hosts.Scott Egerton2016-01-131-91/+0
* Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."Artem Dergachev2016-01-131-98/+0
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.Artem Dergachev2016-01-131-0/+98
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-131-0/+91
* [OPENMP] Fix for declarative/standalone directives use.Alexey Bataev2016-01-138-20/+59
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-133-11/+99
* [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-131-0/+2
* [CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar2016-01-133-1/+55
* [Darwin] Fix deployment target detectionFrederic Riss2016-01-121-0/+1
* Follow-up to r257537: add test that majnemer asked aboutHans Wennborg2016-01-121-1/+2
* clang-cl: Support /Dfoo#bar (PR25984)Hans Wennborg2016-01-121-2/+6
* [CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar2016-01-121-14/+2
* Improve AST dumping:Richard Smith2016-01-121-3/+18
* [modules] Don't diagnose a conflict between two using-declarations that name ...Richard Smith2016-01-124-4/+17
* Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).Dimitry Andric2016-01-121-0/+3
* [analyzer] Fix RangeConstraintManager's pinning of single value ranges.Pierre Gousseau2016-01-121-0/+30
* [analyzer] Evaluate integral casts as cast symbols if truncations are detected.Pierre Gousseau2016-01-121-0/+126
* PR18513: make gcc compatible layout for bit-fields with explicit aligned attr...Alexey Bataev2016-01-121-2/+184
* Fix infinite recursion for invalid declaration, by Dmitry PolukhinAlexey Bataev2016-01-121-0/+9
* [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar2016-01-111-0/+34
* When a tag is declared in prototype scope in C, if we've decided that itRichard Smith2016-01-112-0/+21
* [Sema] Issue a warning for integer overflow in struct initializerAkira Hatanaka2016-01-111-0/+8
* [WebAssembly] Fix a typo in a comment.Dan Gohman2016-01-111-1/+1
* Fix assert hit when tree-transforming template template parameter packs.Manuel Klimek2016-01-111-1/+11
* AnalysisConsumer: use canonical decl for both lookup and store ofYury Gribov2016-01-111-0/+15
* [OpenCL] Pipe type supportXiuli Pan2016-01-095-3/+64
* [modules] If we're treating an elaborated-type-specifier as if it introduces aRichard Smith2016-01-091-2/+5
* Module debugging: Add a testcase for standalone forward declarations.Adrian Prantl2016-01-092-0/+6
* Only take NULL macros instead of all macros into account for -Wnull-conversion.Richard Trieu2016-01-091-0/+20
* Exclude function calls for functions which have return type nullptr_t fromRichard Trieu2016-01-081-0/+11
* [modules] Make sure we always include the contents of private headers whenRichard Smith2016-01-083-3/+5
* [MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer2016-01-081-0/+25
* Driver: Use the new ELF lld linker for AMDGPUTom Stellard2016-01-081-1/+1
* [CUDA] Split out tests for unused-arg warnings from cuda-options.cu.Justin Lebar2016-01-082-18/+23
* [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctfKyle Butt2016-01-081-0/+47
* Turn off lldb debug tuning by default for FreeBSDDimitry Andric2016-01-071-1/+1
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-072-0/+43
* [OpenMP] Fix issue in the offloading metadata testing.Samuel Antao2016-01-072-28/+28
* Add missing -no-canonical-prefixes.Daniel Jasper2016-01-071-1/+1
* [libclang] Handle AutoType in clang_getTypeDeclarationSergey Kalinichev2016-01-071-0/+12
* ARM: allow __thread on OS versions that have the required runtime support.Tim Northover2016-01-071-0/+17
* Make sure we claim arguments that are going to be passed to a gcc tool,Eric Christopher2016-01-071-0/+6
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-2/+2
OpenPOWER on IntegriCloud