2008-12-06 |
Anders Carlsson | Fix invalid bit-field. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Anders Carlsson | Simplify some diagnostics. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Fariborz Jahanian | Changed a 'FIXME' into new comment. Added a test case |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Ted Kremenek | Add bandaid transfer function support for assignments... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Fariborz Jahanian | Patch to diagnose a variety of misuse of property |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Douglas Gregor | Add support for calls to dependent names within templat... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Douglas Gregor | Introduce basic support for dependent types, type-dependent |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fariborz Jahanian | Fixed a comment. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fariborz Jahanian | This test checks for duplicate implementation of the... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fariborz Jahanian | Fixed a test case. Added a test case showing property... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fariborz Jahanian | (instance/class) Method type checking between class... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Douglas Gregor | Representation of template type parameters and non... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Steve Naroff | Fixed <rdar://problem/6213808> clang ObjC rewriter... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Anders Carlsson | Use VerifyIntegerConstantExpression instead of isIntege... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Anders Carlsson | This wasn't such a good idea after all as it broke... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Anders Carlsson | Handle __builtin___CFStringMakeConstantString in Expr... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Anders Carlsson | Make Sema::CheckForConstantInitializer use Expr::Evalua... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | Change the implementation of symbol_iterator to not... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | Add SymbolRef::print() and have SymbolicRegion::print... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | Use trait-based profiling of SymbolRefs, avoiding calli... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | Remove (unused) RegionExtent and subclasses. Extents... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | Rename SymbolID to SymbolRef. This is a precursor... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Zhongxing Xu | Rename: FindContext -> FindDeclVisibleInContext. |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Fariborz Jahanian | Patch for diagnosing type mismatch between |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | Remove SymbolDataContentsOf (unused). |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ted Kremenek | StoreManager::Retrieve and StoreManager::RemoveDeadBind... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Chris Lattner | -std=c99 defaults blocks to off even on darwin, but... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Steve Naroff | Finish up support for <rdar://problem/6213955> clang... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Chris Lattner | change getCurFunctionDecl to skip through Block context... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Chris Lattner | instead of forcing blocks on by default, make them... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Fariborz Jahanian | Output better diagnostics for continuation class |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Chris Lattner | replace useNeXTRuntimeAsDefault with a generic hook... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Remove unneeded assertion. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ted Kremenek | Remove unneeded assertion. We already know that FE... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Sebastian Redl | Code cleanup in new handling. |
commit | commitdiff | tree | snapshot |
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 |
next |