summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix depfile name constructionLuke Cheeseman2019-09-131-6/+5
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-1350-265/+8363
* [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.Balazs Keri2019-09-131-11/+10
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-133-9/+35
* Remove reliance on lax vector conversions from altivec.h and its test.Richard Smith2019-09-131-17/+23
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-133-35/+9
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-133-9/+35
* Revert r371785.Manoj Gupta2019-09-131-7/+0
* Add -Wpoison-system-directories warningManoj Gupta2019-09-121-0/+7
* Improve code generation for thread_local variables:Richard Smith2019-09-124-14/+79
* [Clang][CodeGen] support alias attribute w/ gnu_inlineNick Desaulniers2019-09-121-1/+2
* [CFG] Add dumps for CFGElement and CFGElementRefKristof Umann2019-09-121-28/+70
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-1224-96/+90
* [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkersKristof Umann2019-09-121-0/+1
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-6/+5
* [clang-scan-deps] remove dots and dots dots from the reported file dependency...Alex Lorenz2019-09-121-2/+6
* Don't warn about selectany on implicitly inline variablesReid Kleckner2019-09-121-0/+9
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+1
* Removed some questionable default arguments from settersDmitri Gribenko2019-09-123-6/+6
* [clang-format] [PR43100] clang-format C# support does not add a space betwee...Paul Hoad2019-09-121-0/+4
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-123-3/+7
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-125-10/+32
* [clang-scan-deps] cast Result to ErrorOr<unique_ptr<vfs::File>> explicitly to...Alex Lorenz2019-09-111-1/+2
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-1116-15/+15
* [analyzer] NFC: Move resetDiagnosticLocationToMainFile() to BugReporter.Artem Dergachev2019-09-112-65/+66
* [analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.Artem Dergachev2019-09-1117-178/+172
* [analyzer] NFC: Re-implement stack hints as a side map in BugReport.Artem Dergachev2019-09-118-110/+104
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-117-11/+148
* Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai2019-09-111-10/+15
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-111-2/+5
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-112-0/+29
* [OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev2019-09-111-15/+16
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-111-10/+21
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-112-29/+0
* [ARM] Take into account -mcpu and -mfpu options while handling 'crypto' featureDiogo N. Sampaio2019-09-111-15/+18
* [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...Fangrui Song2019-09-111-3/+24
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-112-0/+29
* Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner2019-09-111-10/+13
* [clang-format] Apply BAS_AlwaysBreak to C++11 braced listsOwen Pan2019-09-101-1/+3
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-102-14/+24
* When evaluating a __builtin_constant_p conditional, always enterRichard Smith2019-09-101-63/+41
* [OPENMP5.0]Allow teams directive outside of the target directives.Alexey Bataev2019-09-101-1/+4
* Fix for PR43175: compiler crash when trying to emit noncapturableAlexey Bataev2019-09-101-0/+5
* Don't emit .gnu_pubnames when tuning for LLDB.Adrian Prantl2019-09-101-1/+0
* [RISCV] Make -march=rv{32,64}gc the default in RISC-V LinuxRoger Ferrer Ibanez2019-09-103-9/+15
* [RISCV] Default to ilp32d/lp64d in RISC-V LinuxRoger Ferrer Ibanez2019-09-101-3/+5
* [RISCV] Move architecture parsing code into its own functionRoger Ferrer Ibanez2019-09-101-140/+150
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-102-29/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-102-0/+29
* Fix crash mangling an explicit lambda non-type template parameter packRichard Smith2019-09-101-1/+2