Skip to content
  1. Oct 03, 2008
    • Daniel Dunbar's avatar
      Pass postfix attributes to ActOnFields. · 15619c7e
      Daniel Dunbar authored
      llvm-svn: 56992
      15619c7e
    • Steve Naroff's avatar
      Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. · 2231569f
      Steve Naroff authored
      This is a temporary solution to help with the block rewriter (though it certainly has general utility).
      Once DeclGroup's are implemented, this SourceLocation should be stored with it (since it applies to all the decls).
      
      llvm-svn: 56985
      2231569f
    • Daniel Dunbar's avatar
      Add Builtins.def attribute for "can be a constant expression". · dc2ab174
      Daniel Dunbar authored
       - Enabled for builtins which are always constant expressions
         (__builtin_huge_val*, __builtin_inf*, __builtin_constant_p,
         __builtin_classify_type, __builtin___CFStringMakeConstantString).
      
      Added Builtin::Context::isConstantExpr.
       - Currently overly simply interface which only works for builtins
         whose constantexprness does not depend on their arguments.
      
      CallExpr::isBuiltinConstantExpr now takes an ASTContext argument.
      
      llvm-svn: 56983
      dc2ab174
  2. Oct 02, 2008
  3. Oct 01, 2008
  4. Sep 30, 2008
  5. Sep 29, 2008
  6. Sep 28, 2008
Loading