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
*
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
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-2
/
+2
*
Fix analysis based warnings so that all warnings are emitted when compiling
DeLesley Hutchins
2012-12-07
1
-1
/
+1
*
Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.
DeLesley Hutchins
2012-12-05
1
-0
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-17
/
+17
*
Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...
Ted Kremenek
2012-11-12
1
-0
/
+12
*
Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...
Ted Kremenek
2012-11-10
1
-13
/
+0
*
Disable -Wimplicit-fallthrough when not using C++.
Ted Kremenek
2012-11-10
1
-0
/
+13
*
-Warc-repeated-use-of-weak: allow single reads in loops from local variables.
Jordan Rose
2012-10-29
1
-5
/
+30
*
-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.
Jordan Rose
2012-10-11
1
-4
/
+36
*
StringRef-ify Binary/UnaryOperator::getOpcodeStr
David Blaikie
2012-10-08
1
-1
/
+1
*
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-29
1
-58
/
+8
*
Fix buildbots by not using a template from another namespace.
Jordan Rose
2012-09-28
1
-8
/
+7
*
Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.
Alexander Kornienko
2012-09-28
1
-1
/
+66
*
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
1
-5
/
+28
*
Add a warning (off by default) for repeated use of the same weak property.
Jordan Rose
2012-09-28
1
-0
/
+120
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-4
/
+4
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-4
/
+4
*
Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or
DeLesley Hutchins
2012-09-19
1
-3
/
+3
*
Thread-safety analysis: differentiate between two forms of analysis; a precise
DeLesley Hutchins
2012-09-10
1
-14
/
+34
*
Continue including temporary destructors in the CFG used for warnings.
Jordan Rose
2012-09-05
1
-1
/
+2
*
[ms-inline asm] Remove old cruft now that MS-style asms their own code path.
Chad Rosier
2012-08-20
1
-7
/
+0
*
Uninitialized variables: two little changes:
Richard Smith
2012-07-17
1
-0
/
+1
*
Thread safety analysis: fixed incorrect error message at the end of a locks_r...
DeLesley Hutchins
2012-07-02
1
-0
/
+3
*
Stop referring to functions as methods in per-function fallthrough-checking.
Alexis Hunt
2012-06-15
1
-7
/
+7
*
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-06-11
1
-0
/
+6
*
Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnosti...
Alexander Kornienko
2012-06-02
1
-5
/
+16
*
In response to some discussions on IRC, tweak the wording of the new
Richard Smith
2012-05-26
1
-44
/
+112
*
Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a
Alexander Kornienko
2012-05-26
1
-2
/
+5
*
Split a chunk of -Wconditional-uninitialized warnings out into a separate flag,
Richard Smith
2012-05-25
1
-23
/
+122
*
Some cleanups around the uninitialized variables warning, and a FIXME. No fun...
Richard Smith
2012-05-24
1
-0
/
+2
*
Pull some cases of initialization with self-reference warnings out of
Richard Trieu
2012-05-09
1
-33
/
+25
*
Silence unused-variable warning when assertions are disabled.
Kaelyn Uhrain
2012-05-03
1
-0
/
+1
*
Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between
Richard Smith
2012-05-03
1
-1
/
+192
*
Fix a note without a SourceLocation.
Richard Trieu
2012-05-03
1
-0
/
+5
*
Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.
David Blaikie
2012-04-30
1
-2
/
+2
[next]