Skip to content
  1. May 06, 2013
  2. May 04, 2013
  3. May 03, 2013
  4. May 02, 2013
  5. May 01, 2013
  6. Apr 29, 2013
    • Jordan Rose's avatar
      [analyzer] scan-view: don't ever serve absolute paths. · 63524b94
      Jordan Rose authored
      At one point in time scan-view allowed absolute paths to reference files
      within the server root, but this doesn't seem to be used anymore, and
      caused problems if a server-root-relative path actually matched an
      absolute path to an existing file. This patch just treats paths as
      server-root-relative all the time.
      
      PR15843
      
      llvm-svn: 180715
      63524b94
  7. Apr 27, 2013
  8. Apr 26, 2013
  9. Apr 25, 2013
  10. Apr 24, 2013
  11. Apr 23, 2013
  12. Apr 21, 2013
    • Richard Smith's avatar
      C++1y: Allow aggregates to have default initializers. · 852c9db7
      Richard Smith authored
      Add a CXXDefaultInitExpr, analogous to CXXDefaultArgExpr, and use it both in
      CXXCtorInitializers and in InitListExprs to represent a default initializer.
      
      There's an additional complication here: because the default initializer can
      refer to the initialized object via its 'this' pointer, we need to make sure
      that 'this' points to the right thing within the evaluation.
      
      llvm-svn: 179958
      852c9db7
  13. Apr 19, 2013
  14. Apr 18, 2013
  15. Apr 17, 2013
  16. Apr 16, 2013
  17. Apr 12, 2013
  18. Apr 11, 2013
  19. Apr 09, 2013
  20. Apr 08, 2013
Loading