"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b4dbc17acd0b854f4071b876f4f36d33a630bb28"
Change Parser & Sema to use interned "super" for comparions.
- Added as private members for each because it is not clear where to put the common definition. Perhaps the IdentifierInfos all of these "pseudo-keywords" should be collected into one place (this would KnownFunctionIDs and Objective-C property IDs, for example). Remove Token::isNamedIdentifier. - There isn't a good reason to use strcmp when we have interned strings, and there isn't a good reason to encourage clients to do so. llvm-svn: 54794
Loading
Please register or sign in to comment