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 |
2009-11-24 |
Anders Carlsson | Handle references correctly when synthesizing copy... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
John McCall | Fix some major problems dealing with dependently-qualif... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Fariborz Jahanian | Fix the test case failed in buildbot. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Fariborz Jahanian | More cleanup of argument call collection. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
John McCall | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and |
commit | commitdiff | tree | snapshot |
2009-11-24 |
John McCall | DeclarationName::getIdentifier should take a const... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | Handle cases where we're constructing an array of objec... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
John McCall | Helper function for turning a TemplateName into a Decla... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Fariborz Jahanian | Refactor collection of call arguments in common code. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | GNUNullExpr is a valid sentinel even though it isn... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Sebastian Redl | Make sure redeclaration chains are properly linked... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas Gregor | Explicitly store the condition variable within switch... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | We always need to emit the base expression of a member... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | Fix a crash when "instantiating" VarDecls that are... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas Gregor | Introduce cleanup scopes for "if" statements in two... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Kovarththanan... | Remove empty wpa directory. It was moved to examples... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Kovarththanan... | Sort CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas Gregor | Rename CleanupScope -> DelayedCleanupBlock. No function... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | Update project file. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas Gregor | Un-break instantiation of if statements with conditiona... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Edward O'Callaghan | Fix for PR5568. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Kovarththanan... | Remove trailing spaces |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Ken Dyck | Add getByteSize() and getTypeSizeInBytes(). |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Zhongxing Xu | We can remove this file now. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Zhongxing Xu | Refactor undefined result checker. This is the last... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Zhongxing Xu | Refactor NilReceiverStructRet and NilReceiverLargerThan... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Kovarththanan... | Remove trailing spaces |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | Get rid of the ugly CGCXX names and replace them with... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | When mangling a ctor/dtor we need to take into consider... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | Set the template specialization kind before instantiati... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Eli Friedman | Teach Evaluate to handle member expressions referring... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | Ignore constructor member templates in CodeGenModule... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Anders Carlsson | It is common for vtables to contain pointers to functio... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Zhongxing Xu | rename UndefinedArgChecker to CallAndMessageChecker. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Zhongxing Xu | Rename: UndefinedArgChecker.cpp => CallAndMessageChecke... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Ted Kremenek | Enhance null dereference diagnostics by indicating... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Daniel Dunbar | Sketch the rest of the clang -cc1 option definitions... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Explicitly track the condition variable within an ... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Daniel Dunbar | Add clang -cc1 parsing of diagnostic options. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | After performing a bounds check in ArrayBoundChecker... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Clean up the Checker API a little more, resolving some... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Anders Carlsson | Don't try to treat an enum constant as an lvalue. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Anders Carlsson | Convert the && and || operands to bool using standard... |
commit | commitdiff | tree | snapshot |
next |