summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Expose -fdiagnostics-parseable-fixits to clang-clHans Wennborg2015-04-211-0/+1
* [cuda] Allow using integral non-type template parameters as launch_bounds att...Artem Belevich2015-04-212-6/+95
* [cuda] Added support for CUDA built-in variables.Artem Belevich2015-04-212-0/+85
* Revert r235398 "[cuda] Added support for CUDA built-in variables."Artem Belevich2015-04-212-85/+0
* [cuda] Added support for CUDA built-in variables.Artem Belevich2015-04-212-0/+85
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-2/+5
* Provide alignment info on LLVM external symbolsUlrich Weigand2015-04-211-0/+13
* Fix __alignof__ of global variables on SystemZUlrich Weigand2015-04-212-0/+31
* Put statement expression decls in the enclosing code DeclContextReid Kleckner2015-04-201-1/+14
* [Sema] Check availability of ObjC super class and protocols of a containerArgyrios Kyrtzidis2015-04-191-0/+31
* [MS ABI] Correctly associate align attrs before the class-keyDavid Majnemer2015-04-192-0/+16
* [Sema] Don't crash if array bound calculation overflowed constexpr arrayDavid Majnemer2015-04-181-0/+2
* Change AArch64 i128 returns to use [2 x i64] when possible.Pete Cooper2015-04-171-1/+1
* [MSVC] Mimic MSVC whitespace collapse for incompatible token pastingWill Wilson2015-04-171-0/+7
* Follow-up to r235046: selectany only causes a definition if it's not inherited.Nico Weber2015-04-171-0/+4
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-1711-18/+36
* [MS ABI] Use the right types for filter and finally blocksDavid Majnemer2015-04-174-48/+48
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-1654-163/+163
* [Objective-C Sema]. In my last patch change theFariborz Jahanian2015-04-162-36/+36
* [Objective-C Sema] patch to introduce IndependentClassFariborz Jahanian2015-04-161-0/+36
* [AArch64] Add v8.1a architectureVladimir Sukharev2015-04-162-0/+31
* [OPENMP] Fix for checking of data-sharing attributes for canonical var decls ...Alexey Bataev2015-04-1649-44/+455
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-165-32/+304
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-168-101/+472
* Comment parsing: fix an assertion failure on a verbatim block terminated with...Dmitri Gribenko2015-04-151-0/+6
* Don't crash when a selectany symbol would get common linkageNico Weber2015-04-152-1/+5
* Fix for PR20402 in -Wconsumed.DeLesley Hutchins2015-04-151-0/+12
* Create a frontend flag to disable CUDA cross-target call checksEli Bendersky2015-04-151-0/+26
* Make __declspec(selectany) turn variable declartions into definitions.Nico Weber2015-04-152-0/+17
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-5/+32
* clang-cl: support -fsyntax-only (PR23197)Hans Wennborg2015-04-151-0/+1
* Changed test to not brake ARM buildbots, NFC.Alexey Bataev2015-04-151-5/+5
* Revert "[CodeGen] Fix crash with duplicated mangled name."Renato Golin2015-04-152-19/+0
* [OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev2015-04-155-25/+290
* uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-152-4/+4
* Move the logic to avoid double global emission from Sema to CodeGenReid Kleckner2015-04-151-0/+14
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-144-236/+207
* IR: Change clang to set -preserve-bc-uselistorderDuncan P. N. Exon Smith2015-04-142-0/+11
* [SemaCXX patch] Patch to fix a crash when a 'delete' constructorFariborz Jahanian2015-04-141-0/+40
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-2/+2
* [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.Anton Yartsev2015-04-144-1/+147
* [Mips] Generate warning for invalid '-mnan' and '-march' combinationsPetar Jovanovic2015-04-144-4/+34
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-142-46/+53
* [OPENMP] Initial codegen for 'parallel sections' directive.Alexey Bataev2015-04-141-0/+98
* Add new warning -Wrange-loop-analysis to warn on copies during loops.Richard Trieu2015-04-131-0/+299
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-134-207/+236
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-135-241/+208
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-135-208/+241
* [CodeGen] Fix crash with duplicated mangled name.Argyrios Kyrtzidis2015-04-132-0/+19
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-132-5/+7
OpenPOWER on IntegriCloud