summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP5.0]Diagnose global variables in lambda not marked as declareAlexey Bataev2019-08-161-0/+2
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-163-10/+51
* [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bugJoel E. Denny2019-08-151-0/+11
* Replace llvm::integer_sequence and friends with the C++14 standard versionBenjamin Kramer2019-08-153-8/+8
* Revert rL368939 "Remove LVALUE / RVALUE workarounds"Russell Gallop2019-08-151-1/+1
* [analyzer] Warn about -analyzer-configs being meant for development purposes ...Kristof Umann2019-08-151-1/+2
* [NFC] Update doc comment to fix warning.Jonas Devlieghere2019-08-151-2/+0
* [NFCI] Always initialize BugReport const fieldsAlex Langford2019-08-151-2/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1411-16/+16
* Remove LVALUE / RVALUE workaroundsJF Bastien2019-08-141-1/+1
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-141-6/+71
* [CFG] Introduce CFGElementRef, a wrapper that knows it's position in a CFGBlockKristof Umann2019-08-141-2/+173
* [NFC][clang] Moving argument handling: Driver::BuildActions -> handleArgumentsPuyan Lotfi2019-08-141-0/+9
* [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington2019-08-142-0/+12
* [analyzer][CFG] Don't track the condition of assertsKristof Umann2019-08-141-0/+4
* Removed ToolExecutor::isSingleProcess, it is not used by anythingDmitri Gribenko2019-08-143-11/+0
* Improved the doc comment for getCommentsInFileDmitri Gribenko2019-08-141-1/+2
* [ASTImporter] Import default expression of param before creating the param.Balazs Keri2019-08-141-0/+14
* [analyzer] Note last writes to a condition only in a nested stackframeKristof Umann2019-08-141-3/+11
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-142-9/+11
* [analyzer][NFC] Prepare visitors for different tracking kindsKristof Umann2019-08-141-25/+51
* [analyzer][NFC] Make sure that the BugReport is not modified during the const...Kristof Umann2019-08-132-7/+14
* Remove the extra `;`.Michael Liao2019-08-131-1/+1
* [Refactor] Moving SourceExtraction header from lib to includeShaurya Gupta2019-08-131-0/+51
* [analyzer][NFC] Refactoring BugReporter.cpp P5.: Compact mile long function i...Kristof Umann2019-08-132-1/+8
* [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