Skip to content
  1. Dec 14, 2007
    • Kevin's avatar
      IE Menu Problem... · c3286e9c
      Kevin authored
      Originally, I included CSS hacks for IE.
      However, my comments before the doctype was the reason IE was running in non-strict mode.  I did not know this.
      When Chris removed the comments, IE correctly went into strict mode and my IE hacks were no longer needed (the hacks were getting in the way now).
      solution:
      *) Make sure doctype is first on all files
      *) removed all IE hacks from menu.css (since the doctype issue fixes IE)
      
      llvm-svn: 45025
      c3286e9c
    • Seo Sanghyeon's avatar
      Array subscription in aggregate expression · d4d8c3c7
      Seo Sanghyeon authored
      llvm-svn: 45023
      d4d8c3c7
    • Seo Sanghyeon's avatar
      Implement dereference operator in aggregate expression · 3abb6d84
      Seo Sanghyeon authored
      llvm-svn: 45020
      3abb6d84
  2. Dec 13, 2007
  3. Dec 12, 2007
    • Ted Kremenek's avatar
      TargetInfo no longer includes a reference to SourceManager. · 1daa3cfb
      Ted Kremenek authored
      Moved all clients of Diagnostics to use FullSourceLoc instead of SourceLocation.
      Added many utility methods to FullSourceLoc to provide shorthand for:
      
          FullLoc.getManager().someMethod(FullLoc.getLocation());
          
      instead we have:
      
          FullLoc.someMethod();
          
      Modified TextDiagnostics (and related classes) to use this short-hand.
      
      llvm-svn: 44957
      1daa3cfb
    • Steve Naroff's avatar
      · f44cb638
      Steve Naroff authored
      Encode enumeral types.
      
      llvm-svn: 44956
      f44cb638
Loading