David Blaikie
|
8ee697fb1b
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
|
10 năm trước cách đây |
David Blaikie
|
db7770b837
Remove a use of raw pointer ownership (then non-ownership) in TrimmedGraph::popNextReportGraph
|
11 năm trước cách đây |
David Blaikie
|
71c982873a
unique_ptrify ExplodedGraph::trim
|
11 năm trước cách đây |
David Blaikie
|
cb5694cd3d
unique_ptrify BugReporter::visitors
|
11 năm trước cách đây |
David Blaikie
|
805714ac36
unique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic
|
11 năm trước cách đây |
David Blaikie
|
bacd216359
unique_ptrify thep passing of BugReports to BugReportEquivClass
|
11 năm trước cách đây |
David Blaikie
|
f990758c7b
unique_ptrify PathDiagnostic::setEndOfPath's argument
|
11 năm trước cách đây |
David Blaikie
|
8b29c79969
unique_ptr-ify PathDiagnosticPiece ownership
|
11 năm trước cách đây |
Ted Kremenek
|
fdf0d35132
Add support for the static analyzer to synthesize function implementations from external model files.
|
11 năm trước cách đây |
Alp Toker
|
c556f81241
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
|
11 năm trước cách đây |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 năm trước cách đây |
Jordan Rose
|
022878f852
[analyzer] Fix a leak found by LSan.
|
11 năm trước cách đây |
Chandler Carruth
|
2e5043a88c
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
|
11 năm trước cách đây |
Ted Kremenek
|
08abb12b08
[analyzer] Fix a bad bug in reversePropagateInterstingSymbols() where only one subexpression of BinaryOperator would be explored.
|
11 năm trước cách đây |
Craig Topper
|
83daac80e9
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 năm trước cách đây |
Anton Yartsev
|
e018c7b00c
[analyzer] Eliminate memory leak in BugReporter::emitReport()
|
11 năm trước cách đây |
Benjamin Kramer
|
c81e2906c1
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate.
|
11 năm trước cách đây |
Ahmed Charles
|
f8b74ee5f0
[C++11] Replace OwningPtr include with <memory>.
|
11 năm trước cách đây |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 năm trước cách đây |
Ahmed Charles
|
789a4f820d
Change OwningPtr::take() to OwningPtr::release().
|
11 năm trước cách đây |
Ted Kremenek
|
d824372692
Remove dead return in BugReporter (found via -Wunreachable-code).
|
11 năm trước cách đây |
Benjamin Kramer
|
ba9fd9e97e
[C++11] Replace llvm::tie with std::tie.
|
11 năm trước cách đây |
Benjamin Kramer
|
1824794b41
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
11 năm trước cách đây |
Reid Kleckner
|
26b55ea31d
Use llvm::DeleteContainerSeconds when possible
|
11 năm trước cách đây |
Alexander Kornienko
|
15c01b27f5
Expose the name of the checker producing each diagnostic message.
|
11 năm trước cách đây |
Chandler Carruth
|
4b9be6e25f
Sort all the #include lines with LLVM's utils/sort_includes.py which
|
11 năm trước cách đây |
Alp Toker
|
759afce785
Only mark dump() function definitions 'used' in debug builds
|
11 năm trước cách đây |
Jordan Rose
|
64cc0c37f7
[analyzer] Specialize "loop executed 0 times" for for-in and for-range loops.
|
11 năm trước cách đây |
Jordan Rose
|
d3d0dcfbf7
[analyzer] Don't draw edges to C++11 in-class member initializers.
|
12 năm trước cách đây |
Jordan Rose
|
31b71f3097
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
|
12 năm trước cách đây |