r276950 - [analyzer] Add check::BeginFunction to CheckerDocumentation checks. NFC.

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 17:52:10 PDT 2016


Author: dcoughlin
Date: Wed Jul 27 19:52:10 2016
New Revision: 276950

URL: http://llvm.org/viewvc/llvm-project?rev=276950&view=rev
Log:
[analyzer] Add check::BeginFunction to CheckerDocumentation checks. NFC.

This was an oversight from when I added BeginFunction support in r261293.

Modified:
    cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp?rev=276950&r1=276949&r2=276950&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp Wed Jul 27 19:52:10 2016
@@ -45,6 +45,7 @@ class CheckerDocumentation : public Chec
                                        check::Location,
                                        check::Bind,
                                        check::DeadSymbols,
+                                       check::BeginFunction,
                                        check::EndFunction,
                                        check::EndAnalysis,
                                        check::EndOfTranslationUnit,




More information about the cfe-commits mailing list