Skip to content
  • Reid Spencer's avatar
    558269c8
    Changes for LLVM coding standard compliance: · 558269c8
    Reid Spencer authored
      1. Remove tabs
      2. Wrap to 80 columns
      3. Put spaces between "if" or "elsif" and expression
      4. Put { on same line as if statement.
      5. Make indentation be 2 spaces.
    Functionality change:
      Run utils/countloc.sh after the build is done. This is necessary because
      that script now uses llvm-config to find the top src directory.
    
    llvm-svn: 29651
    558269c8
    Changes for LLVM coding standard compliance:
    Reid Spencer authored
      1. Remove tabs
      2. Wrap to 80 columns
      3. Put spaces between "if" or "elsif" and expression
      4. Put { on same line as if statement.
      5. Make indentation be 2 spaces.
    Functionality change:
      Run utils/countloc.sh after the build is done. This is necessary because
      that script now uses llvm-config to find the top src directory.
    
    llvm-svn: 29651
Loading