2009-11-27 |
Anders Carlsson | Don't build the entire vtable when all we want is the... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Daniel Dunbar | Fix typo, thanks Sebastian! |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Eli Friedman | Some member pointer casting tests. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Eli Friedman | Add case for CK_DerivedToBaseMemberPointer cast kind to |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Eli Friedman | More work on ScalarExprEmitter::EmitCastExpr: for every... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Eli Friedman | Cleanup for ScalarExprEmitter::EmitCastExpr; no functio... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Eli Friedman | Fix for PR5594: use EmitGlobalDefinition instead of... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Anders Carlsson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | When adding an implicit destructor, make sure to mark... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Correctly find overridden destructors. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Lazily create the __cxa_pure_virtual reference. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Use the new CovariantThunkAdjustment in the vtable... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Gabor Greif | issue a friendlier error if someone tries to send preco... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Benjamin Kramer | Remove dead forward declaration. Fix struct/class misma... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Remove header which is bringing libAST in (on MSVC). |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Shortcut explicit calls to a trivial copy assignment... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Simplify and fix up the handling of implicit constructo... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Improve diagnostics in ReturnStackAddressChecker for... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Add test case that shows that dead stores checking... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Implement IRGen for MemberExpr referring to static... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Don't run the LLVM Code tests by default. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Add -Werror for Clang and LLVM on Clang (headers) synta... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Add a Thunk struct to the vtable builder. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Use the more general Evaluate infrastructure for foldin... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Add a CovariantThunkAdjustment struct that represents... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Slight tweak to the algorithm for getLinkage(). |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Eli Friedman | Use new getLinkage() method to correctly compute whethe... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Move the mangler into the CodeGen namespace. Change... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Add a PostVisitBlockExpr() method to RetainReleaseCheck... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Teach RegionStoreManager::RemoveDeadBindings() about... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Add iterators to BlockDataRegion that allow clients... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Added batch versions of GRState::scanReachableSymbols... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Anders Carlsson | Add a ThunkAdjustment struct which holds a non-virtual... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Ted Kremenek | Enhance LiveVariables to understand that blocks can... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Douglas Gregor | Add C++ tests to try to parse and compile the LLVM... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Factor out a LangStandard class and coalesce the inform... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Fix thinko (-fno-builtin != -nobuiltininc). |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Add clang -cc1 parsing for preprocessor options. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Daniel Dunbar | Add clang -cc1 parsing for header search options. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Douglas Gregor | Refactor our handling of expression evaluation contexts... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Add missing case in switch statement. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Refine MemRegions for blocks. Add a new region called |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Remove recently added FIXME. The appropriate FIXME... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Fariborz Jahanian | Allow user re-definition of SEL as well as accessing... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
John Thompson | Fix attribute between function decl ')' and '{' or... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Add FIXME. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Implement the rules in C++ [basic.link] and C99 6.2... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Add post-visit Checker support in GRExprEngine for... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Add a new RetainReleaseChecker class (that subclasses... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Move RegisterChecks() to the end of the file. No funct... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Call GRExprEngine::setTransferFunctions() after registe... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Consolidate logic in ActionInlineCall by having it... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Fariborz Jahanian | Better diagnostic on deleted constructor when no |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Make RegisterInternalChecks() part of GRExprEngine... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Register internal checks with GRExprEngine when it... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | When dispatching to Checker objects in GRExprEngine... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Tweak expected error to match what should happen, once... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Tweak expected error message, although we still fail... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Implement support for default template arguments of... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Diagnose ill-formed uses of default template arguments in |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Devang Patel | Use StringRef (again) in DebugInfo interface. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Fix a thinko where we weren't always performing unary... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | What the FIXMEs want, the FIXMEs shall have. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add an arg_iterator, for iterating over a subset of... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add a missing include <cstdio> |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Fix some uses of fprintf/stderr without a prototype. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add clang -cc1 parsing for frontend options. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add ParseSourceLocation::FromString, and simplify. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Add clang -cc1 parsing for preprocessor output options... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Don't pass -fexceptions=0 (it is the default). |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Kovarththanan... | This patch streamlines CheckerVisitor.def so that it... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Edward O'Callaghan | Fix for Path::isSpecialFile to Path::isRegularFile... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | When the condition of a switch() statement is semantica... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Don't crash when we re-use a template specialization... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Refactor ActOnFinishSwitchStmt to simplify it further |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Refactor ActOnFinishSwitchStmt to simplify and reduce... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Sean Hunt | Parse C++ member check attributes - base_check, hiding... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Daniel Dunbar | Don't try to install .dir files. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Anders Carlsson | Add VTT parameter to base ctors/dtors with virtual... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Zhongxing Xu | UndefResults is not needed. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Implement proper cleanup semantics for condition variab... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Add really basic support for blocks in the retain/relea... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Allow building of CFGs for ASTs that contain BlockExprs. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Add transfer function support for BlockExpr. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Ted Kremenek | Split CodeTextRegion into FunctionTextRegion and BlockT... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Fariborz Jahanian | Some fancy footwork to move the decision on how |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Qualify the name of the llvm::cast template. I am somew... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Don't try to parse LinkAllParses.h for now |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Tweak the code-generation-for-condition-variables test... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas Gregor | Eliminate CXXConditionDeclExpr with extreme prejudice. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Sebastian Redl | Have the parser tell sema whether a member declaration... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Ted Kremenek | Convert test case to FileCheck to test the behavior... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Ted Kremenek | For the nil-receiver checker, take into account the... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Ted Kremenek | Cleanups and fixes to the nil-receiver checker, some... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Fariborz Jahanian | Refactor argument collection of constructor calls using |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas Gregor | "Do" loops cannot have condition variables, so don... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas Gregor | Clean up the AST for while loops and fix several proble... |
commit | commitdiff | tree | snapshot |
next |