Skip to content
  1. May 10, 2013
    • Alexander Kornienko's avatar
      Config file support for clang-format, part 2. · 49149677
      Alexander Kornienko authored
      Summary:
      Adds actual config file reading to the clang-format utility.
      Configuration file name is .clang-format. It is looked up for each input file
      in its parent directories starting from immediate one. First found .clang-format
      file is used. When using standard input, .clang-format is searched starting from
      the current directory.
      Added -dump-config option to easily create configuration files.
      
      Reviewers: djasper, klimek
      
      Reviewed By: klimek
      
      CC: cfe-commits, jordan_rose, kimgr
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D758
      
      llvm-svn: 181589
      49149677
  2. May 07, 2013
  3. May 06, 2013
  4. May 04, 2013
  5. May 03, 2013
  6. May 02, 2013
  7. May 01, 2013
  8. 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
  9. Apr 27, 2013
  10. Apr 26, 2013
  11. Apr 25, 2013
  12. Apr 24, 2013
  13. Apr 23, 2013
  14. 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
  15. Apr 19, 2013
  16. Apr 18, 2013
  17. Apr 17, 2013
  18. Apr 16, 2013
  19. Apr 12, 2013
  20. Apr 11, 2013
Loading