2008-12-03 |
Ted Kremenek | Don't have special treatment from pruning the common... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | BasicConstraintManager: |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | BasicConstraintManager: |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Sebastian Redl | Fix typo in index operator overloading. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Anders Carlsson | If a global var decl has an initializer, make sure... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | PTH: |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Steve Naroff | More support for rewriting property getter/setters. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | - Remove PTHManager.cpp. Move all of its functions... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | Correct pretty printing of array new expressions. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ted Kremenek | Add "-token-cache" option for using pretokenized cache... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ted Kremenek | Preprocessor: |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ted Kremenek | Added PTHManager, a utility class that will be used... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ted Kremenek | PTH emission: |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Fariborz Jahanian | More type-checking of setter/getter methods. This is... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Nuno Lopes | llvm-ld doesnt support '-g', so aovid passing that... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Steve Naroff | Add a couple FIXME's. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Steve Naroff | Make sure synthesized properties get inserted into... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | Parsing new and delete is now complete. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | Add better comments to ::new parsing. Thanks to Doug... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | Make RegionStoreManager::InitializeArray safe against... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | Make the parser handle ::new and ::delete correctly. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | int-arith-convert.c makes assumptions about integer... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Eli Friedman | Update cmake build; patch by Csaba Hruska. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Steve Naroff | Simplify previous commit. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Eli Friedman | Fix for PR3150: obvious copy-paste bug in |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Steve Naroff | More work to rewrite synthesize properties (<rdar:... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Sebastian Redl | Handle new by passing the Declaration to the Action... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ted Kremenek | Add FIXME. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Eli Friedman | Disabling this code due to regression on test/CodeGen... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Douglas Gregor | A little more scaffolding for parsing templates: |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Fariborz Jahanian | This patch corrects problem in searching for a setter... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Basic support for parsing templates, from Andrew Sutton |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Improve error recovery when parsing a function definiti... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Initialize storage class even if we got an erroneous... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Objective-C keywords are not always identifiers. Some... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Fix RUN line |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Steve Naroff | -Add several ObjC types to Decl::getDeclKindName()... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Test blocks in C++ mode |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Use EmitInt, not Emit, to emit unsigned values |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Daniel Dunbar | Add test case for __ASSEMBLER__ definition. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Daniel Dunbar | Add LangOptions marker for assembler-with-cpp mode... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Enable blocks in C++ |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Make sure __null test runs in both 32- and 64-bit.... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Parse the exception-specification throw(...), a Microso... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Add the test for __null |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Douglas Gregor | Define NULL to __null in C++, so that it's guaranteed... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Generate the correct results for the comma expression... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Revert change that made isNullPointerConstant start... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Fix test. (0 && (a(),1)) is a valid I-C-E according... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Change more code over to using the new Expr::Evaluate |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Change more code over to using the new Expr::Evaluate |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Use the new Expr::Evaluate |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Add Sema::isNullPointerConstant which extwarns if neces... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Add a new variant of isNullConstantExpr that returns... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Use VerifyIntegerConstantExpression for case values. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Anders Carlsson | Emit the correct diagnostic when a comma is in an ICE. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | Add Sema::VerifyIntegerConstantExpression |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | Change the diagnostics that the evaluator reports to... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | Replace the isEvaluated bool with a ShortCircuit int... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | Pass the expression to the Error and Extension methods. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | Add a new variant of Evaluate and reimplement the old... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | General cleanup, evaluate the RHS of a logical op even... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | EvalInfo now holds a reference to an EvalResult struct. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Anders Carlsson | Add Expr::EvalResult struct. (Not used just yet) |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Zhongxing Xu | remove a test case that causes compiler warning. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Zhongxing Xu | Add test for initializing array with string literal. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Zhongxing Xu | Add support for initializing array with string literal. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Fix for PR2969: generate a memcpy from a constant for... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Eli Friedman | Minor update to CMake build system. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Anders Carlsson | CXXFunctionalCastExpr inherits from ExplicitCastExpr. |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Zhongxing Xu | To be consistent, make the index of the ElementRegion... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Douglas Gregor | Implement the GNU __null extension |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Chris Lattner | Switch QualType to use llvm::PointerIntPair internally... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Zhongxing Xu | Fix a serious bug. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Zhongxing Xu | Code cleanup. No functional change. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Zhongxing Xu | Use std::make_pair instead of std::pair's ctor. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Zhongxing Xu | Enable the GRStateManager to do something when we finis... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Chris Lattner | remove dead diag |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Sebastian Redl | Fix order of evaluation. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zhongxing Xu | ImmutableList::getInternalPointer() returns a const... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zhongxing Xu | Factory objects should not be temporary. It caches... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zhongxing Xu | RegionViewMap factory is actually not used. All GDMs... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Daniel Dunbar | Test commit. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zhongxing Xu | Add license comments. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Zhongxing Xu | Add support for pluggable components of static analyzer. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Douglas Gregor | Add implicit conversions for Objective-C qualified... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Douglas Gregor | Cleanup formatting |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Douglas Gregor | Don't complain about block pointer to void* conversions |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ted Kremenek | PTHLexer now owns the Token vector. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Douglas Gregor | Support block pointer conversions in C++. I'm storing... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Ted Kremenek | - Enhance PTH generation to write out IdentifierInfo... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Douglas Gregor | Test conversion from apointer to incomplete type to... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Douglas Gregor | Implement implicit conversions for Objective-C specific... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Fariborz Jahanian | Another test for property code gen. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Argyrios Kyrtzidis | Attempt to unravel the if/else mess in Parser::ParseDir... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Fariborz Jahanian | Code gen for aggregate-valued properties and a test... |
commit | commitdiff | tree | snapshot |
next |