summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+6
* [clang-cl] Expose -fblocks and -fno-builtin as driver flagsReid Kleckner2018-07-231-5/+5
* Do not try to perform lifetime-extension through conditionalRichard Smith2018-07-231-6/+9
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-6/+6
* Update to -r337585, allow scoped enum inits in -pedanticErich Keane2018-07-231-0/+3
* Separate out the initialization kind for a statement expression resultRichard Smith2018-07-232-21/+25
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-4/+4
* [NEON] Define half-precision vmaxnm intrinsics only when availableIvan A. Kosarev2018-07-231-2/+4
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-231-0/+26
* [NEON] Define half-precision vrnd intrinsics only when availableIvan A. Kosarev2018-07-231-6/+8
* [NEON] Fix support for vrndi_f32(), vrndiq_f32() and vrndns_f32() intrinsicsIvan A. Kosarev2018-07-231-1/+2
* [AST] Use llvm::TrailingObjects in CXXTryStmtBenjamin Kramer2018-07-231-10/+9
* [Tooling] Use UniqueStringSaver. NFCSam McCall2018-07-231-3/+2
* [Analyzer] Quick Fix for exponential execution time when simpilifying complex...Adam Balogh2018-07-231-15/+15
* Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov2018-07-231-4/+4
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-221-0/+1
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-211-1/+0
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-201-4/+4
* [AST] Various micro-optimizations in CXXInheritanceBenjamin Kramer2018-07-201-18/+23
* [analyzer] Rename DanglingInternalBufferChecker to InnerPointerChecker.Reka Kovacs2018-07-201-5/+4
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-207-10/+185
* Change \t to spacesFangrui Song2018-07-206-9/+9
* [docs] Correct -fvisibility-inlines-hidden descriptionFangrui Song2018-07-191-1/+1
* [Sema] Diagnose an invalid dependent function template specializationErik Pilkington2018-07-191-0/+7
* Fix template argument deduction when a parameter pack has a valueRichard Smith2018-07-193-0/+31
* [analyzer] Memoize complexity of SymExprMikhail R. Gadelha2018-07-192-1/+31
* [Sema] Add a new warning, -Wmemset-transposed-argsErik Pilkington2018-07-192-3/+22
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-192-2/+8
* Documentation: fix a typo in the AST Matcher Reference docs.James Dennett2018-07-181-1/+1
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-2/+10
* DR330: when determining whether a cast casts away constness, considerRichard Smith2018-07-181-0/+1
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-184-2/+33
* [CodeComplete] Allow getDeclaration on RK_Pattern result.Eric Liu2018-07-181-2/+4
* Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne2018-07-182-0/+7
* Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne2018-07-172-7/+0
* Teach Clang to emit address-significance tables.Peter Collingbourne2018-07-172-0/+7
* Replace LLVM_ALIGNAS with just alignas.Richard Smith2018-07-174-6/+6
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-174-19/+63
* [COFF] Add more missing MSVC ARM64 intrinsicsMandeep Singh Grang2018-07-171-0/+19
* [analyzer] Fix Z3 backend after D48205Mikhail R. Gadelha2018-07-171-0/+1
* [Tooling] Add operator== to CompileCommandSimon Marchi2018-07-171-0/+9
* Revert "[Sema] Reword warning for constant captures that are not required"Benjamin Kramer2018-07-171-2/+2
* [ASTImporter] Fix poisonous structural equivalence cacheGabor Marton2018-07-171-2/+10
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-174-62/+18
* [Driver] Add -fno-digraphsJacob Bandes-Storch2018-07-171-0/+4
* [analyzer] Assert that nonloc::SymbolVal always wraps a non-Loc-type symbol.Artem Dergachev2018-07-171-2/+5
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-174-18/+62
* [analyzer] Make checkEndFunction() give access to the return statement.Reka Kovacs2018-07-162-5/+7
* [analyzer] Provide a symmetric method for generating a PathDiagnosticLocation...George Karpenkov2018-07-161-0/+9
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+35
OpenPOWER on IntegriCloud