C++: Fixes to avoid confusing autoformat

These issues were found by Geoffrey in PR review.
This commit is contained in:
Jonas Jensen
2019-09-04 14:01:47 +02:00
parent b14b65ecf0
commit 95f53639b1
21 changed files with 128 additions and 93 deletions

View File

@@ -25,8 +25,9 @@ class SALAnnotation extends MacroInvocation {
}
}
///////////////////////////////////////////////////////////////////////////////
// Particular SAL annotations of interest
/*
* Particular SAL annotations of interest
*/
class SALCheckReturn extends SALAnnotation {
SALCheckReturn() {
@@ -66,8 +67,9 @@ class SALMaybeNull extends SALAnnotation {
}
}
///////////////////////////////////////////////////////////////////////////////
// Implementation details
/*
* Implementation details
*/
private predicate annotatesAt(SALAnnotation a, DeclarationEntry e,
File file, int idx) {