Age | Commit message (Expand) | Author |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-26 | Improve error recovery in C++: when we hit 'implicit int' cases in C++, | Chris Lattner |
2009-06-13 | Allow initializing a vector with a vector in addition to allowing a list | Eli Friedman |
2009-05-31 | Fix for PR4285: allow intializing a const wchar_t array with a wide | Eli Friedman |
2009-05-30 | Remove VarDecl from CXXConstructExpr. | Anders Carlsson |
2009-05-30 | Remove VarDecl from CheckInitializerTypes now that CXXConstructExpr doesn't n... | Anders Carlsson |
2009-05-29 | Make sure we don't give the wrong warning, and make sure not to set | Eli Friedman |
2009-05-29 | Add an assertion so that we don't accidentally build constant arrays of | Eli Friedman |
2009-05-29 | Revert r72575, which isn't really right, and fix up other code to | Eli Friedman |
2009-05-29 | Avoid dumping during semantic analysis when checking array types when | Mike Stump |
2009-05-27 | Fix another test case. | Anders Carlsson |
2009-05-27 | Relax an assert to an if check. | Anders Carlsson |
2009-05-27 | Create CXXConstructExprs when constructing via copy initialization. | Anders Carlsson |
2009-05-21 | Template instantiation for GNU array-range designators. | Douglas Gregor |
2009-05-21 | Template instantiation for C99 designated initializers, because we | Douglas Gregor |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-16 | PR3009: Get rid of bogus warning for scalar compound literals. | Eli Friedman |
2009-05-16 | Reflow some comments. | Mike Stump |
2009-05-01 | Replace more release+static_cast with takeAs. | Anders Carlsson |
2009-04-25 | fix PR4073 by making designated initializer checking code use | Chris Lattner |
2009-04-16 | Attempt to fix a read-after-free running test/Sema/designated-initializers.c. | Eli Friedman |
2009-04-15 | Implement support for designated initializers that refer to members of | Douglas Gregor |
2009-04-15 | Switch designated-initializer checking from using designator iterators | Douglas Gregor |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-01 | Add some more code modification hints | Douglas Gregor |
2009-03-28 | Make our diagnostics about the obsolete GNU designated-initializer | Douglas Gregor |
2009-03-21 | Fix a thinko in the pre-allocation strategy for structured initializer | Douglas Gregor |
2009-03-20 | When building the structured initializer list, pre-allocate storage in | Douglas Gregor |
2009-03-20 | Allow flexible array initializers that are not surrounded by | Douglas Gregor |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |
2009-03-01 | Fix PR3509 by providing correct starting locations for initializer lists | Douglas Gregor |
2009-02-28 | Eliminate CXXRecordType | Douglas Gregor |
2009-02-26 | fix a bozobug. | Chris Lattner |
2009-02-26 | ok, not as broken as I thought, just confusing. This allows | Chris Lattner |
2009-02-26 | allow wide strings to initialize arrays compatible with wchar_t. | Chris Lattner |
2009-02-24 | handle @encode interactions with array initializers. | Chris Lattner |
2009-02-24 | rename CheckStringLiteralInit to CheckStringInit and pass in the | Chris Lattner |
2009-02-24 | make SemaRef be a reference to sema, not a pointer. | Chris Lattner |
2009-02-24 | move InitListChecker to be private to SemaInit.cpp | Chris Lattner |
2009-02-24 | Make CheckSingleInitializer a static function in SemaInit.cpp | Chris Lattner |
2009-02-24 | make CheckStringLiteralInit a static function in SemaInit.cpp | Chris Lattner |
2009-02-24 | change IsStringLiteralInit into a static function in SemaInit.cpp | Chris Lattner |
2009-02-24 | move some initialization checking code from SemaDecl.cpp | Chris Lattner |
2009-02-18 | Downgrade the "excess elements in initializer" errors to warnings *in | Douglas Gregor |
2009-02-12 | Fix a bug with designated initializers where we were stepping out of a | Douglas Gregor |
2009-02-09 | When handling "the rest" of a designated array subobject, maybe sure | Douglas Gregor |
2009-02-04 | Implement semantic analysis for the GNU flexible array initialization | Douglas Gregor |
2009-02-02 | Add iterators to LookupResult, allowing one to iterate over the | Douglas Gregor |
2009-02-02 | Check value-initializations that occur when an initializer list | Douglas Gregor |
2009-01-30 | Upgrade the "excess elements in array initializer" warning to an | Douglas Gregor |