]> granicus.if.org Git - clang/commitdiff
Moved RangedConstraintManager header to the StaticAnalyser include dir
authorMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Mon, 4 Jun 2018 00:23:01 +0000 (00:23 +0000)
committerMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Mon, 4 Jun 2018 00:23:01 +0000 (00:23 +0000)
Summary:
Moved `RangedConstraintManager` header from  `lib/StaticAnalyzer/Core/` to `clang/StaticAnalyzer/Core/PathSensitive/`. No changes to the code.

Reviewers: NoQ, george.karpenkov, dcoughlin

Reviewed By: george.karpenkov

Subscribers: NoQ, george.karpenkov, dcoughlin, ddcc

Differential Revision: https://reviews.llvm.org/D47640

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333862 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h [moved from lib/StaticAnalyzer/Core/RangedConstraintManager.h with 100% similarity]
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
lib/StaticAnalyzer/Core/RangedConstraintManager.cpp

index 9c2db6681fc18af0b88989737c6fa0b9bf455310..c081a65002738559e32ea7e31d01f246f95b4094 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "RangedConstraintManager.h"
 #include "clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h"
 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
+#include "clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/ImmutableSet.h"
 #include "llvm/Support/raw_ostream.h"
index 55ff15806efe60e6701c58b1850599c1a303e37f..1499d4989961ac806f86b646ddf3c175f3ddd0a2 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "RangedConstraintManager.h"
 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
+#include "clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h"
 
 namespace clang {