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
/
Sema
/
AnalysisBasedWarnings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-3
/
+3
*
Fix a bad interaction between -Wtautological-overlap-compare and delayed
Richard Trieu
2014-04-15
1
-4
/
+11
*
Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,
Richard Trieu
2014-04-05
1
-0
/
+39
*
Turn off -Wmissing-noreturn warning for blocks
Fariborz Jahanian
2014-04-03
1
-6
/
+2
*
Updating the capability attribute diagnostics to be more capability-neutral. ...
Aaron Ballman
2014-04-01
1
-35
/
+46
*
Improve -Wunreachable-code to provide a means to indicate code is intentional...
Ted Kremenek
2014-03-29
1
-1
/
+14
*
The release_capability, release_shared_capability and release_generic_capabil...
Aaron Ballman
2014-03-21
1
-1
/
+9
*
[-Wunreachable-code] add a specialized diagnostic for unreachable increment e...
Ted Kremenek
2014-03-21
1
-1
/
+5
*
[-Wunreachable-code] Simplify and broad -Wunreachable-code-return, including ...
Ted Kremenek
2014-03-20
1
-1
/
+1
*
Further refine -Wunreachable-code groups so that -Wno-unreachable-code-break ...
Ted Kremenek
2014-03-15
1
-10
/
+19
*
Start breaking -Wunreachable-code up into different diagnostic groups.
Ted Kremenek
2014-03-15
1
-2
/
+15
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-22
/
+26
*
[-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'.
Ted Kremenek
2014-03-09
1
-1
/
+1
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-33
/
+15
*
As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a ...
Nick Lewycky
2014-02-27
1
-0
/
+1
*
Hoist culling of -Wunreachable-code from headers before we even run the analy...
Ted Kremenek
2014-02-25
1
-6
/
+10
*
Experiment with making -Wunreachable-code more immediately useful by restrict...
Ted Kremenek
2014-02-18
1
-0
/
+6
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-3
/
+3
*
[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
2014-01-13
1
-0
/
+1
*
Ignore qualified templated functions for -Winfinite-recursion. This treats
Richard Trieu
2014-01-04
1
-0
/
+12
*
Add -Winfinite-recursion to Clang
Richard Trieu
2013-12-21
1
-0
/
+99
*
Consumed analysis: Add param_typestate attribute, which specifies that
DeLesley Hutchins
2013-10-17
1
-0
/
+9
*
Consumed Analysis: Allow parameters that are passed by non-const reference
DeLesley Hutchins
2013-10-17
1
-0
/
+12
*
Move comment to its proper place.
Ted Kremenek
2013-10-14
1
-2
/
+2
*
Consumed analysis: switch from tests_consumed/unconsumed to a general
DeLesley Hutchins
2013-10-11
1
-9
/
+0
*
Consumed analysis: improve loop handling. The prior version of the analysis
DeLesley Hutchins
2013-10-09
1
-0
/
+7
*
Consumed Analysis: Change callable_when so that it can take a list of states
DeLesley Hutchins
2013-10-04
1
-24
/
+8
*
PR17290: Use 'false' macro in fix-it hint for initializing a variable of type
Richard Smith
2013-09-20
1
-7
/
+7
*
PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a
Richard Smith
2013-09-12
1
-10
/
+42
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-1
/
+1
*
Consumed analysis: add return_typestate attribute.
DeLesley Hutchins
2013-09-03
1
-31
/
+17
*
Update to consumed analysis.
DeLesley Hutchins
2013-08-22
1
-4
/
+3
*
AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, ...
NAKAMURA Takumi
2013-08-13
1
-6
/
+0
*
Remove Sema includes from Analysis code to fix layering
Reid Kleckner
2013-08-12
1
-3
/
+5
*
Patch by Chris Wailes <chris.wailes@gmail.com>.
DeLesley Hutchins
2013-08-12
1
-6
/
+132
*
Compress pairs. No functionality change.
Benjamin Kramer
2013-06-29
1
-8
/
+7
*
Don't use unnamed local enums as template arguments.
Joerg Sonnenberger
2013-06-26
1
-1
/
+1
*
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-08
1
-2
/
+6
*
Fixed "fallthrough annotation does not directly precede switch label" warning in
Alexander Kornienko
2013-04-02
1
-0
/
+4
*
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-03-01
1
-1
/
+1
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-4
/
+4
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-6
/
+6
*
Fixed diagnostic nondeterministic order bug (pr14901).
Enea Zaffanella
2013-02-15
1
-7
/
+10
*
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-07
1
-3
/
+16
*
Fixed segmentation fault when a CFGBlock has NULL successor.
Alexander Kornienko
2013-02-01
1
-1
/
+1
*
Don't warn on fall-through from unreachable code.
Alexander Kornienko
2013-01-30
1
-3
/
+25
*
Silence unintended fallthrough diagnostic on a case label preceded with a nor...
Alexander Kornienko
2013-01-25
1
-0
/
+4
*
Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...
Alexander Kornienko
2013-01-25
1
-5
/
+10
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-2
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
[next]