index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
BodyFarm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Fix more ObjC accessor body farms after 2073dd2d.
Artem Dergachev
2019-12-04
1
-4
/
+8
*
[analyzer] Fix Objective-C accessor body farms after 2073dd2d.
Artem Dergachev
2019-11-21
1
-40
/
+51
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-0
/
+10
*
[analyzer] Fix more analyzer warnings on analyzer and libAnalysis.
Artem Dergachev
2019-08-28
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-12
/
+12
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+1
*
[analyzer] Unbreak body farms in presence of multiple declarations.
Artem Dergachev
2019-04-23
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Do not try to body-farm Objective-C properties with custom accessors.
Artem Dergachev
2019-01-18
1
-0
/
+5
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-11
/
+11
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-3
/
+2
*
[AST] Only store the needed data in IfStmt
Bruno Ricci
2018-10-27
1
-15
/
+18
*
Remove trailing space
Fangrui Song
2018-07-30
1
-25
/
+25
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-1
/
+1
*
[analyzer] Do not crash on callback for call_once passed by value
George Karpenkov
2018-05-16
1
-10
/
+13
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-15
/
+16
*
[analyzer] Fix yet-another-crash in body-farming std::call_once
George Karpenkov
2018-02-02
1
-1
/
+10
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-3
/
+6
*
[AST] Inline CompoundStmt contents into the parent allocation.
Benjamin Kramer
2017-12-24
1
-1
/
+1
*
[analyzer] Model correct dispatch_once() 'done' value in BodyFarm
Devin Coughlin
2017-11-06
1
-21
/
+16
*
[analyzer] do not crash on libcxx03 call_once implementation
George Karpenkov
2017-11-03
1
-8
/
+16
*
[Analyzer] Remove spaces inside comments mentioning the parameter name,
George Karpenkov
2017-10-25
1
-34
/
+34
*
[Analyzer] Handle implicit function reference in bodyfarming std::call_once
George Karpenkov
2017-10-24
1
-8
/
+20
*
[Analyzer] Do not use static storage to for implementations created in BodyFa...
George Karpenkov
2017-10-23
1
-1
/
+1
*
[Analyzer] Correctly handle parameters passed by reference when bodyfarming s...
George Karpenkov
2017-10-20
1
-14
/
+44
*
[Analyzer] Always use non-reference types when creating expressions in BodyFarm.
George Karpenkov
2017-10-17
1
-22
/
+14
*
[Analyzer] Support bodyfarming libstdc++ implementation of std::call_once.
George Karpenkov
2017-10-11
1
-19
/
+25
*
[Analyzer] Do not segfault on unexpected call_once implementation
George Karpenkov
2017-10-09
1
-16
/
+22
*
[Analyzer] Avoid copy and modifying passed reference in BodyFarm::create_call...
George Karpenkov
2017-10-02
1
-16
/
+18
*
[Analysis] Remove unused makeLvalueToRValue variant.
Davide Italiano
2017-09-30
1
-13
/
+0
*
[Analyzer] Synthesize function body for std::call_once
George Karpenkov
2017-09-30
1
-28
/
+288
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-2
/
+2
*
[analyzer] Fix crash in body farm for getter without implicit self.
Devin Coughlin
2017-01-11
1
-0
/
+2
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-4
/
+4
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-2
/
+2
*
[analyzer] Include comment mistakenly left out of r261243. NFC.
Devin Coughlin
2016-02-18
1
-0
/
+8
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-1
/
+1
*
[analyzer] Body farm: Look for property ivar in shadowing readwrite property.
Devin Coughlin
2016-01-26
1
-1
/
+40
*
Refactor: simplify boolean conditional return statements in lib/Analysis
Alexander Kornienko
2015-11-06
1
-4
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-1
/
+1
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-1
/
+1
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-0
/
+2
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-5
/
+3
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-38
/
+39
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-4
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-3
/
+3
*
[analyzer] Tighten up sanity checks on Objective-C property getter synthesis.
Jordan Rose
2014-01-23
1
-5
/
+22
[next]