summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/AnalysisBasedWarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-12/+12
* Thread safety: refactoring various out of scope warnings to use the same inte...Caitlin Sadowski2011-09-151-12/+15
* Thread safety: reverting to use separate warning for requirement to hold any ...Caitlin Sadowski2011-09-141-4/+9
* Thread safety: Initializing var before exhaustive switch statement to deal wi...Caitlin Sadowski2011-09-131-1/+1
* Switch -Wreturn-type to completely rely on the CFG model of no-return.Chandler Carruth2011-09-131-47/+18
* Show either a location or a fixit note, not both, for uninitialized variable ...David Blaikie2011-09-101-52/+51
* Fix a diagnostics crasher with -Wmissing-noreturn in Objective-CDouglas Gregor2011-09-101-1/+4
* Thread safety: This patch deals with previously unhandled cases when building...Caitlin Sadowski2011-09-091-0/+4
* Thread Safety: Moving the analysis to a new fileCaitlin Sadowski2011-09-091-799/+1
* Thread safety: refactoring test casesCaitlin Sadowski2011-09-091-14/+3
* Thread safety: refactoring to use an error handlerCaitlin Sadowski2011-09-091-134/+251
* Thread safety: small edit to unused variation on warning left in by accident ...Caitlin Sadowski2011-09-081-2/+1
* Thread Safety: In C++0x Mutexes are the objects that control access to share...Caitlin Sadowski2011-09-081-90/+80
* Thread Safety: adding basic no thread safety analysis optionCaitlin Sadowski2011-09-081-0/+2
* Thread safety: Adding basic support for locks required and excluded attributesCaitlin Sadowski2011-09-081-2/+51
* Thread safety: shared vs. exclusive locksCaitlin Sadowski2011-09-081-64/+152
* Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski2011-09-081-0/+2
* Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth2011-08-311-3/+8
* Thread safety: added basic handling for pt_guarded_by/var and guarded_by/var ...Caitlin Sadowski2011-08-291-4/+120
* Thread safety: various minor bugfixes, with test casesCaitlin Sadowski2011-08-291-13/+34
* In C++0x mode, suggest nullptr as the initializer for an uninitializedDouglas Gregor2011-08-271-1/+3
* Thread safety: Fix a few typos in last commit -- use LockID instead of Lock i...Caitlin Sadowski2011-08-241-14/+14
* Start reworking -Wunreachable-code. The original analysis had serious flaws ...Ted Kremenek2011-08-231-9/+15
* Constify the result of CFGStmt::getStmt().Ted Kremenek2011-08-231-6/+6
* Thread-safety analysis: adding in a basic lockset tracking system. ThisCaitlin Sadowski2011-08-231-0/+561
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-4/+4
* Move duplicate uninitialized warning suppression into theChandler Carruth2011-07-221-7/+5
* Simplify passing of CFGBuildOptions around for AnalysisContext. No functiona...Ted Kremenek2011-07-211-10/+16
* Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST ...Ted Kremenek2011-07-191-0/+14
* Zero this struct in a way that neither depends on the size of the struct nor ...Benjamin Kramer2011-07-161-0/+1
* Remove a gcc warning.Fariborz Jahanian2011-07-161-1/+1
* Initialize all the AnalysisBasedWarnings statistics to zero.Benjamin Kramer2011-07-081-1/+7
* Based on comments from Chris, switch to using CFG::getNumBlockIDs()Chandler Carruth2011-07-061-3/+2
* Build up statistics about the work done for analysis based warnings.Chandler Carruth2011-07-061-2/+66
* When producing -Wuninitialized Fix-Its for pointers, prefer " = NULL"Douglas Gregor2011-07-021-1/+9
* Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy,John McCall2011-05-111-1/+6
* Simplify the tracking of when to issue a fixit hint, making the helperChandler Carruth2011-04-051-13/+18
* Separate the logic for issuing the initialization fixit hint from theChandler Carruth2011-04-051-4/+10
* Begin refactoring the uninitialized warning code that I uglied up. ThisChandler Carruth2011-04-051-91/+94
* Fix PR9624 by explicitly disabling uninitialized warnings for direct self-init:Chandler Carruth2011-04-051-17/+28
* Cleanup the style of some of this code prior to functional changes.Chandler Carruth2011-04-051-25/+28
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-041-9/+21
* -Wuninitialized: use "self-init" warning when issue uninitialized values warn...Ted Kremenek2011-04-041-2/+45
* -Wuninitialized: don't issue fixit for initializer if a variable declaration ...Ted Kremenek2011-04-041-0/+4
* Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.Ted Kremenek2011-03-191-1/+1
* Don't construct two CFGs just to run -Wuninitialized. While this causes new ...Ted Kremenek2011-03-171-18/+1
* Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...Ted Kremenek2011-03-151-0/+2
* Split warnings from -Wuninitialized-experimental into "must-be-initialized" a...Ted Kremenek2011-03-151-10/+18
* Rename UninitializedValuesV2 to UninitializedValues.Ted Kremenek2011-03-151-1/+1
* When doing reachability analysis for warnings issued under DiagRuntimeBehavio...Ted Kremenek2011-03-101-14/+30
OpenPOWER on IntegriCloud