2009-12-16 |
Ted Kremenek | Remove use of ObjCObjectRegion from BasicStoreManager. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | Fix test case to unbreak testing |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | When value-initializing a class with no user-defined... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Compute the right extension for preprocessed Objective... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Fariborz Jahanian | Diagnose property of reference type as unsupported |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | Baby steps towards fixing PR5589. If a class needs... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Nuno Lopes | add some svn:ignore |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Nuno Lopes | implement PR5654: add -fassume-sane-operator-new, which... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | In Sema::CheckInitializerTypes, replace a use of CheckR... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | Update C++ status page to reflect reality |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Nuno Lopes | fix PR5689: add support for 'o' and 'V' asm input operands |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Nuno Lopes | fix build |
commit | commitdiff | tree | snapshot |
2009-12-16 |
John McCall | Shift things around so that it's easier to recover... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Daniel Dunbar | Fix pretty stack traces. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Zhongxing Xu | Add a new kind of region: CXXObjectRegion. Currently... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
John McCall | Introduce a centralized routine in Sema for diagnosing... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | Use GetAddrOfRTTI everywhere and remove GenerateRTTI... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | Handle ImplicitValueInitExpr in AggExprEmitter. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | Eliminate Sema::CheckValueInitialization; its callers... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Eli Friedman | Add abort() as a builtin. This has two effects: one... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | More FullExpr work. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | More work on the FullExpr class. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Teach RetainSummaryManager::getSummary(FunctionDecl... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Teach OSAtomicChecker that a FunctionDecl's name isn... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Teach NoReturnFunctionChecker that FunctionDecl::getIde... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Teach CheckerVisitor about CXXOperatorCallExpr. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Teach CFRecStmtDeclVisitor about CXXMethodDecl. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | Mangle CXXOperatorCallExprs, fixes PR5796. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Zhongxing Xu | Expose C++ methods to GRExprEngine. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Add logic for computing preprocessor file extensions... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | Make GRSubEngine.h standalone |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | Fix semantic diagnostics that embed English works,... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Mike Stump | Refine a little. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Ted Kremenek | Add (initial?) static analyzer support for handling... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Mike Stump | Add some documentation for recent checkins. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Mike Stump | Add an addition check for undefined behavior for when... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Mike Stump | Implement additional undefined checks for additional... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Anders Carlsson | Check in a rudimentary FullExpr class that isn't used... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
John McCall | Successive anonymous namespaces name the same scope... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Douglas Gregor | Switch the C++ new expression over to InitializationSeq... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Fariborz Jahanian | Diagnose attempting to assign to a sub-structure of... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ted Kremenek | Remove ValueManager::getRegionValueSymbolValOrUnknown... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
John McCall | Link up member-class redeclarations during template... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Update tests to use %clang instead of 'clang', and... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Fariborz Jahanian | Fixes a code gen bug related to accessing a now |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Anders Carlsson | ShouldDestroyTemporaries? I don't think so. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | enable reuse of MacroArgs objects. This is a small... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Update tests to use %clang_cc1 instead of 'clang-cc... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Anders Carlsson | If a ParmVarDecl's default argument is a CXXExprWithTem... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Nate Begeman | Support OpenCL 1.1 odd-length vector component accessors. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mike Stump | Add testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Fariborz Jahanian | Implement conditional block invocation rewrite |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Douglas Gregor | Fix some diagnostic-related FIXMEs, from Nicola Gigante |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Douglas Gregor | Elaborated types are specifier types, based on a patch... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Zhongxing Xu | Remove displayProgress parameter. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | move isPodLike<clang::QualType> out to Type.h. We... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | update to match LLVM API change: |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Add -W[no-]variadic-macros support. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Forward -isysroot to clang -cc1. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Fix a COVTCTII (crash-on-valid-that-clang-thinks-is... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ted Kremenek | Until we can make the dead stores checker smarter,... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Eli Friedman | Fix a small bug in ComputeMethodVtableIndices. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Eli Friedman | Really fix this test. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mike Stump | This patch should fix PR2461. It allows clang to apply... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ted Kremenek | scan-build/ccc-analyzer: start analyzing C++ FTW. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Eli Friedman | Fix test broken by my last commit. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
John McCall | Diagnose the use of typedefs for template specializatio... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Eli Friedman | Don't force the emission of destructor definitions. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Chris Lattner | set up the machinery for a MacroArgs cache hanging... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ted Kremenek | Start the ball rolling on C++ support in the static... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Driver: Pass -resource-dir to clang -cc1, since the... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mike Stump | Ensure we preserve line information for each trap for |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Mike Stump | Switch codegen for -fcatch-undefined-bahavior over... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Daniel Dunbar | Add -resource-dir to clang -cc1, this allows the base... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Douglas Gregor | Implement value initialization in InitializationSequenc... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Mike Stump | Add documentation for recently added code. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
John McCall | Fix PR5716 by bandaging over the solution until we... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Make test more generic. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Ted Kremenek | Fix: <rdar://problem/7468209> SymbolManager::isLive... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Mike Stump | We have to allow one to form an address for one past... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Chris Lattner | move the VarargsElided member of MacrosArgs to shrink... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Mike Stump | Add support for detecting undefined shift behavior... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Patch to fix 32-bit @try failure with internal assertio... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Douglas Gregor | Remove accidental commit containing local paths for... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Douglas Gregor | Minor cleanups for constructor initialization in Initia... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Mike Stump | Simplifiy. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Douglas Gregor | Constructor initialization for InitializationSequence... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Douglas Gregor | Improve template instantiation for object constructions... |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Make test pass in all cases. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Fixes an incomplete test case. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Make tests use the new clang -cc1 flag. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Make tests use the new clang cc1 flag. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Make tests use the new clang -cc1 flag. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Make tests use the new clang -cc1 flag. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Fariborz Jahanian | Change tests to use clang -cc1... |
commit | commitdiff | tree | snapshot |
next |