2008-10-30 |
Zhongxing Xu | Adjust code format. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Zhongxing Xu | Implement VisitInitListExpr(). InitListExpr will have... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Zhongxing Xu | Add CompoundVal and CompoundValData for representing... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Zhongxing Xu | Fix 80-col. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Daniel Dunbar | Fix specification references link. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Mark yy_fatal_error as a panic function. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Improve documentation for Sema::CheckReferenceInit |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | NeXT: Emit protocol objects lazily. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Steve Naroff | Convert SynthBlockInitExpr() from text->AST based imple... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Sebastian Redl | Remove workaround for reference. No longer necessary. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Sebastian Redl | Fix missing %s in run string causing hang during tests. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ted Kremenek | Fix crash reported in PR2923 where a function declared... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Steve Naroff | Handle block literals at file scope, remove some dead... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Make the non-reference check in Expr work always |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Simplify and correct the check for function redefinitio... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Implement overloading rules for reference binding |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Steve Naroff | Make sure internally synthesized block pointer types... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Temporary disable the const-object-declaration-without... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | Workaround an LLVM bug where inlining functions with... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | Improve llvm-gcc compatibility, -Os implies -O2 (sortof). |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Zhongxing Xu | Add notes for SCA. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | Update FindSpecRefs to recognize named section references. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Eli Friedman | Fix for PR2966: va_start/va_end use the *address* of the |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ted Kremenek | Patch by Nikita Zhuk: |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Ted Kremenek | IOServiceGetMatchingServices is a release function. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | Choose CompileOptions (optimization passes) to match... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Daniel Dunbar | Fix mmintrin.h to use proper definition of functions... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Zhongxing Xu | Rename: AddDecl => BindDecl |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Tweak Sema::CheckReferenceInit so that it (optionally... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Zhongxing Xu | MemSpaceRegions could be uninitialized. We only require... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Douglas Gregor | Implement initialization of a reference (C++ [dcl.init... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | .s files don't require the preprocessor, patch by Roman... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Steve Naroff | More changes necessary to integrate the objc and blocks... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Ted Kremenek | Minor UI enhancement: |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Ted Kremenek | Patch by Nikita Zhuk: |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Access pass manager consistently. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | 80-col fixes. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Douglas Gregor | Rename ExplicitCCastExpr to CStyleCastExpr |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Douglas Gregor | Replace a dyn_cast with a cast when we know the exact... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Zhongxing Xu | Add newline. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Zhongxing Xu | Update random notes. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Zhongxing Xu | Add isGlobalsRegion() predicate to MemRegionManager. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Chris Lattner | clarify comment, rename argument to avoid a subtle... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Call llvm_shutdown() on (normal) termination. This... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Don't run the verifier as part of IRgen, this is now... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Douglas Gregor | Improve our handling of (C++) references within Clang... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Ted Kremenek | Initialize Suffix and Prefix to 0, even with a bad... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Add attribute always_inline support. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Daniel Dunbar | Mark mmintrin functions static inline, this ensures... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | - Fix type-punning warning in SVals.cpp by using a... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Remove type-punning warning in GRExprEngine. No functi... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Mike Stump | Skip random pathname characters better. I had a 5... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | Add test case to exercise IRgen "unsupported" path... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | With -verify, only exit early on failure. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | Remove unneeded CheckASTConsumer function. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | Comment fix, ParseAST does not take ownership of the... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Add 'expected-warning' for braces around scalar initializer |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Added compound literal test case. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Added preliminary support for CompoundLiterals in the... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Pull determination of the super region for a VarRegion... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | Added CompoundLiteralRegion to represent the (temporary... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Steve Naroff | Fix testsuite regression for "crash.m". |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | Don't double free module when IRgen fails. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Daniel Dunbar | Improve dependency file support. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Douglas Gregor | Refactor the expression class hierarchy for casts.... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Steve Naroff | Some fixups to the previous objc/blocks rewriter smerge. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Ted Kremenek | - Move ExprIterator to Stmt.h so that it can be used... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Steve Naroff | Integrate the blocks and objc rewriters. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Sebastian Redl | Fix some invalid casts that are detected by Sema now... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | Add store option to scan-build and ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | Use ASTContext::getCanonicalType() to get TypedRegion... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | An ElementRegion is really a typed region. Its super... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Douglas Gregor | When destroying a translation unit, deallocate its... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | We cannot get precise lvalue for symbolic base array... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Steve Naroff | Replace common diagnostic with a convenience function. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Steve Naroff | Fix <rdar://problem/6315646> clang on xcode: error... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | Get the canonical type for struct initialization. The... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | Add test for SCA region store. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | Add test for SCA region store. |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Zhongxing Xu | Only loc::MemRegionVal can be modified. This avoids... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | Rename Characteristic_t to CharacteristicKind |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Lattner | Fix the definition of __builtin_va_list on PPC, which... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | make codegen reject initializes with designators, like... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | Remember whether an initlist had a designator in the... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | pass designators into sema. This completes parser... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | implement some more FIXMEs, by rejecting more bogus... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | add some simple designator testcases. Reject things... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | improve comments, build array and array range designato... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | improve comments, build a Designation for field designa... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | restructure ParseInitializerWithPotentialDesignator... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | improve MayBeDesignationStart to do the entire determin... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | inline the decision logic that chooses between an assig... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | This patch continues parser-level implementation of... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Sebastian Redl | Allow \n for newlines in expected error messages. |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Argyrios Kyrtzidis | Don't give a default argument to ASTContext::getFunctio... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Zhongxing Xu | Remove loc::StringLiteralVal. Now we allocate regions... |
commit | commitdiff | tree | snapshot |
next |