Skip to content
  1. Dec 21, 2012
  2. Dec 04, 2012
  3. Dec 03, 2012
    • Chandler Carruth's avatar
      Teach the include sorter to not choke on include guards. ;] · 6a451d03
      Chandler Carruth authored
      Kind of important when prepping the include/... tree version of the sort
      changes.
      
      llvm-svn: 169132
      6a451d03
    • Chandler Carruth's avatar
      Add a completely hack-ish tool to sort includes according to the coding · cba0f3dd
      Chandler Carruth authored
      standards.
      
      I am a terrible Python programmer. Patches more the welcome. Please tell
      me how this should look if it should look differently. It's just a tiny
      little script so it didn't make sense to go through pre-commit review,
      especially as someone who actually knows python may want to just rip it
      apart and do it The Right Way.
      
      I will be preparing a commit shortly that uses this script to
      canonicalize *all* of the #include lines in LLVM. Really, all of them.
      
      llvm-svn: 169125
      cba0f3dd
Loading