Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7489889dd4e0fb5cd4b4176c59283da3b217f14e
/
lib
/
Index
/
Entity.cpp
5f9e272
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 13 years ago
fc8f0e1
fix a bunch of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
d931b08
De-memberify the VarDecl and FunctionDecl StorageClass enums.
by John McCall
· 14 years ago
dc01a15
Collect function definitions in the Indexer when indexing through the ASTs.
by Zhongxing Xu
· 14 years ago
6c47a9b
Local variables have no linkage, make invalid Entities.
by Zhongxing Xu
· 14 years ago
8d26bb7
Refrase comments.
by Zhongxing Xu
· 14 years ago
c8822e0
Although in C++ class name has external linkage, usually the definition of the
by Zhongxing Xu
· 14 years ago
423030c
Make FieldDecl an invalid Entity since it has no linkage.
by Zhongxing Xu
· 14 years ago
139d0b3
Indexer: make FieldDecl an internal Entity.
by Zhongxing Xu
· 14 years ago
2781deb
Cleanup using StringRef
by Kovarththanan Rajaratnam
· 15 years ago
e013d68
Move clients to use IdentifierInfo::getNameStart() instead of getName()
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
87bcb50
Support ObjC methods as Entities.
by Argyrios Kyrtzidis
· 15 years ago
dc1792c
Use an IdentifierTable for names used for Entities.
by Argyrios Kyrtzidis
· 15 years ago
52f1d47
Modify the Indexer class so that it can return the TranslationUnit that internal
by Argyrios Kyrtzidis
· 15 years ago
6d8f56f
Constify methods.
by Zhongxing Xu
· 15 years ago
f785643
constify methods.
by Zhongxing Xu
· 15 years ago
4c7c5a1
Remove the ASTContext parameter from Entity::getPrintableName().
by Argyrios Kyrtzidis
· 15 years ago
1f71727
Keep only canonical Decls in Entities.
by Argyrios Kyrtzidis
· 15 years ago
f7cf15c
Change the semantics for Entity.
by Argyrios Kyrtzidis
· 15 years ago
56aac3f
Rename Entity::getName() to Entity::getPrintableName() to make its purpose
by Zhongxing Xu
· 15 years ago
dc0b11e
Check whether the IdentifierInfo is null, before using it.
by Argyrios Kyrtzidis
· 15 years ago
53363b2
Add getName() method to Entity.
by Zhongxing Xu
· 15 years ago
c3a6540
fix file headers.
by Chris Lattner
· 15 years ago
9eec4ed
Introduce the 'Index' library.
by Argyrios Kyrtzidis
· 15 years ago