llvm-project/clang/lib
Balázs Kéri 7eafde981c [Checkers] Added support for freopen to StreamChecker.
Summary: Extend StreamChecker with a new evaluation function for API call 'freopen'.

Reviewers: NoQ, baloghadamsoftware, Szelethus, martong

Reviewed By: baloghadamsoftware, martong

Subscribers: martong, rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69948
2019-12-05 11:08:44 +01:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen." 2019-12-04 14:50:06 -08:00
ASTMatchers [ASTMatchers] work around a miscompile; "NFC" 2019-11-22 20:11:16 -08:00
Analysis [analyzer] Fix more ObjC accessor body farms after 2073dd2d. 2019-12-04 16:29:08 -08:00
Basic Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen." 2019-12-04 14:50:06 -08:00
CodeGen Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen." 2019-12-04 14:50:06 -08:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver [clang][IFS] Ignoring -Xlinker/-Xclang arguments in InterfaceStubs pass for now. 2019-12-04 20:03:57 -05:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format Fix warning on extra ';'. NFC. 2019-12-03 16:02:55 -05:00
Frontend [clang][IFS] Adding support for new clang interface stubs decl types. 2019-12-04 19:10:47 -05:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline version from immintrin.h 2019-11-25 16:27:39 -08:00
Index Redeclare Objective-C property accessors inside the ObjCImplDecl in which they are synthesized. 2019-11-08 08:23:22 -08:00
Lex [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing `__has_include` dependencies 2019-12-02 18:47:22 -08:00
Parse Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen." 2019-12-04 14:50:06 -08:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Revert "Properly convert all declaration non-type template arguments when" 2019-12-04 22:12:15 -08:00
Serialization Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen." 2019-12-04 14:50:06 -08:00
StaticAnalyzer [Checkers] Added support for freopen to StreamChecker. 2019-12-05 11:08:44 +01:00
Tooling Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles" 2019-12-04 17:00:47 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00