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 |
2008-11-26 |
Argyrios Kyrtzidis | Add some comments. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Argyrios Kyrtzidis | Implement some suggestions by Daniel: |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Argyrios Kyrtzidis | Add an overload for operator<<(const DiagnosticBuilder... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Fariborz Jahanian | Removed a FIXME. Added a test case for anonymous category. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Fariborz Jahanian | Set default property attributes on each property. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Anders Carlsson | Convert incomplete array types before emitting debug... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nuno Lopes | add missing RUN lines |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Douglas Gregor | Fix a minor typo in the handling of the conditional... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Douglas Gregor | Tweak the new ResolveOverloadedCallFn to just return... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Douglas Gregor | Move the overloading logic of Sema::ActOnCallExpr to... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Zhongxing Xu | Add plugin loading for clang. This will be used to... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Devang Patel | Disable -loop-index-split for now. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Ted Kremenek | Re-apply r60071 now that raw_fd_ostream::tell has been... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Daniel Dunbar | Revert 60071, depends on uncommitted LLVM changes. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Ted Kremenek | Migrate token-cache generation logic from dummy harness... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Ted Kremenek | Add setter method PreprocessorLexer::setParsingPreproce... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nuno Lopes | remove debug-only assertion in the complex float evalua... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Daniel Dunbar | Only call TryAnnotateScopeToken when parsing C++. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Anders Carlsson | Handle returning complex types that get coerced. Fixes... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Sebastian Redl | Use RAII objects to ensure proper destruction of expres... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Daniel Dunbar | Fix 80-col violations. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Fariborz Jahanian | Refactored checking on readonly property into a method. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Fariborz Jahanian | Patch to allow over-riding of readonly property to |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Anders Carlsson | Remove more #ifdeffed code |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Anders Carlsson | Remove the #ifdeffed out code. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Nuno Lopes | add note about running the test suite with valgrind |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Nuno Lopes | remove unused var |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Douglas Gregor | Test another error message, make sure to verify C+... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Douglas Gregor | Simple parsing of exception specifications, with no... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Zhongxing Xu | Add documentation for test. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Daniel Dunbar | Comment fix. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Zhongxing Xu | Add no-warning to test case. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Fariborz Jahanian | Patch to remove bogus waring when a property declaration |
commit | commitdiff | tree | snapshot |
next |