Go to file
Ted Kremenek 0666a6ce70 Selector: (changes made after discussing this more with Steve Naroff)
- Make Selector::getAsIdentifierInfo() private.  Using IdentifierInfo* in
  Selector is an implementation detail that clients shouldn't think about.
- Modify diagnostic emission in Sema::ProcessPropertyDecl to not use
  Selector::getAsIdentifierInfo() (which could crash when IdentifierInfo* is
  null) and instead use Selector::getAsString().
- Tidy up Selector::getAsString() implementation.

llvm-svn: 66313
2009-03-07 01:22:02 +00:00
clang Selector: (changes made after discussing this more with Steve Naroff) 2009-03-07 01:22:02 +00:00
llvm Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. 2009-03-06 22:26:07 +00:00