summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-30432-7748/+7748
* Make test/Driver/baremetal.cpp work with linkers other than lldDavid Greene2018-07-301-5/+5
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-3011-37/+829
* [analyzer] Store ValueDecl in DeclRegionGeorge Karpenkov2018-07-301-3/+3
* Delete some unreachable AST printing code.Richard Smith2018-07-301-30/+0
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-309-17/+350
* [analyzer] Add missing state transition in IteratorChecker.Reka Kovacs2018-07-301-0/+2
* [analyzer] Add support for more invalidating functions in InnerPointerChecker.Reka Kovacs2018-07-303-71/+214
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-302-28/+15
* [OPENMP] Modify the info about OpenMP support in UsersManual, NFC.Alexey Bataev2018-07-301-7/+2
* [mips64][clang] Adjust tests to account for changes in r338239Stefan Maksimovic2018-07-303-7/+11
* [clang-format] Silence -Wdocumentation warningsKrasimir Georgiev2018-07-301-6/+8
* [mips64][clang] Provide the signext attribute for i32 return valuesStefan Maksimovic2018-07-301-2/+8
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-07-301-1/+0
* [Analyzer] Iterator Checker Hotfix: Defer deletion of container data until it...Adam Balogh2018-07-301-1/+22
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-306-46/+242
* PR38355 Prevent infinite recursion when checking initializer lifetime ifRichard Smith2018-07-302-1/+8
* Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, t...Chandler Carruth2018-07-293-48/+13
* [UBSan] Strengthen pointer checks in 'new' expressionsSerge Pavlov2018-07-285-26/+215
* [Sema][ObjC] Warn when a method declared in a protocol takes aAkira Hatanaka2018-07-283-7/+82
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-285-13/+40
* [AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov2018-07-286-12/+14
* Compile SemaTemplate.cpp with /bigobj on MSVCErik Pilkington2018-07-281-0/+1
* [CFG] Remove duplicate function/class names at the beginning of commentsFangrui Song2018-07-284-74/+67
* Parse a possible trailing postfix expression suffix after a fold expressionNicolas Lesser2018-07-273-5/+42
* [Sema] Use a TreeTransform to extract deduction guide parameter typesErik Pilkington2018-07-272-15/+54
* [DEBUG_INFO] Fix tests, NFC.Alexey Bataev2018-07-272-0/+2
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-2710-80/+201
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-273-17/+100
* Fix typos in comment.Richard Smith2018-07-271-2/+2
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+1
* [OPENMP] Static variables on device must be externally visible.Alexey Bataev2018-07-273-3/+27
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-276-1/+66
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-2711-279/+325
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-276-13/+17
* [WWW] Fixing file permissions for the .html pages.Mike Edwards2018-07-2716-0/+0
* added shared library to fix buildbotEmmett Neyman2018-07-271-0/+2
* [Sema] Fix a crash by completing a type before using itErik Pilkington2018-07-262-0/+26
* [WWW] Removing my test file as the auto-deployment script has been fixed.Mike Edwards2018-07-261-6/+0
* [WWW] Adding a test page to work out an auto-deployment issue.Mike Edwards2018-07-261-0/+6
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-264-106/+28
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-267-6/+19
* Updated llvm-proto-fuzzer to execute the compiled codeEmmett Neyman2018-07-263-58/+148
* [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric2018-07-267-3/+17
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-264-28/+106
* Refactor checking of switch conditions and case values.Richard Smith2018-07-2614-164/+162
* [OPENMP, DOCS] Fixed typo, NFC.Alexey Bataev2018-07-261-1/+1
* [COFF, ARM64] Decide when to mark struct returns as SRetMandeep Singh Grang2018-07-264-3/+53
* [OPENMP] What's new for OpenMP in clang.Alexey Bataev2018-07-262-7/+84
* [Sema][ObjC] Do not propagate the nullability specifier on the receiverAkira Hatanaka2018-07-262-0/+16
OpenPOWER on IntegriCloud