index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AST] Inline CompoundStmt contents into the parent allocation.
Benjamin Kramer
2017-12-24
1
-1
/
+1
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-4
/
+4
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
2
-0
/
+2
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-12-07
2
-142
/
+177
*
[analyzer] Teach RetainCountChecker about CoreMedia APIs
Devin Coughlin
2017-11-25
1
-3
/
+10
*
[Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determi...
Aleksei Sidorin
2017-11-21
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] Removing unused stored field.
George Karpenkov
2017-11-01
1
-1
/
+1
*
[Analyzer] Use value storage for BodyFarm
George Karpenkov
2017-11-01
1
-8
/
+5
*
[Analyzer] Give more descriptive name to BdyFrm field.
George Karpenkov
2017-10-25
1
-3
/
+3
*
[Analyzer] Remove spaces inside comments mentioning the parameter name,
George Karpenkov
2017-10-25
1
-34
/
+34
*
[Analyzer] Store BodyFarm in std::unique_ptr
George Karpenkov
2017-10-24
1
-7
/
+2
*
[Analyzer] Fix for the memory leak: fix typo in if-statement.
George Karpenkov
2017-10-24
1
-1
/
+1
*
[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
3
-75
/
+20
*
[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
*
[clang] Add getUnsignedPointerDiffType method
Alexander Shaposhnikov
2017-09-28
2
-5
/
+3
*
Consolidate std::move() detection code. No behavior change.
Nico Weber
2017-09-28
2
-12
/
+6
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
7
-7
/
+7
*
[AST] Add TableGen for StmtDataCollectors
Johannes Altmanninger
2017-09-06
1
-1
/
+1
*
[analyzer] MinComplexityConstraint now early exits and only does one macro st...
Raphael Isemann
2017-09-03
1
-8
/
+10
*
std::function -> llvm::function_ref. NFC.
Benjamin Kramer
2017-09-01
1
-1
/
+2
*
[analyzer] Performance optimizations for the CloneChecker
Raphael Isemann
2017-08-31
1
-6
/
+22
*
[analyzer] Make StmtDataCollector customizable
Johannes Altmanninger
2017-08-23
1
-44
/
+68
*
Implement CFG construction for __try / __except / __leave.
Nico Weber
2017-08-23
1
-10
/
+148
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
2
-0
/
+26
*
Reland "Thread Safety Analysis: fix assert_capability."
Josh Gao
2017-08-08
1
-2
/
+17
*
Revert "Thread Safety Analysis: fix assert_capability."
Josh Gao
2017-08-01
1
-17
/
+2
*
Thread Safety Analysis: fix assert_capability.
Josh Gao
2017-08-01
1
-2
/
+17
*
[clang] Fix handling of "%zd" in scanf
Alexander Shaposhnikov
2017-07-20
1
-3
/
+2
*
[clang] Fix handling of "%zd" format specifier
Alexander Shaposhnikov
2017-07-14
1
-3
/
+2
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
2
-45
/
+181
*
[analyzer] Faster hashing of subsequences in CompoundStmts.
Raphael Isemann
2017-07-09
1
-9
/
+20
*
[analyzer] Make StmtDataCollector part of the CloneDetection API
Raphael Isemann
2017-07-09
1
-185
/
+3
*
Changed wording in comment
Raphael Isemann
2017-06-21
1
-2
/
+1
*
[analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto ...
Leslie Zhai
2017-06-20
1
-1
/
+1
*
[analyzer] Teach CloneDetection about Qt Meta-Object Compiler
Leslie Zhai
2017-06-19
1
-1
/
+18
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
3
-0
/
+4
*
[coroutines] Fix fallthrough diagnostics for coroutines
Eric Fiselier
2017-05-25
1
-0
/
+2
*
Fix PR13910: Don't warn that __builtin_unreachable() is unreachable
Alex Lorenz
2017-04-11
1
-2
/
+9
[next]