aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren1-1/+0
2015-07-03Rewrite users of Stmt::child_begin/end into for-range loops.Benjamin Kramer1-4/+3
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-05-28Move the logic for testing for namespace std into one location. This check canRichard Trieu1-1/+1
2014-03-14[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman1-2/+2
2014-03-13[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman1-3/+1
2014-03-08[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman1-6/+4
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-14/+22
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-12-01Include pruning and general cleanup.Benjamin Kramer1-0/+1
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie1-2/+2
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie1-2/+2
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek1-4/+6
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-2/+1
2011-10-07Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall1-1/+1
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks1-3/+6
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-7/+7
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith1-1/+1
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis1-2/+2
2011-02-28[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ...Argyrios Kyrtzidis1-1/+0
2011-02-17[analyzer]Argyrios Kyrtzidis1-24/+24
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek1-1/+1
2011-01-14Cleanup confused code that redundantly called "getDeclContext()" twice.Ted Kremenek1-3/+1
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek1-0/+313