summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-042-16/+34
* [OPENMP50]Suppport for multiple vendors in the same vendor contextAlexey Bataev2019-10-041-21/+33
* SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-041-4/+4
* CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-041-3/+2
* [clang-format] C++11 braced lists should respect the SpacesInParentheses settingPaul Hoad2019-10-041-3/+6
* [clang-format] [PR43531] clang-format damages "alternative representations" f...Paul Hoad2019-10-041-1/+11
* [clang-rename] Fix a crash when renaming a class without definition.Haojian Wu2019-10-041-0/+4
* [clang-format] [PR42417] clang-format inserts a space after '->' for operator...Paul Hoad2019-10-041-1/+3
* [Driver] NFC: Remove duplicate call to getLibGccTypeCullen Rhodes2019-10-041-1/+0
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-7/+96
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+3
* [clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad2019-10-043-5/+27
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-043-4/+15
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-0425-106/+183
* ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-32/+19
* [OPENMP50]Codegen support for scores in context selectors.Alexey Bataev2019-10-031-10/+60
* [HIP] Use option -nogpulib to disable linking device libYaxun Liu2019-10-032-2/+5
* Check for qualified function types after substituting into the operandRichard Smith2019-10-032-1/+16
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-033-21/+78
* PR43547: substitute into the type of a non-type template parameter ifRichard Smith2019-10-031-3/+1
* [HIP] Enable specifying different default gpu arch for HIP/CUDA.Michael Liao2019-10-031-3/+11
* DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null derefere...Simon Pilgrim2019-10-033-7/+7
* [OPENMP]Fix emission of the declare target variables in device mode.Alexey Bataev2019-10-031-2/+4
* [OPENMP]Improve diagnostics for not found declare target entries.Alexey Bataev2019-10-031-16/+31
* [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa...David Bolvansky2019-10-031-1/+3
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-10-031-1/+1
* ExprConstant - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-11/+10
* Remove duplicate P->getAs<PointerType>() call. NFCI.Simon Pilgrim2019-10-031-2/+2
* [Alignment][NFC] Remove StoreInst::setAlignment(unsigned)Guillaume Chatelet2019-10-031-1/+1
* [libTooling] Add various Stencil combinators for expressions.Yitzhak Mandelbaum2019-10-031-1/+62
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-0319-64/+64
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-0332-83/+80
* [HIP] Support -emit-llvm for device compilationYaxun Liu2019-10-031-2/+8
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-0310-153/+40
* PR43519: don't inject a diagnostic when constant-evaulation of aRichard Smith2019-10-031-2/+5
* Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith2019-10-031-0/+1
* For P0784R7: support placement new-expressions in constant evaluation.Richard Smith2019-10-032-19/+89
* For P0784R7: allow direct calls to operator new / operator delete fromRichard Smith2019-10-031-79/+276
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-0210-40/+153
* Fix uninitialized variable warning in CodeGenPGO constructor. NFCI.Simon Pilgrim2019-10-021-2/+2
* ItaniumCXXABI - silence static analyzer getAs<RecordType> null dereference wa...Simon Pilgrim2019-10-021-11/+11
* [Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.Sergey Dmitriev2019-10-021-4/+2
* CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warni...Simon Pilgrim2019-10-021-6/+4
* [Stencil] Hide implementaion detai. NFC.Benjamin Kramer2019-10-021-1/+1
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-023-3/+49
* Type - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-3/+3
* Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.Simon Pilgrim2019-10-024-10/+10
* SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-25/+25
* SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-16/+16
* Log2_32 returns an unsigned. NFCI.Simon Pilgrim2019-10-021-1/+2