summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Support the ELFv2 ABIUlrich Weigand2014-07-211-9/+169
* If a module build reports errors, don't try to load itBen Langmuir2014-07-191-13/+21
* 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-191-0/+4
* Use the dereferenceable attribute on C99 array parameters with staticHal Finkel2014-07-191-1/+37
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-197-18/+18
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-195-13/+11
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-195-31/+70
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-191-6/+38
* 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-181-1/+7
* TypePrinter should not omit the static keyword in array parameter declaratorsHal Finkel2014-07-181-2/+7
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-182-9/+18
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-183-8/+30
* Merge two linesAlexey Samsonov2014-07-181-2/+1
* Revert "CodeGen: Properly null-check typeid expressions"David Majnemer2014-07-181-35/+6
* Address Richard's latest feedback.David Majnemer2014-07-181-8/+7
* Address Richard's commentsDavid Majnemer2014-07-181-7/+15
* Address Richard's comments.David Majnemer2014-07-181-0/+3
* CodeGen: Properly null-check typeid expressionsDavid Majnemer2014-07-181-6/+25
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-181-12/+25
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-182-23/+8
* [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.Alexey Samsonov2014-07-181-1/+1
* Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov2014-07-183-9/+31
* 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-181-4/+16
* [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-183-51/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-183-24/+51
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-1814-7/+93
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-1813-1/+100
* [ARM] Fix AAPCS regression caused by r211898Oliver Stannard2014-07-181-1/+5
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-1814-32/+142
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-183-66/+131
* Parse: Diagnose malformed 'message' arguments for 'availability' attrDavid Majnemer2014-07-181-1/+12
* Add dump() for MacroDirective and MacroInfo.Richard Smith2014-07-181-0/+72
* [modules] Fix macro hiding bug exposed if:Richard Smith2014-07-182-8/+23
* Cleanup: remove essentially unused variable.Richard Smith2014-07-181-3/+2
* Mark the vtable used when defining implicit copy and move ctorsReid Kleckner2014-07-181-0/+3
* 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-181-50/+99
* PR20346: fix aggregate initialization / template instantiation bug:Richard Smith2014-07-171-0/+9
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-1718-200/+206
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-1718-206/+200
* MS compatibility: always emit dllexported in-class initialized static data me...Hans Wennborg2014-07-175-34/+31
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-172-4/+8
* Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2014-07-171-6/+2
* clang-cl: Flush stdout after writing the /showIncludes outputEhsan Akhgari2014-07-171-0/+1
* [UBSan] Add !nosanitize metadata to the code generated by UBSan.Alexey Samsonov2014-07-175-18/+64