summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-216-7/+36
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-2118-1998/+2016
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-217-91/+11
* Don't produce redundant parentheses warning for "A (::B);" and the like.Richard Smith2017-12-212-5/+42
* [AArch64] Enable fp16 data type for the Builtin for AArch64 only.Abderrazek Zaafrani2017-12-213-141/+160
* Revert "Fix for PR32990"Reid Kleckner2017-12-216-138/+27
* When instantiating a deduction guide, transform its name.Richard Smith2017-12-212-3/+20
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-217-11/+91
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-2110-363/+2348
* [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC.Artem Dergachev2017-12-212-3/+50
* [ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'Aleksei Sidorin2017-12-211-384/+386
* Added helper to get size of PrecompiledPreambleIlya Biryukov2017-12-212-4/+32
* [CodeGen] Fix access sizes in new-format TBAA tagsIvan A. Kosarev2017-12-211-1/+3
* Fix for PR32990Erich Keane2017-12-216-27/+138
* Reverting a file that snuck in with r321229 by accident.Aaron Ballman2017-12-211-1/+1
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-218-19/+135
* [Driver] Ensure no overlap between trapping & recoverable sanitizers. NFC.Vedant Kumar2017-12-212-0/+4
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-2018-1996/+1980
* Silence a -Wreorder warning from r321223.Aaron Ballman2017-12-201-2/+2
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-2017-1979/+1995
* Fix an assertion failure regression in isDesignatorAtObjectEnd forAlex Lorenz2017-12-202-1/+23
* [hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov2017-12-201-1/+5
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-204-55/+65
* Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath2017-12-203-3/+3
* [clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov2017-12-202-0/+6
* [Complex] Don't use __div?c3 when building with fast-math.Florian Hahn2017-12-202-8/+168
* [Frontend] Handle skipped bodies in template instantiationsIlya Biryukov2017-12-203-11/+45
* Remove llvm::MemoryBuffer const_castsPavel Labath2017-12-202-7/+7
* [darwin][driver] Warn about mismatching -<os>-version-min rather thanAlex Lorenz2017-12-202-6/+37
* Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX...Peter Collingbourne2017-12-202-155/+0
* [analyzer] De-duplicate path diagnostics for each exploded graph node.Artem Dergachev2017-12-203-262/+243
* [analyzer] trackNullOrUndefValue: always track through parentheses and casts.Artem Dergachev2017-12-206-335/+596
* [analyzer] trackNullOrUndefValue: track last store to non-variables.Artem Dergachev2017-12-203-3/+25
* [X86] Add more CPUID bits to cpuid.h to match gcc and support icelake features.Craig Topper2017-12-201-5/+14
* [analyzer] Fix a crash during C++17 aggregate construction of base objects.Artem Dergachev2017-12-203-2/+72
* Add explicit break (PR35700).Adrian Prantl2017-12-191-0/+1
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-1928-69/+74
* [driver][darwin] Set the 'simulator' environment when it's specifiedAlex Lorenz2017-12-192-6/+31
* [driver][darwin] Take the OS version specified in "-target" as the targetAlex Lorenz2017-12-195-82/+222
* [clang] -foptimization-record-file= should imply -fsave-optimization-recordJonas Devlieghere2017-12-192-0/+4
* Add renamed .o files that were omitted by "git llvm push" commandWalter Lee2017-12-195-0/+0
* Rename sparc-myriad-elf triplet to sparc-myriad-rtemsWalter Lee2017-12-198-12/+13
* Teach clang/NetBSD about additional dependencies for sanitizersKamil Rytarowski2017-12-191-0/+6
* [Coverage] Fix use-after free in coverage emissionEli Friedman2017-12-191-1/+5
* [hwasan] update the design docKostya Serebryany2017-12-181-9/+25
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-183-7/+7
* Fix the reference to the now renamed member of TBAAStructFieldIvan A. Kosarev2017-12-181-1/+1
* Revert r320978 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-181-6/+2
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-181-2/+6
* [X86] Use {{.*}} instead of hardcoded %1 in knot test.Martin Bohme2017-12-181-1/+1