summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/Entity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Constify methods.Zhongxing Xu2009-07-241-1/+1
* constify methods.Zhongxing Xu2009-07-231-1/+1
* Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis2009-07-211-4/+15
* Keep only canonical Decls in Entities.Argyrios Kyrtzidis2009-07-211-0/+2
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-47/+77
* Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu2009-07-171-3/+3
* Check whether the IdentifierInfo is null, before using it.Argyrios Kyrtzidis2009-07-171-0/+3
* Add getName() method to Entity.Zhongxing Xu2009-07-151-0/+7
* fix file headers.Chris Lattner2009-07-121-1/+1
* Introduce the 'Index' library.Argyrios Kyrtzidis2009-07-051-0/+132
OpenPOWER on IntegriCloud