Age | Commit message (Expand) | Author |
2013-01-17 | Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not | Richard Smith |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2011-10-12 | Add returns_twice to functions that are known to return twice. This implements | Rafael Espindola |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-05 | Remove unused member of Builtin::Info. | Eli Friedman |
2011-02-26 | Provide a bit saying that a builtin undergoes custom type-checking, then | John McCall |
2010-12-21 | In C++, if the user redeclares a builtin function with a type that is | Douglas Gregor |
2010-11-30 | Add objc_getClass as an objc builtin function | Fariborz Jahanian |
2010-11-30 | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian |
2010-10-05 | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor |
2010-07-16 | Add builtin definition for scanf, including extending the builtin encoding to | Ted Kremenek |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-27 | Add noreturn for exit. | Mike Stump |
2009-07-08 | fix PR4513, a build problem with VC++, patch by James Abbatiello! | Chris Lattner |
2009-06-16 | my refactoring of builtins changed target-specific builtins to only be | Chris Lattner |
2009-06-14 | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner |
2009-06-14 | move the various builtins stuff from libast to libbasic. This | Chris Lattner |