summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert D3908 due to issues on Mac platformsViktor Kutuzov2014-07-193-218/+0
* Cleanup comparisons to VariableArrayType::Static for non-VLAsHal Finkel2014-07-192-2/+2
* TypePrinter should not ignore IndexTypeCVRQualifiers on constant-sized arraysHal Finkel2014-07-192-0/+14
* Use the dereferenceable attribute on C99 array parameters with staticHal Finkel2014-07-192-1/+46
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-1914-55/+54
* clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.NAKAMURA Takumi2014-07-191-1/+2
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-196-14/+12
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-198-39/+100
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-192-6/+120
* Revert r213415, "Merge two lines". It broke tests in -Asserts builds.NAKAMURA Takumi2014-07-181-1/+2
* [X86 inline-asm] Error out on inline-asm constraint "=f".Akira Hatanaka2014-07-182-1/+13
* TypePrinter should not omit the static keyword in array parameter declaratorsHal Finkel2014-07-182-2/+18
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-186-17/+49
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-1812-10/+148
* Merge two linesAlexey Samsonov2014-07-181-2/+1
* Revert "CodeGen: Properly null-check typeid expressions"David Majnemer2014-07-182-103/+6
* Address Richard's latest feedback.David Majnemer2014-07-182-11/+20
* Address Richard's commentsDavid Majnemer2014-07-182-7/+19
* Address Richard's comments.David Majnemer2014-07-182-0/+13
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-182-6/+69
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-184-12/+48
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-1810-48/+10
* [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.Alexey Samsonov2014-07-182-1/+7
* Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov2014-07-184-9/+39
* For i386, gcc 4.9 under Debian (at least) updated its paths to i586-linux-gnuSylvestre Ledru2014-07-181-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-1858-264/+310
* [mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify...Daniel Sanders2014-07-181-1/+1
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-184-149/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-184-24/+149
* Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warningArthur Marble2014-07-182-30/+80
* ARM: Add test for ACLE memory barrier intrinsicsYi Kong2014-07-181-0/+16
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-1827-8/+408
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-1826-5/+417
* [ARM] Fix AAPCS regression caused by r211898Oliver Stannard2014-07-182-1/+10
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-1829-37/+481
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-188-110/+213
* Parse: Diagnose malformed 'message' arguments for 'availability' attrDavid Majnemer2014-07-182-1/+14
* Add dump() for MacroDirective and MacroInfo.Richard Smith2014-07-182-0/+76
* [modules] Fix macro hiding bug exposed if:Richard Smith2014-07-1810-10/+48
* Cleanup: remove essentially unused variable.Richard Smith2014-07-181-3/+2
* Mark the vtable used when defining implicit copy and move ctorsReid Kleckner2014-07-182-1/+24
* SemaInit.cpp: Fix a warning with -Asserts. [-Wunused-variable]NAKAMURA Takumi2014-07-181-0/+1
* Fix parsing certain kinds of strings in the MS section pragmasReid Kleckner2014-07-184-56/+109
* Check-labelize ubsan testsAlexey Samsonov2014-07-172-55/+55
* PR20346: fix aggregate initialization / template instantiation bug:Richard Smith2014-07-172-0/+29
* clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.NAKAMURA Takumi2014-07-171-7/+9
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-1742-346/+338
* Prune empty directories.Joerg Sonnenberger2014-07-170-0/+0
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-1742-338/+346
* Add a test for PR20343 after llvm r213303.Nico Weber2014-07-171-0/+16