summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-262-7/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-262-0/+7
* [OPENMP][NVPTX]Emit default locations with the correct Exec|RuntimeAlexey Bataev2018-11-262-15/+47
* [clang][slh] Forward mSLH only to Clang CC1Zola Bridges2018-11-261-2/+3
* [NFC] Replace magic numbers with CodeGenOpt enumsSam Parker2018-11-261-6/+6
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-268-9/+33
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-262-3/+10
* [Index] Expose USR generation for typesIlya Biryukov2018-11-261-0/+11
* [PowerPC] Vector load/store builtins overstate alignment of pointersNemanja Ivanovic2018-11-261-24/+39
* A "constexpr" is evaluated in a constant context. Make sure this is reflectedBill Wendling2018-11-261-0/+2
* [CodeComplete] Simplify CodeCompleteConsumer.cpp, NFCFangrui Song2018-11-251-77/+69
* [CodeGen] translate MS rotate builtins to LLVM funnel-shift intrinsicsSanjay Patel2018-11-251-40/+10
* [analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checkerKristof Umann2018-11-242-0/+129
* isEvaluatable() implies a constant context.Bill Wendling2018-11-242-3/+10
* [CodeComplete] Delete unused variable in rC342449Fangrui Song2018-11-241-1/+0
* [CodeComplete] Format SemaCodeComplete.cpp and improve code consistencyFangrui Song2018-11-241-1187/+1135
* A __builtin_constant_p() returns 0 with a function type.Bill Wendling2018-11-221-1/+1
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-5/+6
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-1/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+1
* The result of is.constant() is unsigned.Bill Wendling2018-11-221-1/+1
* [Driver] Support XRay on FuchsiaPetr Hosek2018-11-222-2/+15
* Revert "[Driver] Use --push/pop-state with Sanitizer link deps"Petr Hosek2018-11-211-2/+0
* [OPENMP][NVPTX]Emit default locations as constant with undefined mode.Alexey Bataev2018-11-214-9/+50
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-2131-185/+339
* [Driver] Use --push/pop-state with Sanitizer link depsPetr Hosek2018-11-211-0/+2
* [OPENMP] Refactor code for parsing omp declare target directive and its claus...Kelvin Li2018-11-211-50/+56
* [OPENMP]Fix handling of the LCVs in loop-based directives.Alexey Bataev2018-11-212-2/+11
* [OPENMP] remove redundant MapTypeModifierSpecified flag in ParseOpenMP.cpp (NFC)Kelvin Li2018-11-211-8/+1
* [OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li2018-11-211-18/+40
* Mark lambda decl as invalid if a captured variable has an invalid type.Jorge Gorbe Moya2018-11-211-0/+15
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-2131-339/+185
* [Driver] Link sanitizer runtime deps on Fuchsia when neededPetr Hosek2018-11-211-2/+4
* clang::tooling::Diagnostic: Don't store offset in the scratch space.Alexander Kornienko2018-11-211-2/+7
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-2031-185/+339
* [CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall2018-11-201-21/+36
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-202-1/+48
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-207-31/+51
* Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber2018-11-2010-109/+43
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-2/+15
* [ASTImporter] Set redecl chain of functions before any other importGabor Marton2018-11-201-19/+24
* Use is.constant intrinsic for __builtin_constant_pBill Wendling2018-11-2010-43/+109
* Driver: SCS is compatible with every other sanitizer.Peter Collingbourne2018-11-201-4/+1
* [Coverage] Fix PR39258: support coverage regions that start deeper than they endVedant Kumar2018-11-191-11/+42
* [Sema] Fix PR38987: keep end location of a direct initializer listVedant Kumar2018-11-191-1/+4
* [clang][CodeGen] Implicit Conversion Sanitizer: discover the world of Compoun...Roman Lebedev2018-11-191-10/+13
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-18/+30
* [OpenMP] Check target architecture supports unified shared memory for require...Patrick Lyster2018-11-194-50/+118
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-19/+32
* Fixed uninitialized variable issue.Anastasia Stulova2018-11-191-1/+1