summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] CastValueChecker: Store the dynamic types and castsCsaba Dabis2019-08-226-86/+169
* [analyzer] Don't make ConditionBRVisitor events prunable when the condition i...Kristof Umann2019-08-211-2/+4
* [analyzer][NFC] Add different interestingness kindsKristof Umann2019-08-211-5/+29
* Use C++14 heteregenous lookup for a couple of std::map<std::string, ...>Benjamin Kramer2019-08-211-1/+2
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-214-71/+4
* [analyzer] NFC: Remove the BugTypes set from BugReporter.Artem Dergachev2019-08-201-17/+2
* [analyzer] Fix a crash when destroying a non-region.Artem Dergachev2019-08-201-1/+1
* [analyzer] Improve VirtualCallChecker and enable parts of it by default.Artem Dergachev2019-08-203-3/+17
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-201-1/+2
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-201-0/+6
* Fix name of the error message, NFC.Alexey Bataev2019-08-201-1/+1
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-202-7/+8
* win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newerNico Weber2019-08-201-2/+2
* [Syntax] Added function to get macro expansion tokens to TokenBuffer.Johan Vikstrom2019-08-201-0/+10
* Removed the 'id' AST matcher, which is superseded by '.bind()'Dmitri Gribenko2019-08-201-13/+4
* Rudimentary support for Doxygen \retval commandStephan Bergmann2019-08-201-0/+1
* [CallGraph] Take into accound calls that aren't within any function bodies.Artem Dergachev2019-08-201-0/+1
* [analyzer] NFC: Rename GRBugReporter to PathSensitiveBugReporter.Artem Dergachev2019-08-202-13/+14
* [analyzer] NFC: Drop support for extra text attached to bug reports.Artem Dergachev2019-08-201-13/+0
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-182-0/+10
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-2/+2
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-181-0/+2
* [X86] Support -mlong-double-80Troy A. Johnson2019-08-171-2/+7
* Revert "[X86] Support -mlong-double-80"Troy A. Johnson2019-08-161-7/+2
* [X86] Support -mlong-double-80Troy A. Johnson2019-08-161-2/+7
* [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