Skip to content
  1. Dec 05, 2008
    • Douglas Gregor's avatar
      Representation of template type parameters and non-type template · 5101c24f
      Douglas Gregor authored
      parameters, with some semantic analysis:
        - Template parameters are introduced into template parameter scope
        - Complain about template parameter shadowing (except in Microsoft mode)
      
      Note that we leak template parameter declarations like crazy, a
      problem we'll remedy once we actually create proper declarations for
      templates. 
      
      Next up: dependent types and value-dependent/type-dependent
      expressions.
      
      llvm-svn: 60597
      5101c24f
  2. Nov 11, 2008
  3. Oct 26, 2008
Loading