Skip to content
  1. Jul 23, 2009
  2. Jul 22, 2009
  3. Jul 21, 2009
  4. Jul 20, 2009
  5. Jul 19, 2009
  6. Jul 18, 2009
  7. Jul 17, 2009
  8. Jul 16, 2009
  9. Jul 15, 2009
    • Ted Kremenek's avatar
      Lexically order files in CMakeLists.txt files. · 3e808eda
      Ted Kremenek authored
      llvm-svn: 75832
      3e808eda
    • Steve Naroff's avatar
      Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say... · 1329fa0e
      Steve Naroff authored
      Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective).
      
      This removes the static data/methods on ObjCObjectPointerType while preserving the nice API (no need to fiddle with ASTContext:-).
      
      This patch also adds Type::isObjCBuiltinType().
      
      This should be the last fairly large patch related to recrafting the ObjC type system. The follow-on patches should be fairly small.
      
      llvm-svn: 75808
      1329fa0e
Loading