Age | Commit message (Expand) | Author |
2009-01-09 | Replace DeclContext's vector of ScopedDecl pointers with a linked list | Douglas Gregor |
2009-01-07 | Don't ICE when messaging on 'super' receiver when class | Fariborz Jahanian |
2009-01-07 | Finished semantic analysis of anonymous unions in C++. | Douglas Gregor |
2009-01-07 | Initial implementation of anonymous unions (and, as a GNU extension, | Douglas Gregor |
2009-01-06 | Oops. Un-publicify SrcMgr::ContentCache::Buffer. | Douglas Gregor |
2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
2009-01-06 | rename tok::annot_qualtypename -> tok::annot_typename, which is both | Chris Lattner |
2009-01-06 | Misc changes to SourceManager::ContentCache: | Ted Kremenek |
2009-01-05 | PODness and Type Traits | Sebastian Redl |
2009-01-05 | remove optimization to avoid looking ahead for cases like ::foo. This | Chris Lattner |
2009-01-05 | ParseCXXSimpleTypeSpecifier can only be called on things that are | Chris Lattner |
2008-12-30 | Parser support for C++ using directives, from Piotr Rak | Douglas Gregor |
2008-12-26 | Add full dllimport / dllexport support: both sema checks and codegen. | Anton Korobeynikov |
2008-12-25 | Add parser support for __forceinline, __w64, __ptr64. | Steve Naroff |
2008-12-25 | Add parser support for __cdecl, __stdcall, and __fastcall. | Steve Naroff |
2008-12-24 | Add explicit "fuzzy" parse support for Microsoft declspec. | Steve Naroff |
2008-12-24 | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor |
2008-12-24 | Correct the order in which we cope with end-of-class-definition | Douglas Gregor |
2008-12-23 | Sema for fastcall/stdcall stuff. Tests will follow. | Anton Korobeynikov |
2008-12-22 | Full AST support and better Sema support for C++ try-catch. | Sebastian Redl |
2008-12-22 | Partial AST and Sema support for C++ try-catch. | Sebastian Redl |
2008-12-22 | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor |
2008-12-21 | Parser support for C++ try-catch. | Sebastian Redl |
2008-12-20 | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor |
2008-12-20 | Implement checks for bool in increment and decrement. | Sebastian Redl |
2008-12-19 | Fix for PR3234 | Anders Carlsson |
2008-12-18 | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor |
2008-12-18 | Clean up the C89/C++ warnings about C99 array features to not | Chris Lattner |
2008-12-18 | Merge function-return.c into function.c | Chris Lattner |
2008-12-17 | Consolidated property check into property-typecheck-1.m file. | Fariborz Jahanian |
2008-12-17 | Removed the warning | Douglas Gregor |
2008-12-17 | diagnose C99 6.9.1p5, C arguments in definitions that are lacking | Chris Lattner |
2008-12-17 | Semantics of @protocol attributes. | Fariborz Jahanian |
2008-12-16 | Patch to check for ObjC's property type. | Fariborz Jahanian |
2008-12-15 | Diagnose erroneous uses of out-of-line member definitions and scope | Douglas Gregor |
2008-12-15 | Place constructors and destructors into the DeclContext of the class, | Douglas Gregor |
2008-12-12 | fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ... | Chris Lattner |
2008-12-12 | Implement rdar://6138816 - [sema] named bitfields cannot have 0 width | Chris Lattner |
2008-12-10 | Added a warning when referencing an if's condition variable in the | Douglas Gregor |
2008-12-08 | Changed 'readonly' 'retain/copy' diagnostics into | Fariborz Jahanian |
2008-12-07 | a minor grammar fix | Chris Lattner |
2008-12-07 | Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. | Anders Carlsson |
2008-12-06 | Improve error reporting of property and setter/getter | Fariborz Jahanian |
2008-12-06 | Add diagnostics for bitfields. | Anders Carlsson |
2008-12-06 | Simplify some diagnostics. | Anders Carlsson |
2008-12-05 | This test checks for duplicate implementation of the same | Fariborz Jahanian |
2008-12-05 | (instance/class) Method type checking between class and its implementation. | Fariborz Jahanian |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-12-05 | Use VerifyIntegerConstantExpression instead of isIntegerConstantExpr. Fixes P... | Anders Carlsson |
2008-12-04 | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner |