Skip to content
  1. Jan 15, 2009
    • Ted Kremenek's avatar
      PTH: Embed a persistentID side-table in the PTH file that is sorted in the · bef9fc22
      Ted Kremenek authored
      lexical order of the corresponding identifier strings. This will be used for a
      forthcoming optimization. This slows down PTH generation time by 7%. We can
      revert this change if the optimization proves to not be valuable.
      
      llvm-svn: 62248
      bef9fc22
    • Douglas Gregor's avatar
      Initial implementation of member name lookup · 960b5bc7
      Douglas Gregor authored
      llvm-svn: 62247
      960b5bc7
    • Daniel Dunbar's avatar
      ccc: Implement support clang PTH using gcc PCH style interface. · 87cb84e9
      Daniel Dunbar authored
      This requires some hackery, as gcc's PCH mechanism changes behavior,
      whereas while PTH is simply a cache. Notably:
      
       - Automatically cause clang to load a .pth file if we find one that
         matches a command line -include argument (similar to how gcc
         looks for .gch files).
      
       - When generating precompiled headers, translate the suffix from .gch
         to .pth (so we do not conflict with actual gcc PCH files).
      
       - When generating precompiled headers, copy the input header to the
         same location as the output PTH file. This is necessary because gcc
         supports -include xxx.h even if xxx.h doesn't exist, but for clang
         we need to actually have the contents of this file available.
      
      llvm-svn: 62246
      87cb84e9
  2. Jan 14, 2009
  3. Jan 13, 2009
Loading