Skip to content
  1. Sep 09, 2010
  2. Sep 08, 2010
  3. Sep 07, 2010
  4. Sep 06, 2010
  5. Sep 04, 2010
  6. Sep 03, 2010
  7. Sep 02, 2010
  8. Sep 01, 2010
  9. Aug 31, 2010
  10. Aug 30, 2010
  11. Aug 29, 2010
    • Alexis Hunt's avatar
      Implement C++0x user-defined string literals. · 79eb5469
      Alexis Hunt authored
      The extra data stored on user-defined literal Tokens is stored in extra
      allocated memory, which is managed by the PreprocessorLexer because there isn't
      a better place to put it that makes sure it gets deallocated, but only after
      it's used up. My testing has shown no significant slowdown as a result, but
      independent testing would be appreciated.
      
      llvm-svn: 112458
      79eb5469
  12. Aug 27, 2010
  13. Aug 26, 2010
Loading