summaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-10/+6
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-11/+11
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-212-4/+7
* [analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev2018-12-161-0/+48
* Thread safety analysis: Avoid intermediate copies [NFC]Aaron Puchert2018-12-161-21/+31
* Thread safety analysis: Allow scoped releasing of capabilitiesAaron Puchert2018-12-161-39/+73
* Change CallGraph print to show the fully qualified nameErich Keane2018-12-121-1/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-7/+12
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-12/+7
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-7/+12
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-12/+7
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-7/+12
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-12/+7
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-7/+12
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+12
* [coroutines] Fix fallthrough warning on try/catchBrian Gesiak2018-11-031-12/+15
* Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-026-2833/+0
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-013-2/+3
* Revert "Reapply Logging: make os_log buffer size an integer constant expressi...Tim Northover2018-11-013-1/+205
* Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover2018-11-013-205/+1
* Create ConstantExpr classBill Wendling2018-10-313-4/+6
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [AST] Only store data for the NRVO candidate in ReturnStmt if neededBruno Ricci2018-10-301-3/+2
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-15/+18
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-201-2/+1
* Thread safety analysis: Handle conditional expression in getTrylockCallExprAaron Puchert2018-10-061-1/+13
* Thread safety analysis: Examine constructor argumentsAaron Puchert2018-10-041-51/+49
* Thread safety analysis: Unwrap __builtin_expect in getTrylockCallExprAaron Puchert2018-10-031-1/+5
* [analyzer] Fix crash in exploded graph dumpingGeorge Karpenkov2018-10-021-4/+1
* Fix linkage error on ProgramPoint's dump method.Eric Fiselier2018-09-301-0/+4
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-1/+4
* [analyzer] [NFC] Move the code for dumping the program point to ProgramPointGeorge Karpenkov2018-09-271-0/+171
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-5/+4
* Eliminate some unneeded signed/unsigned conversionsAaron Puchert2018-09-222-13/+15
* Thread safety analysis: Make printSCFG compile again [NFC]Aaron Puchert2018-09-212-7/+13
* Thread safety analysis: Make sure FactEntrys stored in FactManager are immuta...Aaron Puchert2018-09-211-12/+12
* Thread safety analysis: Handle ObjCIvarRefExpr in SExprBuilder::translateAaron Puchert2018-09-191-3/+18
* Sema: handle `wint_t` more carefully for printf checkingSaleem Abdulrasool2018-09-191-4/+6
* [analyzer] Fix nullptr access when processing instantiated function in ExprMu...Shuai Wang2018-09-191-1/+1
* Thread safety analysis: Fix crash for function pointersAaron Puchert2018-09-191-9/+11
* [analyzer] Treat std::{move,forward} as casts in ExprMutationAnalyzer.Shuai Wang2018-09-171-2/+13
* [NFC] Minor refactoring to setup the stage for supporting pointers in ExprMut...Shuai Wang2018-09-161-43/+86
* [NFC] cosmetic tweaks to ExprMutationAnalyzer to be more consistentShuai Wang2018-09-151-13/+12
* [analyzer] Generate and use stable identifiers for LocationContextGeorge Karpenkov2018-09-151-3/+3
* [analyzer] Handle forwarding reference better in ExprMutationAnalyzer.Shuai Wang2018-09-141-2/+86
* Remove PseudoConstantAnalysisShuai Wang2018-09-143-234/+0
* [NFC] Fix build breakage caused by D51948Shuai Wang2018-09-111-0/+1
* [analyzer] Add ExprMutationAnalyzerShuai Wang2018-09-112-0/+309
* [CFG] [analyzer] Disable argument construction contexts for variadic functions.Artem Dergachev2018-08-291-2/+7