| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 76546
|
| |
|
|
|
|
|
|
|
|
| |
Entity can now refer to declarations that are not visible outside the translation unit.
It is a wrapper of a pointer union, it's either a Decl* for declarations that don't
"cross" translation units, or an EntityImpl* which is associated with the specific "visible" Decl.
Included is a test case for handling fields across translation units.
llvm-svn: 76515
|
| |
|
|
| |
llvm-svn: 76294
|
| |
|
|
|
|
| |
more obvious.
llvm-svn: 76167
|
| |
|
|
|
|
| |
a public static method of ASTLocation.
llvm-svn: 76166
|
| |
|
|
|
|
| |
code with the new method.
llvm-svn: 76164
|
| |
|
|
| |
llvm-svn: 76161
|
| |
|
|
|
|
|
|
| |
- add IfStmt visitor.
- print information only when a function has callee. Otherwise its ASTContext
map is NULL.
llvm-svn: 76156
|
|
|
llvm-svn: 75873
|