aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Cleanup comparisons to VariableArrayType::Static for non-VLAsHal Finkel2-2/+2
2014-07-19TypePrinter should not ignore IndexTypeCVRQualifiers on constant-sized arraysHal Finkel2-0/+14
2014-07-19Use the dereferenceable attribute on C99 array parameters with staticHal Finkel2-1/+46
2014-07-19PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith14-55/+54
2014-07-19clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.NAKAMURA Takumi1-1/+2
2014-07-19Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie6-14/+12
2014-07-19[MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt8-39/+100
2014-07-19CodeGen: Properly null-check typeid expressionsDavid Majnemer2-6/+120
2014-07-18Revert r213415, "Merge two lines". It broke tests in -Asserts builds.NAKAMURA Takumi1-1/+2
2014-07-18[X86 inline-asm] Error out on inline-asm constraint "=f".Akira Hatanaka2-1/+13
2014-07-18TypePrinter should not omit the static keyword in array parameter declaratorsHal Finkel2-2/+18
2014-07-18Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian6-17/+49
2014-07-18Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith12-10/+148
2014-07-18Merge two linesAlexey Samsonov1-2/+1
2014-07-18Revert "CodeGen: Properly null-check typeid expressions"David Majnemer2-103/+6
2014-07-18Address Richard's latest feedback.David Majnemer2-11/+20
2014-07-18Address Richard's commentsDavid Majnemer2-7/+19
2014-07-18Address Richard's comments.David Majnemer2-0/+13
2014-07-18CodeGen: Properly null-check typeid expressionsDavid Majnemer2-6/+69
2014-07-18Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki4-12/+48
2014-07-18Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir10-48/+10
2014-07-18[UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.Alexey Samsonov2-1/+7
2014-07-18Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov4-9/+39
2014-07-18For i386, gcc 4.9 under Debian (at least) updated its paths to i586-linux-gnuSylvestre Ledru1-1/+1
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel58-264/+310
2014-07-18[mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify...Daniel Sanders1-1/+1
2014-07-18Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison4-149/+24
2014-07-18Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison4-24/+149
2014-07-18Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warningArthur Marble2-30/+80
2014-07-18ARM: Add test for ACLE memory barrier intrinsicsYi Kong1-0/+16
2014-07-18[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev27-8/+408
2014-07-18[OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev26-5/+417
2014-07-18[ARM] Fix AAPCS regression caused by r211898Oliver Stannard2-1/+10
2014-07-18[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev29-37/+481
2014-07-18[AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin8-110/+213
2014-07-18Parse: Diagnose malformed 'message' arguments for 'availability' attrDavid Majnemer2-1/+14
2014-07-18Add dump() for MacroDirective and MacroInfo.Richard Smith2-0/+76
2014-07-18[modules] Fix macro hiding bug exposed if:Richard Smith10-10/+48
2014-07-18Cleanup: remove essentially unused variable.Richard Smith1-3/+2
2014-07-18Mark the vtable used when defining implicit copy and move ctorsReid Kleckner2-1/+24
2014-07-18SemaInit.cpp: Fix a warning with -Asserts. [-Wunused-variable]NAKAMURA Takumi1-0/+1
2014-07-18Fix parsing certain kinds of strings in the MS section pragmasReid Kleckner4-56/+109
2014-07-17Check-labelize ubsan testsAlexey Samsonov2-55/+55
2014-07-17PR20346: fix aggregate initialization / template instantiation bug:Richard Smith2-0/+29
2014-07-17clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.NAKAMURA Takumi1-7/+9
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie42-346/+338
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie42-338/+346
2014-07-17Add a test for PR20343 after llvm r213303.Nico Weber1-0/+16
2014-07-17MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg10-48/+71
2014-07-17If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger5-266/+270