summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can be const, make it ...Kristof Umann2019-08-137-18/+28
* [NFC][clang] Adding argument based Phase list filtering to getComplicationPhasesPuyan Lotfi2019-08-131-0/+5
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-132-62/+60
* [analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...Kristof Umann2019-08-132-59/+62
* [AArch64] Make the memtag sanitizer require the memtag extensionMomchil Velikov2019-08-131-0/+3
* [analyzer][NFC] Refactoring BugReporter.cpp P2.: Clean up the construction of...Kristof Umann2019-08-132-0/+13
* Fix -Wdocumentation typo. NFCI.Simon Pilgrim2019-08-131-2/+2
* [analyzer][NFC] Refactoring BugReporter.cpp P1.: Store interesting symbols/re...Kristof Umann2019-08-131-18/+5
* [libTooling] In Transformer, generalize `applyFirst` to admit rules with inco...Yitzhak Mandelbaum2019-08-131-5/+14
* [X86] Remove 'Server' from Tigerlake description comments.Craig Topper2019-08-131-2/+2
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-122-23/+93
* [CrossTU] Fix problem with CrossTU AST load limit and progress messages.Balazs Keri2019-08-121-42/+33
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+5
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-4/+31
* [modulemap] Add AArch64SVEACLETypes.def Kristina Brooks2019-08-101-0/+1
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-0/+9
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-095-0/+28
* Add SVE opaque built-in typesRichard Sandiford2019-08-095-0/+85
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-091-1/+7
* [clang-scan-deps] Add minimizer support for C++20 modules.Michael J. Spencer2019-08-091-0/+3
* [clang] Add no-warn support for WaBrian Cain2019-08-082-0/+3
* [clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...Yitzhak Mandelbaum2019-08-081-12/+20
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-081-4/+30
* Inline diagnostic text into .td file. NFC.Richard Trieu2019-08-081-1/+2
* [Tooling] Expose ExecutorConcurrency option.Diego Astiazaran2019-08-071-0/+1
* [clang][NFC] Fix typo in matcher commentYitzhak Mandelbaum2019-08-071-1/+1
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-1/+1
* gsl::Owner/gsl::Pointer: Add implicit annotations for some std typesMatthias Gehre2019-08-072-2/+13
* [clang][DirectoryWatcher][NFC] Swapping asserts for llvm fatal_error in createPuyan Lotfi2019-08-061-2/+2
* [clang-scan-deps] Implementation of dependency scanner over minimized sourcesAlex Lorenz2019-08-064-2/+234
* Teach some warnings to respect gsl::Pointer and gsl::Owner attributesGabor Horvath2019-08-061-0/+8
* [AST] Traverse attributes inside DEF_TRAVERSE_DECL macroIlya Biryukov2019-08-061-6/+5
* [CrossTU] Handle case when no USR could be generated during Decl search.Balazs Keri2019-08-061-1/+2
* [Driver] Introduce -stdlib++-isystemShoaib Meenai2019-08-062-0/+9
* [clang][DirectoryWatcher] Adding llvm::Expected error handling to create.Puyan Lotfi2019-08-061-4/+6
* Builtins: Start adding half versions of math builtinsMatt Arsenault2019-08-061-0/+21
* [Sema] Add -Wpointer-compareGeorge Burgess IV2019-08-052-0/+5
* Fix another uninit read found by msan after r367829Nico Weber2019-08-051-1/+1
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-051-0/+1
* Undo what looks like an unintentional change in r367829Nico Weber2019-08-051-3/+3
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-056-61/+59
* [clang][NFC] Remove unused private variable 'CI' in CrossTranslationUnit.hRaphael Isemann2019-08-051-1/+0
* [AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.Johan Vikstrom2019-08-051-1/+2
* [CrossTU][NFCI] Refactor loadExternalAST functionEndre Fulop2019-08-051-6/+101
* Adds a warning when an inline Doxygen comment has no argumentDmitri Gribenko2019-08-051-0/+6
* [Driver] Support for disabling sanitizer runtime linkingPetr Hosek2019-08-042-1/+11
* [Parser] Emit descriptive diagnostic for misplaced pragmaSerge Pavlov2019-08-041-0/+2
* Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse2019-08-041-1/+0
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-041-0/+1
* Use switch instead of series of comparisonsSerge Pavlov2019-08-031-7/+1