- Jul 19, 2009
-
-
Daniel Dunbar authored
llvm-svn: 76351
-
Anders Carlsson authored
llvm-svn: 76348
-
- Jul 18, 2009
-
-
Anders Carlsson authored
llvm-svn: 76343
-
Anders Carlsson authored
llvm-svn: 76339
-
Anders Carlsson authored
llvm-svn: 76338
-
Argyrios Kyrtzidis authored
llvm-svn: 76337
-
Argyrios Kyrtzidis authored
Introduce ASTLocation::getReferencedDecl(), for getting the declaration that the ASTLocation references. llvm-svn: 76336
-
Argyrios Kyrtzidis authored
llvm-svn: 76335
-
Anders Carlsson authored
llvm-svn: 76333
-
Anders Carlsson authored
llvm-svn: 76330
-
Daniel Dunbar authored
llvm-svn: 76328
-
Anders Carlsson authored
llvm-svn: 76327
-
Steve Naroff authored
llvm-svn: 76322
-
Steve Naroff authored
llvm-svn: 76321
-
Sebastian Redl authored
llvm-svn: 76320
-
Sebastian Redl authored
llvm-svn: 76318
-
Sebastian Redl authored
llvm-svn: 76317
-
Zhongxing Xu authored
llvm-svn: 76303
-
Argyrios Kyrtzidis authored
llvm-svn: 76299
-
Argyrios Kyrtzidis authored
Introduce a redecl_iterator in Decl class, so that we can do a "iterate over all declarations of the same decl" without knowing the exact type. llvm-svn: 76298
-
Argyrios Kyrtzidis authored
Introduce the Redeclarable template class, which serves as a base type defining the common interface for Decls that can be redeclared. Make FunctionDecl and VarDecl use it. llvm-svn: 76297
-
Argyrios Kyrtzidis authored
Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar. Since implicit 'self' no longer has a source location, it's not needed. (plus we also want to check for a 'self' that is visible in source code) llvm-svn: 76296
-
Argyrios Kyrtzidis authored
llvm-svn: 76295
-
Zhongxing Xu authored
llvm-svn: 76294
-
Ted Kremenek authored
Fix crash in StoreManager::NewCastRegion() when handling casts from 'id' (or whatever) to a BlockPointerType. llvm-svn: 76288
-
Ted Kremenek authored
llvm-svn: 76287
-
Ted Kremenek authored
llvm-svn: 76283
-
Ted Kremenek authored
Fix some fallout from CFGBuilder restructuring: all expressions that we explicitly handle have the possibility to be block-level expressions. llvm-svn: 76277
-
Argyrios Kyrtzidis authored
Their usefulness is questionable since redecl_iterator was introduced. llvm-svn: 76275
-
Argyrios Kyrtzidis authored
llvm-svn: 76274
-
Argyrios Kyrtzidis authored
Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl(). llvm-svn: 76273
-
Argyrios Kyrtzidis authored
llvm-svn: 76272
-
Argyrios Kyrtzidis authored
llvm-svn: 76271
-
Argyrios Kyrtzidis authored
llvm-svn: 76270
-
Argyrios Kyrtzidis authored
llvm-svn: 76269
-
Argyrios Kyrtzidis authored
llvm-svn: 76268
-
Argyrios Kyrtzidis authored
llvm-svn: 76267
-
Chris Lattner authored
populate CGM's list directly. llvm-svn: 76266
-
Chris Lattner authored
llvm-svn: 76263
-
Ted Kremenek authored
llvm-svn: 76262
-