index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
AnalysisBasedWarnings.cpp
Age
Commit message (
Expand
)
Author
2011-07-16
Remove a gcc warning.
Fariborz Jahanian
2011-07-08
Initialize all the AnalysisBasedWarnings statistics to zero.
Benjamin Kramer
2011-07-06
Based on comments from Chris, switch to using CFG::getNumBlockIDs()
Chandler Carruth
2011-07-06
Build up statistics about the work done for analysis based warnings.
Chandler Carruth
2011-07-02
When producing -Wuninitialized Fix-Its for pointers, prefer " = NULL"
Douglas Gregor
2011-05-11
Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy,
John McCall
2011-04-05
Simplify the tracking of when to issue a fixit hint, making the helper
Chandler Carruth
2011-04-05
Separate the logic for issuing the initialization fixit hint from the
Chandler Carruth
2011-04-05
Begin refactoring the uninitialized warning code that I uglied up. This
Chandler Carruth
2011-04-05
Fix PR9624 by explicitly disabling uninitialized warnings for direct self-init:
Chandler Carruth
2011-04-05
Cleanup the style of some of this code prior to functional changes.
Chandler Carruth
2011-04-04
Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...
Ted Kremenek
2011-04-04
-Wuninitialized: use "self-init" warning when issue uninitialized values warn...
Ted Kremenek
2011-04-04
-Wuninitialized: don't issue fixit for initializer if a variable declaration ...
Ted Kremenek
2011-03-19
Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.
Ted Kremenek
2011-03-17
Don't construct two CFGs just to run -Wuninitialized. While this causes new ...
Ted Kremenek
2011-03-15
Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...
Ted Kremenek
2011-03-15
Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...
Ted Kremenek
2011-03-15
Rename UninitializedValuesV2 to UninitializedValues.
Ted Kremenek
2011-03-10
When doing reachability analysis for warnings issued under DiagRuntimeBehavio...
Ted Kremenek
2011-03-03
Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destr...
Ted Kremenek
2011-03-02
Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actuall...
Ted Kremenek
2011-02-23
Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...
Ted Kremenek
2011-02-23
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.
Ted Kremenek
2011-02-23
Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(...
Ted Kremenek
2011-02-05
Don't suggest -Wuninitialized fixits for uninitialized enum types.
Ted Kremenek
2011-02-02
Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...
Ted Kremenek
2011-02-01
Add temporary hack to -Wuninitialize to create a separate CFG (for C++ code) ...
Ted Kremenek
2011-01-27
Tweak -Wuninitialized fixit for '_Bool' types to be initialized to 0, and C++...
Ted Kremenek
2011-01-27
Teach -Wuninitialized to suggest "= false" for initializing bool variables.
Ted Kremenek
2011-01-26
Teach -Wreturn-type that destructors can appear
Ted Kremenek
2011-01-25
Fix regression in -Wreturn-type caused by not
Ted Kremenek
2011-01-25
Teach -Wuninitialized-experimental to also warn
Ted Kremenek
2011-01-21
Provide -Wuninitialized-experimental fixits
Ted Kremenek
2011-01-21
Add basic fixits for -Wuninitialized-experimental
Ted Kremenek
2011-01-21
Enhance -Wuninitialized-experimental diagnostics
Ted Kremenek
2011-01-18
Teach UninitializedValuesV2 to implicitly reason about C++
Ted Kremenek
2011-01-17
Handle base and member destructors in CheckFallThrough.
Anders Carlsson
2011-01-16
Fix a bug where the -Wmissing-noreturn would always treat constructors with b...
Anders Carlsson
2011-01-15
Add initial prototype for implementation of
Ted Kremenek
2011-01-08
Remove a kludge from analysis based warnings that used to detect
Chandler Carruth
2010-12-15
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-09-16
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-09
Enhance -Wreturn-type to not warn when control-flow is most likely limited by...
Ted Kremenek
2010-08-25
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
Remove Sema.h's dependency on DeclCXX.h.
John McCall
2010-08-25
Remove AnalysisBasedWarnings.h's dependency on Type.h
John McCall
2010-08-24
Struggle mightily against header inclusion in Sema.h.
John McCall
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
[prev]
[next]