2008-12-04 |
Ted Kremenek | Use 'free' to release PerIDCache since it was allocated... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Add 'expected-warning' to make test case pass. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Add another static analyzer test case involving attribu... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Fix bug in attribute(nonnull) processing where not... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Steve Naroff | Fix build breakage from my previous commit. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Add another test case for attribute(nonnull) checking. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Sebastian Redl | Fix some diagnostics and enhance test cases. Now tests... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Steve Naroff | Several things... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Daniel Dunbar | Mention an optimization opportunity pointed out by... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Revamp RegionStoreManager::RemoveDeadBindings. This... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Revise bogus comment I just committed. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Add comment to test case for documentation. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Update comment. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Sebastian Redl | Correct CodeGen assumption that LongTy == Int32Ty in... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Sebastian Redl | Fix some type punning errors in SizeOfAlignOf and Typei... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | Added GDM query functions "contains" for the data types... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | Added partial specialization of GRStatePartialTrait... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Sebastian Redl | Overload resolution for the operator new function.... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | Properly "include" abs_path. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Ted Kremenek | Use abs_path to resolve symbolic links and '..' in... |
commit | commitdiff | tree | snapshot |
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 |
next |