]> granicus.if.org Git - clang/history - lib/Analysis
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
[clang] / lib / Analysis /
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()...
2015-10-01 George Burgess IVTeach -Wtautological-overlap-compare about enums
2015-09-29 DeLesley HutchinsThread Safety Analysis: fix before/after checks so...
2015-09-22 Devin Coughlin[analyzer] Create one state for a range switch case...
2015-09-03 DeLesley HutchinsThread safety analysis: the NO_THREAD_SAFETY_ANALYSIS...
2015-08-14 David Blaikieunique_ptrify ConsumedBlockInfo analysis to make it...
2015-08-13 David BlaikieWdeprecated: Make BumpVectorContext movable
2015-08-12 Richard Smith[modules] Fix thread safety analysis to cope with mergi...
2015-07-30 Pete CooperUse llvm::reverse to make a bunch of loops use foreach...
2015-07-27 Jonathan RoelofsAnalysis: Fix example usage comment in CFG.cpp. NFC
2015-07-18 Benjamin Kramer[AST] Remove StmtRange in favor of an iterator_range.
2015-07-03 Benjamin KramerRewrite users of Stmt::child_begin/end into for-range...
2015-07-02 Benjamin KramerSwitch users of the 'for (StmtRange range = stmt->child...
2015-07-02 Ted KremenekParse 'technical term' format specifier.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas GregorAllow the cf_returns_[not_]retained attributes to appea...
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2015-06-03 Enrico PertosoAppend CXXDefaultInitExpr's wrapped expression to the...
2015-05-28 Richard TrieuUpdate -Winvalid-noreturn to handle destructors better.
2015-05-19 Jonathan RoelofsFix 'CFG graph' typo. NFC
2015-05-18 Nico WeberWrap to 80 columns. No behavior change.
2015-04-27 Richard SmithPR23334: Perform semantic checking of lambda capture...
2015-04-15 DeLesley HutchinsFix for PR20402 in -Wconsumed.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-16 Richard TrieuTake the non-reference type when constructing a dummy...
2015-03-09 Benjamin KramerMake helper functions static
2015-03-09 Benjamin KramerHide away implementation details of the ThreadSafetyAna...
2015-03-09 David BlaikieSimplify boolean expressions in clang with clang-tidy
2015-03-04 Seth CantrellAdd a format warning for "%p" with non-void* args
2015-03-03 Manuel KlimekMake -Wuninitialized warn on pointer-to-member and...
next