We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046bb5c commit c951e6eCopy full SHA for c951e6e
llvm/lib/Analysis/Lint.cpp
@@ -20,7 +20,7 @@
20
// Another limitation is that it assumes all code will be executed. A store
21
// through a null pointer in a basic block which is never reached is harmless,
22
// but this pass will warn about it anyway.
23
-
+//
24
// Optimization passes may make conditions that this pass checks for more or
25
// less obvious. If an optimization pass appears to be introducing a warning,
26
// it may be that the optimization pass is merely exposing an existing
0 commit comments