]> granicus.if.org Git - clang/history - lib/Analysis
Merging r308455:
[clang] / lib / Analysis /
2017-07-14 Alexander Shaposhnikov[clang] Fix handling of "%zd" format specifier
2017-07-12 Matthias GehreCFG: Add CFGElement for automatic variables that leave...
2017-07-09 Raphael Isemann[analyzer] Faster hashing of subsequences in CompoundStmts.
2017-07-09 Raphael Isemann[analyzer] Make StmtDataCollector part of the CloneDete...
2017-06-21 Raphael IsemannChanged wording in comment
2017-06-20 Leslie Zhai[analyzer] Teach CloneDetection about Qt Meta-Object...
2017-06-19 Leslie Zhai[analyzer] Teach CloneDetection about Qt Meta-Object...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-25 Eric Fiselier[coroutines] Fix fallthrough diagnostics for coroutines
2017-04-11 Alex LorenzFix PR13910: Don't warn that __builtin_unreachable...
2017-04-06 Ivan KrasinFix unused lambda capture. Follow up to r299653.
2017-04-06 Artem Dergachev[analyzer] Reland r299544 "Add a modular constraint...
2017-04-05 Artem DergachevRevert "[analyzer] Add a modular constraint system...
2017-04-05 Artem Dergachev[analyzer] Add a modular constraint system to the Clone...
2017-04-05 Alex Lorenz-Wunreachable-code: 'true' and 'false' should not be...
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-27 Adam NemetEncapsulate FPOptions and use it consistently
2017-03-07 Martin Bohme[analyzer] Fix crash when building CFG with variable...
2017-02-11 Benjamin KramerMake helpers static. NFC.
2017-01-28 Sylvestre LedruRemove unused 'using' declaration. Found by clang-tidy...
2017-01-27 Artem Dergachev[analyzer] Consider function call arguments while build...
2017-01-13 Richard SmithPR31631: fix bad CFG (and bogus warnings) when an if...
2017-01-12 Alex LorenzAvoid multiple -Wunreachable-code diagnostics that...
2017-01-11 Devin Coughlin[analyzer] Fix crash in body farm for getter without...
2017-01-04 Richard TrieuExtend -Wtautological-overlap-compare to more cases.
2016-12-15 Mehdi AminiFix os_log formating with arbitrary precision and field...
2016-12-12 Haojian Wu[StaticAnalysis] Remove unnecessary parameter in CallGr...
2016-12-09 Richard SmithDR1295 and cleanup for P0135R1: Make our initialization...
2016-12-05 Martin BohmeCFGBuilder: Fix crash when visiting delete expression...
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-11-01 Tim Shen[ReachableCode] Skip over ExprWithCleanups in isConfigu...
2016-10-29 Piotr PadlewskiNFC small format
2016-10-25 Mehdi AminiFix handling of %% format specifier in os_log builtins.
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Mehdi AminiRevert "Add support for __builtin_os_log_format[_buffer...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-21 Benjamin KramerRemove move constructors that are identical to the...
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-13 Alexander Shaposhnikov[analyzer] Remove superquadratic behaviour from Dataflo...
2016-10-10 Justin Lebar[Analysis] Use unique_ptr for CallGraph::FunctionMap.
2016-10-10 Justin Lebar[Analysis] Use unique_ptr in AnalyaisDeclContextManager...
2016-10-08 Artem Dergachev[analyzer] Re-apply r283094 "Improve CloneChecker diagn...
2016-10-04 NAKAMURA TakumiRevert r283106, "Wdocumentation fix"
2016-10-04 Vitaly BukaRevert "[analyzer] Improve CloneChecker diagnostics...
2016-10-03 Simon PilgrimWdocumentation fix
2016-10-03 Daniel Marjamaki[StaticAnalyzer] Fix UnreachableCode false positives.
2016-10-03 Artem Dergachev[analyzer] Improve CloneChecker diagnostics
2016-09-30 Justin LebarMove UTF functions into namespace llvm.
2016-08-23 Artem Dergachev[analyzer] Fix CloneDetector crash on calling methods...
2016-08-20 Simon PilgrimWdocumentation fix
2016-08-20 Artem Dergachev[analyzer] Use faster hashing (MD5) in CloneDetector.
2016-08-20 Benjamin Kramer[Sema] Don't crash on scanf on forward-declared enums.
2016-08-20 Artem Dergachev[analyzer] Make CloneDetector consider macro expansions.
2016-08-20 Artem Dergachev[analyzer] Make CloneDetector consider template arguments.
2016-08-18 Artem Dergachev[analyzer] Teach CloneDetector to find clones that...
2016-08-10 Artem Dergachev[analyzer] Fix a crash in CloneDetector when calling...
2016-08-09 Vassil Vassilev[analyzer] Try to fix coverity CID 1360469.
2016-08-04 Artem Dergachev[analyzer] Make CloneDetector recognize different varia...
2016-08-02 Devin Coughlin[CFG] Fix crash finding destructor of lifetime-extended...
2016-08-02 Artem Dergachev[analyzer] Respect statement-specific data in CloneDete...
2016-07-26 Artem Dergachev[analyzer] Add basic capabilities to detect source...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-07-08 Alexander KornienkoCFGBuilder: Fix crash when visiting a range-based for...
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-23 Richard SmithImplement p0292r2 (constexpr if), a likely C++1z feature.
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2016-05-27 Benjamin KramerTurn copies into references as suggested by clang-tidy...
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-04-26 Sunil SrivastavaCheck 'r' and 'y specifiers of freebsd_kernel_printf...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-03-29 Bruno Cardoso Lopes[Sema] Handle UTF-8 invalid format string specifiers
2016-03-28 Devin Coughlin[analyzer] Use BodyFarm-synthesized body even when...
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-02-23 Devin Coughlin[analyzer] Find ObjC 'self' decl even when block captur...
2016-02-18 Richard TrieuRemove use of builtin comma operator.
2016-02-18 Devin Coughlin[analyzer] Include comment mistakenly left out of r2612...
2016-02-07 Devin Coughlin[analyzer] Invalidate destination of std::copy() and...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-26 Devin Coughlin[analyzer] Body farm: Look for property ivar in shadowi...
2016-01-26 Chris BienemanRemove autoconf support
2015-11-30 Craig TopperUse range-based for loop to avoid the need for calculat...
2015-11-25 Devin Coughlin[analyzer] Include block capture copy expressions in...
2015-11-20 Reid KlecknerThread Safety Analysis: Fix DenseMap iterator invalidat...
2015-11-15 Devin Coughlin[analyzer] Handle calling ObjC super method from inside...
2015-11-14 Matthias GehreCFG: Delay creating Dtors for CompoundStmts which end...
2015-11-06 Alexander KornienkoRefactor: simplify boolean conditional return statement...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-03 Yaron KerenReplace double-negated !SourceLocation.isInvalid()...
next