llvm-project/polly/lib/Analysis
Johannes Doerfert 9e7b17b0d4 Added arcanist linters and cleaned errors and warnings
Arcanist (arc) will now always run linters before uploading any new
  commit to Phabricator. All errors/warnings (or their absence) will be
  shown in the web interface together with a explanation by the commiter
  (arcanist will ask the commiter if the build was not clean).

  The linters include:
    - clang-format
    - spelling check
    - permissions check (aka. chmod)
    - filename check
    - merge conflict marker check
  Note, that their scope is sometimes limited (see .arclint for
  details).

  This commit also fixes all errors and warnings these linters reported,
  namely:
    - spelling mistakes and typos
    - executable permissions for various text files

Differential Revision: http://reviews.llvm.org/D4916

llvm-svn: 215871
2014-08-18 00:40:13 +00:00
..
Dependences.cpp Annotate the IslAst with broken reductions 2014-08-01 08:17:19 +00:00
ScopDetection.cpp Diagnostic: Provide end-user message for non-affine access function errors 2014-08-17 10:09:11 +00:00
ScopDetectionDiagnostic.cpp Diagnostic: Provide end-user message for non-affine loop bound errors 2014-08-17 10:09:15 +00:00
ScopGraphPrinter.cpp Update formatting with clang-format. 2014-07-20 05:28:52 +00:00
ScopInfo.cpp Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
ScopPass.cpp 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
TempScopInfo.cpp Update for RegionInfo changes. 2014-07-19 18:40:17 +00:00